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

Unified Diff: ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).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 passthrough mode to MB, move MB configuration into //ios files 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/chromium.mac/iOS_Simulator_GN_(dbg).json
diff --git a/ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json b/ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json
new file mode 100644
index 0000000000000000000000000000000000000000..671137e6f91e9a163c57fc5fb0956c3f0db8d8c1
--- /dev/null
+++ b/ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json
@@ -0,0 +1,17 @@
+{
+ "owners": [
+ "dpranke",
+ "smut"
+ ],
+ "comments": [
+ "GN + Ninja simulator build."
+ ],
+ "xcode version": "7.0",
+ "mb_type": "gn",
+ "gn_args": "target_os=\"ios\" use_ios_simulator=true",
+ "compiler": "ninja",
+ "configuration": "Debug",
+ "sdk": "iphonesimulator9.0",
+ "tests": [
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698