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

Unified Diff: ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json

Issue 1889483003: [iOS/GN] Enable running tests on simulator. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@gn-ios-chrome
Patch Set: Rebase on origin/master Created 4 years, 8 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 | « no previous file | ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.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_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
index 753e42462f609179f535bc30d95951413bbd500e..e62ed39726714cac716f1b742c3a5c0774791832 100644
--- a/ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json
+++ b/ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json
@@ -9,12 +9,15 @@
"xcode version": "7.0",
"GYP_DEFINES": {
"chromium_ios_signing": "0",
- "target_subarch": "both",
+ "gomadir": "$(goma_dir)",
"use_goma": "1"
},
"gn_args": [
"target_os=\"ios\"",
- "use_goma=true"
+ "target_cpu=\"x64\"",
+ "is_debug=true",
+ "use_goma=true",
+ "goma_dir=\"$(goma_dir)\""
],
"mb_type": "gn",
"compiler": "ninja",
@@ -22,5 +25,15 @@
"configuration": "Debug",
"sdk": "iphonesimulator9.0",
"tests": [
+ {
+ "include": "common_tests.json",
+ "device type": "iPhone 5s",
+ "os": "9.0"
+ },
+ {
+ "include": "common_tests.json",
+ "device type": "iPad Air",
+ "os": "9.0"
+ }
]
}
« no previous file with comments | « no previous file | ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698