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

Unified Diff: build/common.gypi

Issue 11497006: [cros] Enable RLZ by default on ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment 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
« no previous file with comments | « no previous file | 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 427832828bb08a28a8a05b071faa656c48fa5c96..3c4547ce0d2b718ed8c7b8c15b6d56a408910391 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1448,8 +1448,8 @@
'release_valgrind_build': 1,
}],
- # Enable RLZ on Win and Mac.
- ['branding=="Chrome" and (OS=="win" or OS=="mac")', {
+ # Enable RLZ on Win, Mac and ChromeOS.
+ ['branding=="Chrome" and (OS=="win" or OS=="mac" or chromeos==1)', {
'enable_rlz%': 1,
}],
],
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698