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

Unified Diff: testing/buildbot/chromium.mac.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 | « no previous file | testing/buildbot/chromium.win.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: testing/buildbot/chromium.mac.json
diff --git a/testing/buildbot/chromium.mac.json b/testing/buildbot/chromium.mac.json
index 2b3ceb838df4e4bad4f5251ee8449ed0febfe2cc..ff09f7a875c0e6186c9dceafb9d6fbcff81d5916 100644
--- a/testing/buildbot/chromium.mac.json
+++ b/testing/buildbot/chromium.mac.json
@@ -1,12 +1,22 @@
{
"Mac GN": {
"additional_compile_targets": [
- "base_unittests"
+ "all"
]
},
"Mac GN (dbg)": {
"additional_compile_targets": [
- "base_unittests"
+ "all"
+ ]
+ },
+ "Mac GYP": {
+ "additional_compile_targets": [
+ "all"
+ ]
+ },
+ "Mac GYP (dbg)": {
+ "additional_compile_targets": [
+ "all"
]
},
"Mac10.10 Tests": {
« no previous file with comments | « no previous file | testing/buildbot/chromium.win.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698