Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(56)

Unified Diff: testing/buildbot/chromium.win.json

Issue 2092173002: Flip mac and win "gn" builders back to GYP. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@flip_mac_full
Patch Set: Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.win.json
diff --git a/testing/buildbot/chromium.win.json b/testing/buildbot/chromium.win.json
index b66273d64f2e1adbc1557194271b57acabe3c584..246ae6892e465de38d20b72e0905589dc18f6510 100644
--- a/testing/buildbot/chromium.win.json
+++ b/testing/buildbot/chromium.win.json
@@ -1790,12 +1790,22 @@
},
"Win8 Aura": {
"additional_compile_targets": [
- "base_unittests"
+ "all"
]
},
"Win8 GN (dbg)": {
"additional_compile_targets": [
- "base_unittests"
+ "all"
+ ]
+ },
+ "Win8 GYP": {
+ "additional_compile_targets": [
+ "all"
+ ]
+ },
+ "Win8 GYP (dbg)": {
+ "additional_compile_targets": [
+ "all"
]
}
}
« no previous file with comments | « testing/buildbot/chromium.mac.json ('k') | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698