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

Unified Diff: build/common.gypi

Issue 11308196: [cros] RlzValueStore made protected by a cross-process lock and not persisted over browser lifetime… (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Comment 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
Index: build/common.gypi
diff --git a/build/common.gypi b/build/common.gypi
index 9d89186b5de8b18fbe70f6630d1c5b7e0c010a54..ec5d72830b199ced1503679784612a5c4aba38e6 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1437,7 +1437,7 @@
}],
# Enable RLZ on Win and Mac.
- ['branding=="Chrome" and (OS=="win" or OS=="mac")', {
+ ['OS=="win" or OS=="mac"', {
'enable_rlz%': 1,
}],
],

Powered by Google App Engine
This is Rietveld 408576698