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

Side by Side Diff: webrtc/build/ios/tryserver.webrtc/ios64_gyp_dbg.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 "GN + Ninja builder.", 6 "GN + Ninja builder.",
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=arm64", 16 "target_arch=arm64",
17 "include_examples=0", 17 "include_examples=0",
18 "include_tests=0", 18 "include_tests=0",
19 "include_ilbc=0", 19 "include_ilbc=0",
20 "build_expat=0", 20 "build_expat=0",
(...skipping 26 matching lines...) Expand all
47 ], 47 ],
48 "mb_type": "gyp", 48 "mb_type": "gyp",
49 "use_analyze": false, 49 "use_analyze": false,
50 "compiler": "ninja", 50 "compiler": "ninja",
51 "additional_compile_targets": [ "all" ], 51 "additional_compile_targets": [ "all" ],
52 "configuration": "Debug", 52 "configuration": "Debug",
53 "sdk": "iphoneos9.0", 53 "sdk": "iphoneos9.0",
54 "tests": [ 54 "tests": [
55 ] 55 ]
56 } 56 }
OLDNEW
« no previous file with comments | « webrtc/build/ios/tryserver.webrtc/ios64_gn_rel.json ('k') | webrtc/build/ios/tryserver.webrtc/ios64_gyp_rel.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698