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

Unified Diff: build/module_args/mojo.gni

Issue 1019173002: Update mojo sdk to rev 7214b7ec7d27563b2666afad86cf1c5895c56c18 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Hack presentation service to persist callbacks Created 5 years, 9 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 9700b16c7d52c4b8956748acaecfae7cf1904a8c..d370cfaa02e101b5957195f778037e8389e0bea1 100644
--- a/build/module_args/mojo.gni
+++ b/build/module_args/mojo.gni
@@ -9,6 +9,10 @@ mojo_sdk_root = "//third_party/mojo/src"
# producer of the network service.
build_network_service_from_source = true
+# Chromium does not build dart apptests. Disable any Mojo targets which
+# depend on the apptest framework.
+disable_dart_apptest_framework = true
+
declare_args() {
# Specify prebuilt network service mojo file location rather than download
# from gs://mojo.

Powered by Google App Engine
This is Rietveld 408576698