| 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/'],
|
|
|