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

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

Issue 2365863002: Update expected Xcode version to 8.0. (Closed)
Patch Set: Created 4 years, 2 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": [ 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 9.0 simulators.",
7 "GYP_DEFINES and gn_args in this file are only used during runhooks; ", 7 "GYP_DEFINES and gn_args in this file are only used during runhooks; ",
8 "webrtc/build/mb_config.pyl decides the generated projects that are compiled ." 8 "webrtc/build/mb_config.pyl decides the generated projects that are compiled ."
9 ], 9 ],
10 "xcode version": "7.0", 10 "xcode version": "8.0",
11 "GYP_DEFINES": [ 11 "GYP_DEFINES": [
12 "use_goma=1", 12 "use_goma=1",
13 "gomadir=$(goma_dir)", 13 "gomadir=$(goma_dir)",
14 "chromium_ios_signing=0", 14 "chromium_ios_signing=0",
15 "component=static_library", 15 "component=static_library",
16 "target_arch=x64" 16 "target_arch=x64"
17 ], 17 ],
18 "gn_args": [ 18 "gn_args": [
19 "is_debug=true", 19 "is_debug=true",
20 "target_os=\"ios\"", 20 "target_os=\"ios\"",
21 "ios_enable_code_signing=false", 21 "ios_enable_code_signing=false",
22 "is_component_build=false", 22 "is_component_build=false",
23 "use_goma=true", 23 "use_goma=true",
24 "goma_dir=\"$(goma_dir)\"", 24 "goma_dir=\"$(goma_dir)\"",
25 "target_cpu=\"x64\"" 25 "target_cpu=\"x64\""
26 ], 26 ],
27 "mb_type": "gn", 27 "mb_type": "gn",
28 "compiler": "ninja", 28 "compiler": "ninja",
29 "additional_compile_targets": [ "all" ], 29 "additional_compile_targets": [ "all" ],
30 "configuration": "Debug", 30 "configuration": "Debug",
31 "sdk": "iphonesimulator9.0", 31 "sdk": "iphonesimulator9.0",
32 "tests": [ 32 "tests": [
33 { 33 {
34 "include": "common_tests.json", 34 "include": "common_tests.json",
35 "device type": "iPhone 5s", 35 "device type": "iPhone 5s",
36 "os": "9.0" 36 "os": "9.0"
37 } 37 }
38 ] 38 ]
39 } 39 }
OLDNEW
« no previous file with comments | « webrtc/build/ios/client.webrtc/iOS64_Release_(GYP).json ('k') | webrtc/build/ios/tryserver.webrtc/ios32_sim_dbg.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698