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

Side by Side Diff: tools-webrtc/ios/tryserver.webrtc/ios64_sim_ios10_dbg.json

Issue 2685813003: iOS: Fix breakage caused by buildbot recipe update (Closed)
Patch Set: Proper strings for target_cpu Created 3 years, 10 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 "owners": [
3 "kjellander"
4 ],
5 "comments": [ 2 "comments": [
6 "Tests for 64-bit iOS simulators.", 3 "Tests for 64-bit iOS simulators.",
7 "gn_args in this file is only read by the buildbot recipe; ", 4 "gn_args in this file is only read by the buildbot recipe; ",
8 "webrtc/build/mb_config.pyl contains the actual build configuration.", 5 "webrtc/build/mb_config.pyl contains the actual build configuration.",
9 "TODO(kjellander): remove gn_args when the recipe is updated." 6 "TODO(kjellander): remove gn_args when the recipe is updated."
10 ], 7 ],
11 "xcode version": "8.0", 8 "xcode version": "8.0",
12 "gn_args": [ 9 "gn_args": [
10 "is_debug=true",
11 "target_cpu=\"x64\"",
13 "use_goma=true" 12 "use_goma=true"
14 ], 13 ],
15 "use_analyze": false, 14 "use_analyze": false,
16 "compiler": "ninja",
17 "additional_compile_targets": [ "all" ], 15 "additional_compile_targets": [ "all" ],
18 "configuration": "Debug", 16 "configuration": "Debug",
19 "sdk": "iphonesimulator10.0", 17 "sdk": "iphonesimulator10.0",
20 "tests": [ 18 "tests": [
21 { 19 {
22 "include": "common_tests.json", 20 "include": "common_tests.json",
23 "device type": "iPhone 6s", 21 "device type": "iPhone 6s",
24 "os": "10.0" 22 "os": "10.0"
25 } 23 }
26 ] 24 ]
27 } 25 }
OLDNEW
« no previous file with comments | « tools-webrtc/ios/tryserver.webrtc/ios32_sim_ios9_dbg.json ('k') | tools-webrtc/ios/tryserver.webrtc/ios64_sim_ios9_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698