Commit 17fbd6f3 authored by Takuto Ikuta's avatar Takuto Ikuta Committed by Commit Bot

Specify buildable target for goma latest client clexe builder

To fix following builders:
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/Win%20cl.exe%20Goma%20Latest%20Client%20LocalOutputCache
https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/WinMSVC64%20Goma%20Latest%20Client

Change-Id: Ic6acb7b8a123165dcda0fc98d3c07c55bd7de38a
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1498746
Auto-Submit: Takuto Ikuta <tikuta@chromium.org>
Commit-Queue: Dirk Pranke <dpranke@chromium.org>
Reviewed-by: default avatarDirk Pranke <dpranke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#637876}
parent e4b78e39
...@@ -3033,6 +3033,11 @@ ...@@ -3033,6 +3033,11 @@
"libANGLE" "libANGLE"
] ]
}, },
"Win cl.exe Goma Latest Client LocalOutputCache": {
"additional_compile_targets": [
"libANGLE"
]
},
"Win7 Builder (dbg) Goma Canary": { "Win7 Builder (dbg) Goma Canary": {
"additional_compile_targets": [ "additional_compile_targets": [
"all" "all"
...@@ -3077,6 +3082,11 @@ ...@@ -3077,6 +3082,11 @@
"libANGLE" "libANGLE"
] ]
}, },
"WinMSVC64 Goma Latest Client": {
"additional_compile_targets": [
"libANGLE"
]
},
"android-mojo-webview-rel": { "android-mojo-webview-rel": {
"gtest_tests": [ "gtest_tests": [
{ {
......
...@@ -1306,6 +1306,12 @@ ...@@ -1306,6 +1306,12 @@
'libANGLE', 'libANGLE',
], ],
}, },
'Win cl.exe Goma Latest Client LocalOutputCache': {
# Build only chromium's subproject using cl.exe.
'additional_compile_targets': [
'libANGLE',
],
},
'Win7 Builder (dbg) Goma Canary': { 'Win7 Builder (dbg) Goma Canary': {
'additional_compile_targets': [ 'additional_compile_targets': [
'all', 'all',
...@@ -1329,6 +1335,12 @@ ...@@ -1329,6 +1335,12 @@
'libANGLE', 'libANGLE',
], ],
}, },
'WinMSVC64 Goma Latest Client': {
# Build only chromium's subproject using cl.exe.
'additional_compile_targets': [
'libANGLE',
],
},
'android-mojo-webview-rel': { 'android-mojo-webview-rel': {
'swarming': { 'swarming': {
'dimension_sets': [ 'dimension_sets': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment