| Index: testing/buildbot/chromium.linux.json
|
| diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
|
| index 8ff30ea63454ec2066b31328a3333211dc818ce6..32f09c144a53dd83ae246e502f32c8ad61ed4a42 100644
|
| --- a/testing/buildbot/chromium.linux.json
|
| +++ b/testing/buildbot/chromium.linux.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| "Android GN": {
|
| "additional_compile_targets": [
|
| - "blimp",
|
| + "blimp_tests",
|
| "chrome_public_apk",
|
| "chrome_public_test_apk",
|
| "content_shell_apk",
|
| @@ -72,7 +72,7 @@
|
| },
|
| "Android GN (dbg)": {
|
| "additional_compile_targets": [
|
| - "blimp",
|
| + "blimp_tests",
|
| "chrome_public_apk",
|
| "chrome_public_test_apk",
|
| "content_shell_apk",
|
| @@ -240,7 +240,6 @@
|
| },
|
| "Linux GN": {
|
| "additional_compile_targets": [
|
| - "blimp",
|
| "mandoline:all"
|
| ],
|
| "gtest_tests": [
|
| @@ -604,7 +603,6 @@
|
| "accessibility_unittests",
|
| "app_list_unittests",
|
| "aura_unittests",
|
| - "blimp",
|
| "browser_tests",
|
| "cacheinvalidation_unittests",
|
| "cast_unittests",
|
| @@ -657,6 +655,9 @@
|
| ]
|
| },
|
| "Linux Tests": {
|
| + "additional_compile_targets": [
|
| + "blimp_tests"
|
| + ],
|
| "gtest_tests": [
|
| {
|
| "swarming": {
|
| @@ -1044,6 +1045,9 @@
|
| ]
|
| },
|
| "Linux Tests (dbg)(1)": {
|
| + "additional_compile_targets": [
|
| + "blimp_tests"
|
| + ],
|
| "gtest_tests": [
|
| {
|
| "swarming": {
|
|
|