From e25fc1ea8baccedd575c55ead9a382f4a715fff5 Mon Sep 17 00:00:00 2001 From: Adam Barth Date: Tue, 25 Aug 2015 09:42:45 -0700 Subject: [PATCH] Include sky_snapshot in binary distribution --- engine/src/flutter/sky/dist/BUILD.gn | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/engine/src/flutter/sky/dist/BUILD.gn b/engine/src/flutter/sky/dist/BUILD.gn index 46a25f94252..76633442bc9 100644 --- a/engine/src/flutter/sky/dist/BUILD.gn +++ b/engine/src/flutter/sky/dist/BUILD.gn @@ -44,6 +44,15 @@ copy("sky_shell") { ] } + sky_snapshot_dir = + get_label_info("//sky/tools/sky_snapshot($host_toolchain)", "root_out_dir") + + sources += [ "$sky_snapshot_dir/sky_snapshot" ] + + deps += [ + "//sky/tools/sky_snapshot($host_toolchain)", + ] + outputs = [ "$root_dist_dir/shell/{{source_file_part}}" ] }