Chromium Code Reviews| Index: testing/buildbot/gn_isolate_map.pyl |
| diff --git a/testing/buildbot/gn_isolate_map.pyl b/testing/buildbot/gn_isolate_map.pyl |
| index d99345dd86e6457d5e3ad208843eb8be056a6f1a..3958c172770eec4cb79b7dcf042478e8ea343b5d 100644 |
| --- a/testing/buildbot/gn_isolate_map.pyl |
| +++ b/testing/buildbot/gn_isolate_map.pyl |
| @@ -224,12 +224,12 @@ |
| "label": "//chromecast:cast_shell_apk", |
| "type": "additional_compile_target", |
| }, |
| - "cast_shell_unittests": { |
| - "label": "//chromecast/app:cast_shell_unittests", |
| + "cast_shell_browsertests": { |
| + "label": "//chromecast/browser:cast_shell_browsertests", |
|
Dirk Pranke
2016/11/15 23:42:30
You needed to change the labels for these two targ
|
| "type": "console_test_launcher", |
| }, |
| - "cast_shell_browser_test": { |
| - "label": "//chromecast/browser:cast_shell_browser_test", |
| + "cast_shell_unittests": { |
| + "label": "//chromecast/app:cast_shell_unittests", |
| "type": "console_test_launcher", |
| }, |
| "cast_unittests": { |