Chromium Code Reviews| Index: chrome/chrome_browser.gypi |
| diff --git a/chrome/chrome_browser.gypi b/chrome/chrome_browser.gypi |
| index 401834e8d317eea8ff37273028729bf4eec3ef90..f78b677ca718db0a00906790bbbea9301de2f75c 100644 |
| --- a/chrome/chrome_browser.gypi |
| +++ b/chrome/chrome_browser.gypi |
| @@ -4520,6 +4520,7 @@ |
| }, |
| 'dependencies': [ |
| '../base/base.gyp:closure_blocks_leopard_compat', |
| + '../rlz/rlz.gyp:rlz_lib', |
| '../third_party/icon_family/icon_family.gyp:icon_family', |
| ], |
| 'actions': [ |
| @@ -4585,13 +4586,23 @@ |
| }, |
| ], |
| }], |
| + ['OS=="win" or OS=="mac"', { |
| + 'dependencies': [ |
| + '../rlz/rlz.gyp:rlz_lib', |
| + ], |
| + }, { # 'OS!="win" or OS!="mac" |
|
Roger Tawa OOO till Jul 10th
2012/03/24 01:10:42
or --> and
Nico
2012/03/24 01:29:47
Done.
|
| + 'sources/': [ |
| + # Exclude all of rlz. |
| + ['exclude', '^browser/rlz/'], |
| + ['exclude', '^browser/extensions/extension_rlz_module'], |
| + ], |
| + }], |
| ['OS=="win"', { |
| 'include_dirs': [ |
| '<(DEPTH)/third_party/wtl/include', |
| ], |
| 'dependencies': [ |
| '../google_update/google_update.gyp:google_update', |
| - '../rlz/rlz.gyp:rlz_lib', |
| '../third_party/iaccessible2/iaccessible2.gyp:iaccessible2', |
| '../third_party/isimpledom/isimpledom.gyp:isimpledom', |
| '../ui/views/views.gyp:views', |
| @@ -4636,10 +4647,6 @@ |
| # Exclude parts of password_manager. |
| ['exclude', '^browser/password_manager/ie7_password\\.cc$'], |
| - # Exclude all of rlz. |
| - ['exclude', '^browser/rlz/'], |
| - ['exclude', '^browser/extensions/extension_rlz_module'], |
| - |
| # Exclude all of views. |
| ['exclude', '^browser/ui/views/'], |