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

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

Issue 2919693004: Remove additional_target_cpus = [ "arm" ] from iOS device build configs (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
« no previous file with comments | « tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json ('k') | 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
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\"]",
9 "is_component_build=false", 8 "is_component_build=false",
10 "is_debug=true", 9 "is_debug=true",
11 "target_cpu=\"arm64\"", 10 "target_cpu=\"arm64\"",
12 "target_os=\"ios\"", 11 "target_os=\"ios\"",
13 "use_goma=true" 12 "use_goma=true"
14 ], 13 ],
15 "env": { 14 "env": {
16 "MAC_TOOLCHAIN_REVISION": "8E2002-1" 15 "MAC_TOOLCHAIN_REVISION": "8E2002-1"
17 }, 16 },
18 "use_analyze": false, 17 "use_analyze": false,
19 "additional_compile_targets": [ "all" ], 18 "additional_compile_targets": [ "all" ],
20 "configuration": "Debug", 19 "configuration": "Debug",
21 "bucket": "chromium-webrtc", 20 "bucket": "chromium-webrtc",
22 "tests": [ 21 "tests": [
23 { 22 {
24 "app": "modules_unittests", 23 "app": "modules_unittests",
25 "device type": "iPhone 6s", 24 "device type": "iPhone 6s",
26 "os": "10.0.1" 25 "os": "10.0.1"
27 } 26 }
28 ] 27 ]
29 } 28 }
OLDNEW
« no previous file with comments | « tools_webrtc/ios/internal.client.webrtc/iOS64_Debug.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698