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

Unified Diff: ios/build/bots/chromium.fyi/ClangToTiOS.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 | « no previous file | ios/build/bots/chromium.fyi/EarlGreyiOS.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.fyi/ClangToTiOS.json
diff --git a/ios/build/bots/chromium.fyi/ClangToTiOS.json b/ios/build/bots/chromium.fyi/ClangToTiOS.json
index 5af1ebedead0570071a9633d5a81ac8568e37e52..efc37077d9a5cbd91167930603cca069519f2c42 100644
--- a/ios/build/bots/chromium.fyi/ClangToTiOS.json
+++ b/ios/build/bots/chromium.fyi/ClangToTiOS.json
@@ -6,15 +6,18 @@
"Clang tip-of-tree builder for iOS."
],
"xcode version": "7.0",
- "GYP_DEFINES": {
- "chromium_ios_signing": "0",
- "clang_use_chrome_plugins": "0",
- "target_subarch": "arm32",
- "werror": ""
- },
+ "GYP_DEFINES": [
+ "OS=ios",
+ "chromium_ios_signing=0",
+ "component=static_library",
+ "clang_use_chrome_plugins=0",
+ "target_subarch=arm32",
+ "werror="
+ ],
"env": {
"LLVM_FORCE_HEAD_REVISION": "YES"
},
+ "mb_type": "gyp",
"compiler": "ninja",
"configuration": "Release",
"sdk": "iphoneos9.0",
« no previous file with comments | « no previous file | ios/build/bots/chromium.fyi/EarlGreyiOS.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698