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

Side by Side Diff: ios/build/bots/chromium.fyi/ios-simulator-cronet.json

Issue 2643753004: Add config for ios-simulator-cronet on chromium.fyi (Closed)
Patch Set: Created 3 years, 11 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 | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
1 {
2 "comments": [
3 "Cronet tests for 32- and 64-bit iOS 9.0 simulators.",
4 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit)."
5 ],
6 "xcode version": "8.0",
7 "gn_args": [
8 "additional_target_cpus=[\"x86\"]",
9 "disable_brotli_filter=true",
10 "disable_file_support=true",
11 "disable_ftp_support=true",
12 "enable_websockets=false",
13 "goma_dir=\"$(goma_dir)\"",
14 "is_component_build=false",
15 "is_cronet_build=true",
16 "target_cpu=\"x64\"",
17 "target_os=\"ios\"",
18 "use_platform_icu_alternatives=true"
19 ],
20 "compiler": "ninja",
21 "configuration": "Debug",
22 "sdk": "iphonesimulator10.0",
23 "tests": [
24 {
25 "app": "cronet_test",
26 "device type": "iPhone 5s",
27 "os": "9.3"
28 },
29 {
30 "app": "cronet_test",
31 "device type": "iPad Retina",
32 "os": "9.3"
33 }
34 ]
35 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698