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

Side by Side Diff: tools_webrtc/ios/internal.tryserver.webrtc/ios_arm64.json

Issue 2903843002: Add JSON and MB configs for the internal iOS bots. (Closed)
Patch Set: Created 3 years, 6 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
OLDNEW
(Empty)
1 {
2 "comments": [
3 "Tests for 64-bit iOS devices."
4 ],
5 "xcode version": "8.0",
6 "gn_args": [
7 "goma_dir=\"$(goma_dir)\"",
8 "is_component_build=false",
9 "is_debug=true",
10 "target_cpu=\"x64\"",
11 "target_os=\"ios\"",
12 "use_goma=true"
13 ],
14 "use_analyze": false,
15 "additional_compile_targets": [ "all" ],
16 "configuration": "Debug",
17 "tests": [
18 {
19 "include": "common_tests.json",
20 "device type": "iPhone 6s",
21 "os": "10.0"
22 }
23 ]
24 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698