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

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: 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.json
diff --git a/ios/build/bots/chromium.mac/ios-device.json b/ios/build/bots/chromium.mac/ios-device.json
index 6ff6e46b820024f86a81396d3dc0c0c2aa6f8622..b003f30074c14abd01d7e174c40873f4e7e54861 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": [
@@ -25,8 +25,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": [

Powered by Google App Engine
This is Rietveld 408576698