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

Unified Diff: ios/build/bots/chromium.fyi/ClangToTiOS.json

Issue 2194703002: Flip all but ios-simulator builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios-device, turn off xcode-clang for the moment 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 efc37077d9a5cbd91167930603cca069519f2c42..ca241f46ab31d5934d6566866da373e459107d3c 100644
--- a/ios/build/bots/chromium.fyi/ClangToTiOS.json
+++ b/ios/build/bots/chromium.fyi/ClangToTiOS.json
@@ -14,11 +14,18 @@
"target_subarch=arm32",
"werror="
],
+ "gn_args": [
+ "component=static_library",
+ "ios_enable_code_signing=false",
+ "target_cpu=\"arm\"",
+ "target_os=\"ios\""
+ ],
"env": {
"LLVM_FORCE_HEAD_REVISION": "YES"
},
- "mb_type": "gyp",
+ "mb_type": "gn",
"compiler": "ninja",
+ "additional_compile_targets": ["gn_all"],
"configuration": "Release",
"sdk": "iphoneos9.0",
"tests": [
« 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