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

Unified Diff: third_party/mojo/src/mojo/public/mojo.gni

Issue 1019173002: Update mojo sdk to rev 7214b7ec7d27563b2666afad86cf1c5895c56c18 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Keep permission service alive if embedder drops requests 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: third_party/mojo/src/mojo/public/mojo.gni
diff --git a/third_party/mojo/src/mojo/public/mojo.gni b/third_party/mojo/src/mojo/public/mojo.gni
index bc90a236f9b52dbe39fbcb69f0c38a8b9560f9ee..b8676e6bceba230a7bc421ce0da31cc5407ca1ce 100644
--- a/third_party/mojo/src/mojo/public/mojo.gni
+++ b/third_party/mojo/src/mojo/public/mojo.gni
@@ -19,6 +19,12 @@ if (!defined(build_network_service_from_source) ||
use_prebuilt_network_service = is_linux || is_android
}
+# Enable Dart apptest framework by default.
+use_dart_apptest_framework = true
+if (defined(disable_dart_apptest_framework) && disable_dart_apptest_framework) {
+ use_dart_apptest_framework = false
+}
+
# The absolute path to the directory containing the mojo public SDK (i.e., the
# directory containing mojo/public). The build files within the Mojo public
# SDK use this variable to allow themselves to be parameterized by the location
« no previous file with comments | « third_party/mojo/src/mojo/public/js/codec_unittests.js ('k') | third_party/mojo/src/mojo/public/mojo_application.gni » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698