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

Unified Diff: ios/build/bots/chromium.mac/ios-device-gn.json

Issue 2162133003: [iOS] Refactor iOS bots definitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp bots. 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.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 70716e064bb020298655f033a1355498302ae8ba..395f787c058a21554818aecc41a91f8ad4c3583e 100644
--- a/ios/build/bots/chromium.mac/ios-device-gn.json
+++ b/ios/build/bots/chromium.mac/ios-device-gn.json
@@ -4,7 +4,8 @@
"smut"
],
"comments": [
- "GN + Ninja 32-bit builder."
+ "Builder for 32-bit devices.",
+ "Build is performed with gn+ninja."
],
"xcode version": "7.0",
"GYP_DEFINES": [
@@ -16,10 +17,13 @@
"target_subarch=arm32"
],
"gn_args": [
- "ios_enable_code_signing=false",
- "target_cpu=\"arm\"",
+ "is_debug=true",
"target_os=\"ios\"",
- "use_goma=true"
+ "ios_enable_code_signing=false",
+ "is_component_build=false",
+ "use_goma=true",
+ "goma_dir=\"$(goma_dir)\"",
+ "target_cpu=\"arm\""
],
"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.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698