Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| =================================================================== |
| --- chrome/chrome_tests.gypi (revision 229349) |
| +++ chrome/chrome_tests.gypi (working copy) |
| @@ -2925,9 +2925,14 @@ |
| 'browser_tests', |
| 'chromedriver_unittests', |
| 'performance_ui_tests', |
| - 'pyautolib', |
| 'sync_integration_tests', |
| ]}], |
| + ['OS=="linux" and enable_automation==1 and ' |
|
Nico
2013/10/18 14:03:06
indent 2 more
Nico
2013/10/18 14:03:06
Instead of adding these checks everywhere somethin
Alexander Potapenko
2013/10/18 14:16:59
The previous indentation is actually wrong. Fixed
Alexander Potapenko
2013/10/18 14:16:59
Nice idea. Done.
|
| + 'target_arch==python_arch', { |
| + 'dependencies': [ |
| + 'pyautolib', |
| + ], |
| + }], |
| ['OS=="mac"', { |
| 'dependencies': [ |
| # Placeholder; empty for now. |