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

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: fixes 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 1dd25d0ce63c86ef0c361206b9b0b60812dc65a9..fe211acfcf54bc3e477d12ba3fab860524f627a1 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1449,7 +1449,7 @@
}],
# Enable RLZ on Win, Mac and ChromeOS.
- ['branding=="Chrome" and (OS=="win" or OS=="mac" or chromeos==1)', {
Ivan Korotkov 2012/12/11 10:53:19 For trybots
+ ['(OS=="win" or OS=="mac" or chromeos==1)', {
'enable_rlz%': 1,
}],
],

Powered by Google App Engine
This is Rietveld 408576698