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

Unified Diff: build/common.gypi

Issue 723793002: Add "envoy" GYP variable for pulling in envoy targets. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 1 month 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
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index c11a1dc3cd9d4fd0b0f866a1acaee14a7a502f43..ba4108efe34e7262045d88f11f8a83f8035077bb 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1489,7 +1489,6 @@
# IPC fuzzer is disabled by default.
'enable_ipc_fuzzer%': 0,
-
# Force disable libstdc++ debug mode.
'disable_glibcxx_debug%': 0,
@@ -1510,6 +1509,9 @@
'ozone_platform_ozonex%': 0,
'ozone_platform_test%': 0,
+ # Experiment: http://crbug.com/426914
+ 'envoy%': 0,
+
'conditions': [
['buildtype=="Official"', {
# Continue to embed build meta data in Official builds, basically the
« no previous file with comments | « build/all.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698