Chromium Code Reviews| Index: testing/buildbot/chromium_arm.json |
| diff --git a/testing/buildbot/chromium_arm.json b/testing/buildbot/chromium_arm.json |
| index 07a5c2136fae2f911d957a99f61fcad276849ecd..fe62f5d70e11eb8f47ef27ce18dafa90346bf7f6 100644 |
| --- a/testing/buildbot/chromium_arm.json |
| +++ b/testing/buildbot/chromium_arm.json |
| @@ -5,6 +5,7 @@ |
| "We run NaCl tests specifically because NaCl contains", |
| "a lot of architecture-specific code"], |
| "test": "browser_tests", |
| - "args": "--gtest-filter='*NaCl*'" |
| + "args": ["--gtest-filter='*NaCl*'"], |
| + "compile_targets": ["browser_tests_run"] |
|
Paweł Hajdan Jr.
2014/05/29 16:22:43
Please pull compile_targets out of this dict (just
|
| } |
| ] |