Chromium Code Reviews| Index: chrome/chrome_tests.gypi |
| =================================================================== |
| --- chrome/chrome_tests.gypi (revision 229349) |
| +++ chrome/chrome_tests.gypi (working copy) |
| @@ -2828,6 +2828,13 @@ |
| ], |
| }, # target 'webrtc_test_tools' |
| ] # targets |
| + }, { # fake pyautolib |
| + 'targets': [ |
| + { |
| + 'target_name': 'pyautolib', |
| + 'type': 'none', |
| + } |
|
Nico
2013/10/18 14:18:59
To not repeat the target name, other places write
|
| + ], |
| }], |
| # To enable the coverage targets, do |
| # GYP_DEFINES='coverage=1' gclient sync |
| @@ -2927,7 +2934,8 @@ |
| 'performance_ui_tests', |
| 'pyautolib', |
| 'sync_integration_tests', |
| - ]}], |
| + ], |
| + }], |
| ['OS=="mac"', { |
| 'dependencies': [ |
| # Placeholder; empty for now. |