| Index: testing/buildbot/chromium.linux.json
|
| diff --git a/testing/buildbot/chromium.linux.json b/testing/buildbot/chromium.linux.json
|
| index 571905b83d9f5eabf8c7cfcae50d94cf36d2d46e..fc21822612648e233484c99136256c527def2a71 100644
|
| --- a/testing/buildbot/chromium.linux.json
|
| +++ b/testing/buildbot/chromium.linux.json
|
| @@ -1,7 +1,7 @@
|
| {
|
| "Android Arm64 Builder (dbg)": {
|
| "additional_compile_targets": [
|
| - "all"
|
| + "gn_all"
|
| ]
|
| },
|
| "Android Builder": {
|
| @@ -17,7 +17,7 @@
|
| },
|
| "Android Clang Builder (dbg)": {
|
| "additional_compile_targets": [
|
| - "all"
|
| + "gn_all"
|
| ]
|
| },
|
| "Android Tests": {
|
| @@ -989,12 +989,12 @@
|
| },
|
| "Linux Builder": {
|
| "additional_compile_targets": [
|
| - "all"
|
| + "gn_all"
|
| ]
|
| },
|
| "Linux Builder (dbg)": {
|
| "additional_compile_targets": [
|
| - "all"
|
| + "gn_all"
|
| ]
|
| },
|
| "Linux Tests": {
|
|
|