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

Side by Side Diff: ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja_ng.json

Issue 947273002: Convert iOS try bots to Xcode 5.1 instead of 5.1.1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: Created 5 years, 9 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 | « ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json ('k') | no next file » | 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 "owners": [ 2 "owners": [
3 "smut" 3 "smut"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Builder for fat binaries using ninja." 6 "Builder for fat binaries using ninja."
7 ], 7 ],
8 "xcode version": "5.1.1", 8 "xcode version": "5.1",
9 "GYP_DEFINES": { 9 "GYP_DEFINES": {
10 "chromium_ios_signing": "0", 10 "chromium_ios_signing": "0",
11 "clang_xcode": "0", 11 "clang_xcode": "0",
12 "target_subarch": "both" 12 "target_subarch": "both"
13 }, 13 },
14 "compiler": "ninja", 14 "compiler": "ninja",
15 "configuration": "Release", 15 "configuration": "Release",
16 "sdk": "iphoneos7.1", 16 "sdk": "iphoneos7.1",
17 "tests": [ 17 "tests": [
18 ] 18 ]
19 } 19 }
OLDNEW
« no previous file with comments | « ios/build/bots/tryserver.chromium.mac/ios_rel_device_ninja.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698