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

Unified Diff: chrome/chrome_browser.gypi

Issue 11226060: RLZ: remove hard-coded Win || Mac conditions. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Merge Created 8 years, 2 months 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 | « chrome/browser/rlz/rlz_extension_api.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_browser.gypi
diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi
index 2efb334fca2696e8779d4f67890745de7fcf8e1a..1ee0190fe4741090ef26a14fd462c87847141a35 100644
--- a/chrome/chrome_browser.gypi
+++ b/chrome/chrome_browser.gypi
@@ -2653,11 +2653,11 @@
'../third_party/GTM/Foundation',
],
}],
- ['OS=="win" or OS=="mac"', {
+ ['enable_rlz==1', {
'dependencies': [
'../rlz/rlz.gyp:rlz_lib',
],
- }, { # 'OS!="win" and OS!="mac"
+ }, { # enable_rlz!=1
'sources/': [
# Exclude all of rlz.
['exclude', '^browser/rlz/'],
« no previous file with comments | « chrome/browser/rlz/rlz_extension_api.h ('k') | chrome/chrome_tests.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698