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

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: 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.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..87bf187a7b99b109437183118e3efc1a59eeb924 100644
--- a/ios/build/bots/chromium.mac/ios-device-gn.json
+++ b/ios/build/bots/chromium.mac/ios-device-gn.json
@@ -21,9 +21,10 @@
"target_os=\"ios\"",
"ios_enable_code_signing=false",
"is_component_build=false",
- "use_goma=true",
"goma_dir=\"$(goma_dir)\"",
- "target_cpu=\"arm\""
+ "target_cpu=\"arm\"",
+ "use_goma=true",
+ "use_xcode_clang=true"
smut 2016/07/28 23:55:04 Sort alpha.
Dirk Pranke 2016/07/29 00:08:31 Will fix.
],
"mb_type": "gn",
"compiler": "ninja",

Powered by Google App Engine
This is Rietveld 408576698