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

Side by Side Diff: tools-webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_10.0).json

Issue 2694423002: Revert of iOS: Use JSON for GN configuration instead of MB + remove symbols (Closed)
Patch Set: 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 "comments": [ 2 "comments": [
3 "Tests for 64-bit iOS simulators." 3 "Tests for 64-bit iOS simulators.",
4 "gn_args in this file is only read by the buildbot recipe; ",
5 "webrtc/build/mb_config.pyl contains the actual build configuration.",
6 "TODO(kjellander): remove gn_args when the recipe is updated."
4 ], 7 ],
5 "xcode version": "8.0", 8 "xcode version": "8.0",
6 "gn_args": [ 9 "gn_args": [
7 "goma_dir=\"$(goma_dir)\"",
8 "is_component_build=false",
9 "is_debug=true", 10 "is_debug=true",
10 "target_cpu=\"x64\"", 11 "target_cpu=\"x64\"",
11 "target_os=\"ios\"",
12 "use_goma=true" 12 "use_goma=true"
13 ], 13 ],
14 "additional_compile_targets": [ "all" ], 14 "additional_compile_targets": [ "all" ],
15 "configuration": "Debug", 15 "configuration": "Debug",
16 "sdk": "iphonesimulator10.0", 16 "sdk": "iphonesimulator10.0",
17 "tests": [ 17 "tests": [
18 { 18 {
19 "include": "common_tests.json", 19 "include": "common_tests.json",
20 "device type": "iPhone 6s", 20 "device type": "iPhone 6s",
21 "os": "10.0" 21 "os": "10.0"
22 } 22 }
23 ] 23 ]
24 } 24 }
OLDNEW
« no previous file with comments | « tools-webrtc/ios/client.webrtc/iOS64_Release.json ('k') | tools-webrtc/ios/client.webrtc/iOS64_Sim_Debug_(iOS_9.0).json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698