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

Unified Diff: ios/build/bots/chromium.mac/ios-simulator.json

Issue 2127963003: Use goma on ios-device, ios-simulator builders. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix goma flag syntax Created 4 years, 5 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 | « ios/build/bots/chromium.mac/ios-device-gn.json ('k') | ios/build/bots/chromium.mac/ios-simulator-gn.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.mac/ios-simulator.json
diff --git a/ios/build/bots/chromium.mac/ios-simulator.json b/ios/build/bots/chromium.mac/ios-simulator.json
index c1b8f44843e1c00d5201339287fb1b80499815e4..f32ce9d84040c34555cb7b734001a09533575a16 100644
--- a/ios/build/bots/chromium.mac/ios-simulator.json
+++ b/ios/build/bots/chromium.mac/ios-simulator.json
@@ -7,10 +7,15 @@
"Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)."
],
"xcode version": "7.0",
- "GYP_DEFINES": {
- "chromium_ios_signing": "0",
- "target_subarch": "both"
- },
+ "GYP_DEFINES": [
+ "OS=ios",
+ "chromium_ios_signing=0",
+ "component=static_library",
+ "use_goma=1",
+ "gomadir=$(goma_dir)",
+ "target_subarch=both"
+ ],
+ "mb_type": "gyp",
"compiler": "ninja",
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device-gn.json ('k') | ios/build/bots/chromium.mac/ios-simulator-gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698