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

Side by Side 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 unified diff | 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 »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "dpranke", 3 "dpranke",
4 "smut" 4 "smut"
5 ], 5 ],
6 "comments": [ 6 "comments": [
7 "GN + Ninja simulator build." 7 "GN + Ninja simulator build."
8 ], 8 ],
9 "xcode version": "7.0", 9 "xcode version": "7.0",
10 "GYP_DEFINES": { 10 "GYP_DEFINES": {
11 "chromium_ios_signing": "0", 11 "chromium_ios_signing": "0",
12 "target_subarch": "both", 12 "gomadir": "$(goma_dir)",
13 "use_goma": "1" 13 "use_goma": "1"
14 }, 14 },
15 "gn_args": [ 15 "gn_args": [
16 "target_os=\"ios\"", 16 "target_os=\"ios\"",
17 "use_goma=true" 17 "target_cpu=\"x64\"",
18 "is_debug=true",
19 "use_goma=true",
20 "goma_dir=\"$(goma_dir)\""
18 ], 21 ],
19 "mb_type": "gn", 22 "mb_type": "gn",
20 "compiler": "ninja", 23 "compiler": "ninja",
21 "additional_compile_targets": ["gn_all"], 24 "additional_compile_targets": ["gn_all"],
22 "configuration": "Debug", 25 "configuration": "Debug",
23 "sdk": "iphonesimulator9.0", 26 "sdk": "iphonesimulator9.0",
24 "tests": [ 27 "tests": [
28 {
29 "include": "common_tests.json",
30 "device type": "iPhone 5s",
31 "os": "9.0"
32 },
33 {
34 "include": "common_tests.json",
35 "device type": "iPad Air",
36 "os": "9.0"
37 }
25 ] 38 ]
26 } 39 }
OLDNEW
« 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