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

Side by Side Diff: tools-webrtc/ios/client.webrtc/iOS32_Release.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 "Builder for 32-bit devices.", 3 "Builder for 32-bit devices.",
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=false",
11 "target_cpu=\"arm\"",
13 "use_goma=true" 12 "use_goma=true"
14 ], 13 ],
15 "compiler": "ninja",
16 "additional_compile_targets": [ "all" ], 14 "additional_compile_targets": [ "all" ],
17 "configuration": "Release", 15 "configuration": "Release",
18 "sdk": "iphoneos10.0", 16 "sdk": "iphoneos10.0",
19 "tests": [ 17 "tests": [
20 ] 18 ]
21 } 19 }
OLDNEW
« no previous file with comments | « tools-webrtc/ios/client.webrtc/iOS32_Debug.json ('k') | tools-webrtc/ios/client.webrtc/iOS32_Sim_Debug_(iOS_9.0).json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698