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

Unified Diff: build/config/features.gni

Issue 1350023003: Add a Mojo EDK for Chrome that uses one OS pipe per message pipe. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: move to mojo::edk namespace in preparation for runtim flag Created 5 years, 3 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/config/features.gni
diff --git a/build/config/features.gni b/build/config/features.gni
index 83a80f1d4d0b363b06e9a8e68cd373ba8a82a996..5382163c66564243c9bdd13c6cb16c3d8944bb09 100644
--- a/build/config/features.gni
+++ b/build/config/features.gni
@@ -121,6 +121,10 @@ declare_args() {
# specified in testing/variations/fieldtrial_testing_config_*.json.
# Note: this setting is ignored if is_chrome_branded.
fieldtrial_testing_like_official_build = is_chrome_branded
+
+ # Use Chrome's implementation of the Mojo EDK located in src/mojo/edk instead
+ # of the one in src/third_party/mojo/src/mojo/edk
+ use_chrome_edk = false
}
# Additional dependent variables -----------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698