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

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

Issue 2659123003: Remove compiler field from iOS bot configs, ensure gn_args match configuration (Closed)
Patch Set: Created 3 years, 10 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/chromium.mac/ios-simulator-cronet.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": [
3 "sdefresne",
4 "smut"
5 ],
6 "comments": [ 2 "comments": [
7 "Tests for 64-bit iOS 10.0 simulators.", 3 "Tests for 64-bit iOS 10.0 simulators.",
8 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.", 4 "Tests run on iPhone 6s and iPad Air 2, both 64-bit.",
9 "Build is performed with gn+ninja." 5 "Build is performed with gn+ninja."
10 ], 6 ],
11 "xcode version": "8.0", 7 "xcode version": "8.0",
12 "gn_args": [ 8 "gn_args": [
13 "additional_target_cpus=[\"x86\"]", 9 "additional_target_cpus=[\"x86\"]",
14 "goma_dir=\"$(goma_dir)\"", 10 "goma_dir=\"$(goma_dir)\"",
15 "ios_enable_code_signing=false", 11 "ios_enable_code_signing=false",
16 "is_component_build=false", 12 "is_component_build=false",
17 "is_debug=true", 13 "is_debug=true",
18 "target_cpu=\"x64\"", 14 "target_cpu=\"x64\"",
19 "target_os=\"ios\"", 15 "target_os=\"ios\"",
20 "use_goma=true", 16 "use_goma=true",
21 "use_xcode_clang=true" 17 "use_xcode_clang=true"
22 ], 18 ],
23 "additional_compile_targets": [ 19 "additional_compile_targets": [
24 "all" 20 "all"
25 ], 21 ],
26 "compiler": "ninja",
27 "configuration": "Debug", 22 "configuration": "Debug",
28 "sdk": "iphonesimulator10.0", 23 "sdk": "iphonesimulator10.0",
29 "tests": [ 24 "tests": [
30 ] 25 ]
31 } 26 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.mac/ios-simulator-cronet.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698