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

Unified Diff: ios/build/bots/chromium.mac/ios-simulator-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-simulator.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.mac/ios-simulator-gn.json
diff --git a/ios/build/bots/chromium.mac/ios-simulator-gn.json b/ios/build/bots/chromium.mac/ios-simulator-gn.json
index e62ed39726714cac716f1b742c3a5c0774791832..c2075e665a5446076060ef0459c7ab55b2d5c472 100644
--- a/ios/build/bots/chromium.mac/ios-simulator-gn.json
+++ b/ios/build/bots/chromium.mac/ios-simulator-gn.json
@@ -7,11 +7,13 @@
"GN + Ninja simulator build."
],
"xcode version": "7.0",
- "GYP_DEFINES": {
- "chromium_ios_signing": "0",
- "gomadir": "$(goma_dir)",
- "use_goma": "1"
- },
+ "GYP_DEFINES": [
+ "OS=ios",
+ "chromium_ios_signing=0",
+ "component=static_library",
+ "use_goma=1",
+ "gomadir=$(goma_dir)"
+ ],
"gn_args": [
"target_os=\"ios\"",
"target_cpu=\"x64\"",
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698