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

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

Issue 2919783002: iOS: Update device testing configuration (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
1 { 1 {
2 "comments": [ 2 "comments": [
3 "Tests for 64-bit iOS devices." 3 "Tests for 64-bit iOS devices."
4 ], 4 ],
5 "xcode version": "8.0", 5 "xcode version": "8.0",
6 "gn_args": [ 6 "gn_args": [
7 "goma_dir=\"$(goma_dir)\"", 7 "goma_dir=\"$(goma_dir)\"",
8 "additional_target_cpus=[\"arm\"]",
8 "is_component_build=false", 9 "is_component_build=false",
9 "is_debug=true", 10 "is_debug=true",
10 "target_cpu=\"x64\"", 11 "target_cpu=\"arm64\"",
11 "target_os=\"ios\"", 12 "target_os=\"ios\"",
12 "use_goma=true" 13 "use_goma=true"
13 ], 14 ],
15 "env": {
16 "MAC_TOOLCHAIN_REVISION": "8E2002-1"
17 },
14 "use_analyze": false, 18 "use_analyze": false,
15 "additional_compile_targets": [ "all" ], 19 "additional_compile_targets": [ "all" ],
16 "configuration": "Debug", 20 "configuration": "Debug",
21 "bucket": "chromium-webrtc",
17 "tests": [ 22 "tests": [
18 { 23 {
19 "include": "common_tests.json", 24 "app": "modules_unittests",
20 "device type": "iPhone 6s", 25 "device type": "iPhone 6s",
21 "os": "10.0" 26 "os": "10.0.1"
22 } 27 }
23 ] 28 ]
24 } 29 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698