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

Unified Diff: ios/build/bots/chromium.mac/ios-device-gn.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.json ('k') | ios/build/bots/chromium.mac/ios-simulator.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-device-gn.json
diff --git a/ios/build/bots/chromium.mac/ios-device-gn.json b/ios/build/bots/chromium.mac/ios-device-gn.json
index 2b73b4c515ea80340f679f5dc5b5780c3a99486f..70716e064bb020298655f033a1355498302ae8ba 100644
--- a/ios/build/bots/chromium.mac/ios-device-gn.json
+++ b/ios/build/bots/chromium.mac/ios-device-gn.json
@@ -4,14 +4,17 @@
"smut"
],
"comments": [
- "GN + Ninja fat binary builder."
+ "GN + Ninja 32-bit builder."
],
"xcode version": "7.0",
- "GYP_DEFINES": {
- "chromium_ios_signing": "0",
- "target_subarch": "both",
- "use_goma": "1"
- },
+ "GYP_DEFINES": [
+ "OS=ios",
+ "chromium_ios_signing=0",
+ "component=static_library",
+ "use_goma=1",
+ "gomadir=$(goma_dir)",
+ "target_subarch=arm32"
+ ],
"gn_args": [
"ios_enable_code_signing=false",
"target_cpu=\"arm\"",
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device.json ('k') | ios/build/bots/chromium.mac/ios-simulator.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698