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

Unified Diff: build/config/BUILD.gn

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/BUILD.gn
diff --git a/build/config/BUILD.gn b/build/config/BUILD.gn
index 488768d84f71fba10b8f55f9531f0827e5ba9c00..d2d8256a49cb69a1f81d4ae7c98844907a70600e 100644
--- a/build/config/BUILD.gn
+++ b/build/config/BUILD.gn
@@ -289,6 +289,9 @@ config("feature_flags") {
if (!fieldtrial_testing_like_official_build && !is_chrome_branded) {
defines += [ "FIELDTRIAL_TESTING_ENABLED" ]
}
+ if (use_chrome_edk) {
+ defines += [ "USE_CHROME_EDK" ]
+ }
}
# Debug/release ----------------------------------------------------------------

Powered by Google App Engine
This is Rietveld 408576698