Chromium Code Reviews| Index: testing/buildbot/tryserver.chromium.linux.json |
| diff --git a/testing/buildbot/tryserver.chromium.linux.json b/testing/buildbot/tryserver.chromium.linux.json |
| index 1c90609090497ae9fa43093d317141514abdab19..374c305bd57d6b7e03de23bbd2b890c4fafef270 100644 |
| --- a/testing/buildbot/tryserver.chromium.linux.json |
| +++ b/testing/buildbot/tryserver.chromium.linux.json |
| @@ -2,6 +2,7 @@ |
| "android_chromium_gn_compile_dbg": { |
| "additional_compile_targets": [ |
| "blimp", |
| + "blimp_tests", |
| "chrome_public_apk", |
| "chrome_public_test_apk", |
| "content_shell_apk", |
| @@ -11,6 +12,7 @@ |
| "android_chromium_gn_compile_rel": { |
| "additional_compile_targets": [ |
| "blimp", |
| + "blimp_tests", |
| "chrome_public_apk", |
| "chrome_public_test_apk", |
| "content_shell_apk", |
| @@ -117,6 +119,7 @@ |
| "app_list_unittests", |
| "aura_unittests", |
| "blimp", |
| + "blimp_tests", |
|
Dirk Pranke
2015/09/25 20:27:29
We shouldn't be adding anything to the linux_chrom
nyquist
2015/09/25 20:34:30
We would still need it for the android bots, right
David Trainor- moved to gerrit
2015/09/25 21:50:30
Done.
|
| "browser_tests", |
| "cacheinvalidation_unittests", |
| "cast_unittests", |
| @@ -166,6 +169,7 @@ |
| "linux_chromium_gn_rel": { |
| "additional_compile_targets": [ |
| "blimp", |
| + "blimp_tests", |
| "browser_tests", |
| "mandoline:all" |
| ], |