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

Unified Diff: build/common.gypi

Issue 11412067: [rlz,cros] RLZ glue for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Cleanup Created 8 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 | « no previous file | chrome/browser/chrome_browser_main.cc » ('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 72406fcde00903e2006b1f533e1caefab5f14586..91ea632137401c81ef4648a7b391fbda90b45a7c 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1428,7 +1428,7 @@
}],
# Enable RLZ on Win and Mac.
- ['branding=="Chrome" and (OS=="win" or OS=="mac")', {
Ivan Korotkov 2012/11/19 11:47:04 This is for trybots
+ ['OS=="win" or OS=="mac"', {
'enable_rlz%': 1,
}],
],
« no previous file with comments | « no previous file | chrome/browser/chrome_browser_main.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698