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

Unified Diff: build/common.gypi

Issue 11506006: [cros] RLZ tracking can be turned off via a flag file. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Set zero delay for RLZTracker in browser_tests Created 8 years 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/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 9c24e2c602fb570dc1c94ea5960222af9c1db80b..77b25b7ef077c1cdade5283d8f20da217c60f53f 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1459,7 +1459,7 @@
}],
# Enable RLZ on Win, Mac and ChromeOS.
- ['branding=="Chrome" and (OS=="win" or OS=="mac" or chromeos==1)', {
Ilya Sherman 2012/12/15 00:57:16 This change doesn't look appropriate -- RLZ still
Ivan Korotkov 2012/12/17 09:05:01 This is for trybots, they are useless otherwise.
+ ['(OS=="win" or OS=="mac" or chromeos==1)', {
'enable_rlz%': 1,
}],
],

Powered by Google App Engine
This is Rietveld 408576698