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

Unified Diff: build/module_args/mojo.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
« no previous file with comments | « no previous file | mojo/dart/BUILD.gn » ('j') | mojo/public/dart/rules.gni » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/module_args/mojo.gni
diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni
index d7cf153c60816b2416198d1395f94fda15462ec7..0182c84d2a0dbe562aa23f6b705e9f94fa6e948f 100644
--- a/build/module_args/mojo.gni
+++ b/build/module_args/mojo.gni
@@ -11,6 +11,10 @@ mojo_sdk_root = "//"
# Linux and Android).
mojo_build_mojo_shell_from_source = true
+# To build the dart_snapshotter from source, set this variable to true. To use
+# the prebuilt dart_snapshotter, omit this variable or set it to false.
+mojo_build_dart_snapshotter_from_source = false
+
# To build the network service from source, set this variable to true. To use
# the prebuilt network service, omit this variable or set it to false.
mojo_build_network_service_from_source = false
« no previous file with comments | « no previous file | mojo/dart/BUILD.gn » ('j') | mojo/public/dart/rules.gni » ('J')

Powered by Google App Engine
This is Rietveld 408576698