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

Unified Diff: ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.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 | « ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.json
diff --git a/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.json b/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.json
index 410ed63d676c33ddfaeaf3a17d699ef61dcfcde4..a104d01c616ac6ab9406a0381c3afe8a22a6ed45 100644
--- a/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.json
+++ b/ios/build/bots/tryserver.chromium.mac/ios_dbg_simulator_gn.json
@@ -9,17 +9,30 @@
"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",
"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 | « ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698