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

Unified Diff: build/common.gypi

Issue 19925003: WIP - command line experiment Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 5 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
« no previous file with comments | « base/test/test_timeouts.cc ('k') | cc/base/switches.h » ('j') | 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 154ad6c296e0f358933371763cbc9951c6513aa9..34d25b64e78b0413da8aeb21e5f6f20044c2d3bf 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -2265,7 +2265,10 @@
}],
['enable_mdns==1', {
'defines': ['ENABLE_MDNS=1'],
- }]
+ }],
+ ['enable_fast_command_line_switches==1', {
+ 'defines': ['ENABLE_FAST_COMMAND_LINE_SWITCHES=1'],
+ }],
], # conditions for 'target_defaults'
'target_conditions': [
['enable_wexit_time_destructors==1', {
« no previous file with comments | « base/test/test_timeouts.cc ('k') | cc/base/switches.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698