Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: mojo/public/dart/rules.gni

Issue 1300463002: Upload/Download dart_snapshotter (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 5 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: mojo/public/dart/rules.gni
diff --git a/mojo/public/dart/rules.gni b/mojo/public/dart/rules.gni
index f02904109ed821f551f33aabbbcf58af3fa179fb..5074559f7c9743b8b04ac46d0ed2180b8ed49910 100644
--- a/mojo/public/dart/rules.gni
+++ b/mojo/public/dart/rules.gni
@@ -9,6 +9,7 @@
# - dartzip_package
# - dartzip_packaged_application
+import("../mojo.gni")
import("//build/module_args/mojo.gni")
import("//build/module_args/dart.gni")
@@ -16,6 +17,13 @@ template("dartx") {
bundle_prefix = target_name
bundle = "$target_gen_dir/${bundle_prefix}.dartx"
snapshot = "$target_gen_dir/${bundle_prefix}_snapshot.bin"
+
+ if (mojo_use_prebuilt_dart_snapshotter) {
+ data_deps = [ rebase_path("mojo/public/tools:copy_dart_snapshotter",
+ ".",
+ mojo_root) ]
+ }
+
dart_snapshotter = "$root_out_dir/dart_snapshotter"
if (current_toolchain != host_toolchain) {
toolchain_name = get_label_info(host_toolchain, "name")

Powered by Google App Engine
This is Rietveld 408576698