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

Unified Diff: ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json

Issue 1411183010: Make MB aware of iOS bot configs and get iOS working. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add comments about "All" and "all" Created 5 years, 1 month 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/tryserver.chromium.mac/ios_rel_device_gn.json
diff --git a/ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json b/ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json
similarity index 78%
copy from ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json
copy to ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json
index 54408813aab494e758ccd026b133cb8d3d0f71f7..61f500cb449d05b3175ea9cec44f9c9c2ea74dad 100644
--- a/ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json
+++ b/ios/build/bots/tryserver.chromium.mac/ios_rel_device_gn.json
@@ -1,9 +1,10 @@
{
"owners": [
+ "dpranke",
"smut"
],
"comments": [
- "Builder for fat binaries using ninja."
+ "GN + Ninja fat binary builder."
],
"xcode version": "7.0",
"GYP_DEFINES": {
@@ -11,6 +12,7 @@
"target_subarch": "both"
},
"compiler": "ninja",
+ "use_mb": true,
"configuration": "Release",
"sdk": "iphoneos9.0",
"tests": [

Powered by Google App Engine
This is Rietveld 408576698