Chromium Code Reviews| Index: chrome/telemetry_unittests.isolate |
| diff --git a/chrome/telemetry_unittests.isolate b/chrome/telemetry_unittests.isolate |
| index f91ea698a5736d297fb45b8c7955ee9fea85cf3c..78b0a58ae993334dc5c9588c4b37c9f614e02d9a 100644 |
| --- a/chrome/telemetry_unittests.isolate |
| +++ b/chrome/telemetry_unittests.isolate |
| @@ -6,7 +6,7 @@ |
| '../tools/perf/chrome_telemetry_build/telemetry_chrome_test.isolate', |
| ], |
| 'conditions': [ |
| - ['OS=="mac" or OS=="win"', { |
| + ['OS=="mac"', { |
| 'variables': { |
| 'files': [ |
| # Other dependencies of the tests and their harness. |
| @@ -24,5 +24,27 @@ |
| ], |
| }, |
| }], |
| + ['OS=="win"', { |
| + 'variables': { |
| + 'files': [ |
|
M-A Ruel
2015/11/23 16:09:05
Please keep common variables grouped, e.g. keep a
nednguyen
2015/11/23 16:11:52
Done.
|
| + # Other dependencies of the tests and their harness. |
| + '../testing/test_env.py', |
| + '../testing/xvfb.py', |
| + '../testing/scripts/common.py', |
| + '../testing/scripts/run_telemetry_as_googletest.py', |
| + ], |
| + 'command': [ |
| + '../testing/scripts/run_telemetry_as_googletest.py', |
| + '../tools/telemetry/run_tests', |
| + '-v', |
| + '--chrome-root', |
| + '..' |
| + # crbug.com/559154 |
| + # TODO(nednguyen): Remove --jobs=1 once the bug is fixed to speed up |
| + # the test run. |
| + '--job=1', |
| + ], |
| + }, |
| + }], |
| ] |
| } |