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

Unified Diff: build/common.gypi

Issue 11365107: [cros] RlzValueStore implementation for ChromeOS. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Fix compile on Mac 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 | rlz/chromeos/lib/machine_id_chromeos.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 3d5bffe159eb72790cf578cb5baf92a4dc485c22..2afc482527b2b4eb2c3b94c96a01b7a207836e04 100644
--- a/build/common.gypi
+++ b/build/common.gypi
@@ -1408,7 +1408,7 @@
}],
# Enable RLZ on Win and Mac.
- ['branding=="Chrome" and (OS=="win" or OS=="mac")', {
+ ['OS=="win" or OS=="mac"', {
Roger Tawa OOO till Jul 10th 2012/11/08 19:26:58 I just noticed that you removed the branding. We
Ivan Korotkov 2012/11/08 20:02:49 Yeah, it's for testing. I modified some code in fi
'enable_rlz%': 1,
}],
],
« no previous file with comments | « no previous file | rlz/chromeos/lib/machine_id_chromeos.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698