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

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: 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
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..36bfcf0b6bf2856dcb18c9673a83b9ee7c793da0 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": [
+ "target_os=\"ios\"",
+ "ios_enable_code_signing=false",
+ "component=static_library",
+ "target_cpu=\"arm\""
smut 2016/07/28 23:55:04 Sort alpha.
Dirk Pranke 2016/07/29 00:08:30 Will do.
+ ],
"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') | ios/build/bots/chromium.mac/ios-device.json » ('J')

Powered by Google App Engine
This is Rietveld 408576698