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

Side by Side Diff: webrtc/build/ios/client.webrtc/iOS32_Simulator_Debug.json

Issue 2507063008: iOS: Cleanup buildbot JSON files + bump iOS version to 10.0 (Closed)
Patch Set: Restored use_goma in gn_args Created 4 years, 1 month 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": [ 2 "owners": [
3 "kjellander" 3 "kjellander"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Tests for 32-bit iOS 9.0 simulators.", 6 "Tests for 32-bit iOS simulators.",
7 "GYP_DEFINES and gn_args in this file are only used during runhooks; ", 7 "gn_args in this file is only read by the buildbot recipe; ",
8 "webrtc/build/mb_config.pyl decides the generated projects that are compiled ." 8 "webrtc/build/mb_config.pyl contains the actual build configuration.",
9 "TODO(kjellander): remove gn_args when the recipe is updated."
9 ], 10 ],
10 "xcode version": "8.0", 11 "xcode version": "8.0",
11 "GYP_DEFINES": [ 12 "gn_args": [
12 "use_goma=1", 13 "use_goma=true"
13 "gomadir=$(goma_dir)",
14 "chromium_ios_signing=0",
15 "component=static_library",
16 "target_arch=ia32"
17 ], 14 ],
18 "gn_args": [
19 "is_debug=true",
20 "target_os=\"ios\"",
21 "ios_enable_code_signing=false",
22 "is_component_build=false",
23 "use_goma=true",
24 "goma_dir=\"$(goma_dir)\"",
25 "target_cpu=\"x86\""
26 ],
27 "mb_type": "gn",
28 "compiler": "ninja", 15 "compiler": "ninja",
29 "additional_compile_targets": [ "all" ], 16 "additional_compile_targets": [ "all" ],
30 "configuration": "Debug", 17 "configuration": "Debug",
31 "sdk": "iphonesimulator9.0", 18 "sdk": "iphonesimulator10.0",
32 "tests": [ 19 "tests": [
33 { 20 {
34 "include": "common_tests.json", 21 "include": "common_tests.json",
35 "device type": "iPhone 5s", 22 "device type": "iPhone 6s",
36 "os": "9.0" 23 "os": "10.0"
37 } 24 }
38 ] 25 ]
39 } 26 }
OLDNEW
« no previous file with comments | « webrtc/build/ios/client.webrtc/iOS32_Release.json ('k') | webrtc/build/ios/client.webrtc/iOS64_Debug.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698