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

Unified Diff: ios/build/bots/chromium.mac/ios-device-gn.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.mac/ios-device.json ('k') | ios/build/bots/chromium.mac/ios-simulator-cronet.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-gn.json
diff --git a/ios/build/bots/chromium.mac/ios-device-gn.json b/ios/build/bots/chromium.mac/ios-device-gn.json
index 395f787c058a21554818aecc41a91f8ad4c3583e..bcfbe8c3819b6e82ec30984ab51d32ad40c4bca2 100644
--- a/ios/build/bots/chromium.mac/ios-device-gn.json
+++ b/ios/build/bots/chromium.mac/ios-device-gn.json
@@ -17,13 +17,11 @@
"target_subarch=arm32"
],
"gn_args": [
- "is_debug=true",
- "target_os=\"ios\"",
"ios_enable_code_signing=false",
"is_component_build=false",
- "use_goma=true",
- "goma_dir=\"$(goma_dir)\"",
- "target_cpu=\"arm\""
+ "is_debug=true",
+ "target_cpu=\"arm\"",
+ "target_os=\"ios\""
],
"mb_type": "gn",
"compiler": "ninja",
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device.json ('k') | ios/build/bots/chromium.mac/ios-simulator-cronet.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698