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

Unified Diff: ios/build/bots/chromium.mac/ios-device.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 | « ios/build/bots/chromium.fyi/EarlGreyiOS.json ('k') | ios/build/bots/chromium.mac/ios-device-gn.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.json
diff --git a/ios/build/bots/chromium.mac/ios-device.json b/ios/build/bots/chromium.mac/ios-device.json
index 6ff6e46b820024f86a81396d3dc0c0c2aa6f8622..fe0c3604d7811dc8af9f0ac9f21234b4d0be0b61 100644
--- a/ios/build/bots/chromium.mac/ios-device.json
+++ b/ios/build/bots/chromium.mac/ios-device.json
@@ -5,7 +5,7 @@
],
"comments": [
"Builder for 32-bit devices.",
- "Build is performed with gyp+ninja."
+ "Build is performed with gn+ninja."
],
"xcode version": "7.0",
"GYP_DEFINES": [
@@ -17,6 +17,7 @@
"target_subarch=arm32"
],
"gn_args": [
+ "additional_target_cpus=[ \"arm64\" ]",
"is_debug=true",
"target_os=\"ios\"",
"ios_enable_code_signing=false",
@@ -25,8 +26,9 @@
"goma_dir=\"$(goma_dir)\"",
"target_cpu=\"arm\""
],
- "mb_type": "gyp",
+ "mb_type": "gn",
"compiler": "ninja",
+ "additional_compile_targets": [ "gn_all" ],
"configuration": "Release",
"sdk": "iphoneos9.0",
"tests": [
« no previous file with comments | « ios/build/bots/chromium.fyi/EarlGreyiOS.json ('k') | ios/build/bots/chromium.mac/ios-device-gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698