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

Side by Side Diff: ios/build/bots/chromium.mac/ios-device.json

Issue 2162133003: [iOS] Refactor iOS bots definitions. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix gyp bots. Created 4 years, 5 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 | « no previous file | ios/build/bots/chromium.mac/ios-device-gn.json » ('j') | 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 "dpranke",
3 "smut" 4 "smut"
4 ], 5 ],
5 "comments": [ 6 "comments": [
6 "Builder for 32-bit devices." 7 "Builder for 32-bit devices.",
8 "Build is performed with gyp+ninja."
7 ], 9 ],
8 "xcode version": "7.0", 10 "xcode version": "7.0",
9 "GYP_DEFINES": [ 11 "GYP_DEFINES": [
10 "OS=ios", 12 "OS=ios",
11 "chromium_ios_signing=0", 13 "chromium_ios_signing=0",
12 "component=static_library", 14 "component=static_library",
13 "use_goma=1", 15 "use_goma=1",
14 "gomadir=$(goma_dir)", 16 "gomadir=$(goma_dir)",
15 "target_subarch=arm32" 17 "target_subarch=arm32"
16 ], 18 ],
19 "gn_args": [
20 "is_debug=true",
21 "target_os=\"ios\"",
22 "ios_enable_code_signing=false",
23 "is_component_build=false",
24 "use_goma=true",
25 "goma_dir=\"$(goma_dir)\"",
26 "target_cpu=\"arm\""
27 ],
17 "mb_type": "gyp", 28 "mb_type": "gyp",
18 "compiler": "ninja", 29 "compiler": "ninja",
19 "configuration": "Release", 30 "configuration": "Release",
20 "sdk": "iphoneos9.0", 31 "sdk": "iphoneos9.0",
21 "tests": [ 32 "tests": [
22 ] 33 ]
23 } 34 }
OLDNEW
« no previous file with comments | « no previous file | ios/build/bots/chromium.mac/ios-device-gn.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698