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

Unified Diff: build/module_args/mojo.gni

Issue 1142043005: Update mojo sdk to rev 1dc8a9a5db73d3718d99917fadf31f5fb2ebad4f (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 7 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: build/module_args/mojo.gni
diff --git a/build/module_args/mojo.gni b/build/module_args/mojo.gni
index efa553560bdd3d00d2f95ae717d5287952b3d679..26ac3eb8284a04d4d7a38158cc784f6b502fafc1 100644
--- a/build/module_args/mojo.gni
+++ b/build/module_args/mojo.gni
@@ -16,6 +16,9 @@ mojo_disable_dart_apptest_framework = true
# Points to the directory network_service is built from.
mojo_network_service_root = "//mojo/services"
+# We use our own custom application code. Don't build Mojo's.
+mojo_disable_application_in_sdk = true
jam 2015/05/20 14:58:18 Thanks, I forgot to send out the local change for
+
declare_args() {
# The mojo shell is forked and built in the chromium repo.
mojo_build_mojo_shell_from_source = true

Powered by Google App Engine
This is Rietveld 408576698