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

Side by Side Diff: tools-webrtc/ios/tryserver.webrtc/ios_rel.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
« no previous file with comments | « tools-webrtc/ios/tryserver.webrtc/ios_dbg.json ('k') | tools-webrtc/mb/mb.py » ('j') | 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 "Builder for 32-bit devices." 3 "Builder for 32-bit devices.",
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 "dcheck_always_on=true",
9 "ios_enable_code_signing=false",
10 "is_component_build=false",
11 "is_debug=false", 10 "is_debug=false",
12 "target_cpu=\"arm\"", 11 "target_cpu=\"arm\"",
13 "target_os=\"ios\"",
14 "use_goma=true" 12 "use_goma=true"
15 ], 13 ],
16 "use_analyze": false, 14 "use_analyze": false,
17 "additional_compile_targets": [ "all" ], 15 "additional_compile_targets": [ "all" ],
18 "configuration": "Release", 16 "configuration": "Release",
19 "sdk": "iphoneos10.0", 17 "sdk": "iphoneos10.0",
20 "tests": [ 18 "tests": [
21 ] 19 ]
22 } 20 }
OLDNEW
« no previous file with comments | « tools-webrtc/ios/tryserver.webrtc/ios_dbg.json ('k') | tools-webrtc/mb/mb.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698