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

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

Issue 2198693002: Flip remaining builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: add in ios builder change Created 4 years, 4 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 | tools/mb/mb_config.pyl » ('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 "dpranke",
4 "smut" 4 "smut"
5 ], 5 ],
6 "comments": [ 6 "comments": [
7 "Tests for 32- and 64-bit iOS 9.0 simulators.", 7 "Tests for 32- and 64-bit iOS 9.0 simulators.",
8 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).", 8 "Tests run on iPhone 5s (64-bit) and iPad Retina (32-bit).",
9 "Build is performed with gyp+ninja." 9 "Build is performed with gn+ninja."
10 ], 10 ],
11 "xcode version": "7.0", 11 "xcode version": "7.0",
12 "GYP_DEFINES": [ 12 "GYP_DEFINES": [
13 "OS=ios", 13 "OS=ios",
14 "chromium_ios_signing=0", 14 "chromium_ios_signing=0",
15 "component=static_library", 15 "component=static_library",
16 "use_goma=1", 16 "use_goma=1",
17 "gomadir=$(goma_dir)", 17 "gomadir=$(goma_dir)",
18 "target_subarch=both" 18 "target_subarch=both"
19 ], 19 ],
20 "gn_args": [ 20 "gn_args": [
21 "is_debug=true", 21 "is_debug=true",
22 "target_os=\"ios\"", 22 "target_os=\"ios\"",
23 "ios_enable_code_signing=false", 23 "ios_enable_code_signing=false",
24 "is_component_build=false", 24 "is_component_build=false",
25 "use_goma=true", 25 "use_goma=true",
26 "goma_dir=\"$(goma_dir)\"", 26 "goma_dir=\"$(goma_dir)\"",
27 "target_cpu=\"x64\"", 27 "target_cpu=\"x64\"",
28 "additional_target_cpus=[\"x86\"]" 28 "additional_target_cpus=[\"x86\"]"
29 ], 29 ],
30 "mb_type": "gyp", 30 "mb_type": "gn",
31 "compiler": "ninja", 31 "compiler": "ninja",
32 "configuration": "Debug", 32 "configuration": "Debug",
33 "sdk": "iphonesimulator9.0", 33 "sdk": "iphonesimulator9.0",
34 "tests": [ 34 "tests": [
35 { 35 {
36 "include": "common_tests.json", 36 "include": "common_tests.json",
37 "device type": "iPhone 5s", 37 "device type": "iPhone 5s",
38 "os": "9.0" 38 "os": "9.0"
39 }, 39 },
40 { 40 {
41 "include": "common_tests.json", 41 "include": "common_tests.json",
42 "device type": "iPad Retina", 42 "device type": "iPad Retina",
43 "os": "9.0" 43 "os": "9.0"
44 } 44 }
45 ] 45 ]
46 } 46 }
OLDNEW
« no previous file with comments | « no previous file | tools/mb/mb_config.pyl » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698