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

Side by Side Diff: ios/build/bots/chromium.fyi/EarlGreyiOS.json

Issue 2194703002: Flip all but ios-simulator builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios-device, turn off xcode-clang for the moment 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
OLDNEW
1 { 1 {
2 "owners": [ 2 "owners": [
3 "huangml" 3 "huangml"
4 ], 4 ],
5 "comments": [ 5 "comments": [
6 "Tests for 64-bit iOS 9.0 simulators.", 6 "Tests for 64-bit iOS 9.0 simulators.",
7 "Tests run on iPhone 5s (64-bit)." 7 "Tests run on iPhone 5s (64-bit)."
8 ], 8 ],
9 "xcode version": "7.0", 9 "xcode version": "7.0",
10 "GYP_DEFINES": [ 10 "GYP_DEFINES": [
11 "OS=ios", 11 "OS=ios",
12 "chromium_ios_signing=0", 12 "chromium_ios_signing=0",
13 "component=static_library", 13 "component=static_library",
14 "use_goma=1", 14 "use_goma=1",
15 "gomadir=$(goma_dir)", 15 "gomadir=$(goma_dir)",
16 "target_subarch=arm64" 16 "target_subarch=arm64"
17 ], 17 ],
18 "mb_type": "gyp", 18 "gn_args": [
19 "component=static_library",
20 "goma_dir=\"$(goma_dir)\"",
21 "target_cpu=\"x64\"",
22 "target_os=\"ios\"",
23 "use_goma=true"
24 ],
25 "mb_type": "gn",
19 "compiler": "ninja", 26 "compiler": "ninja",
20 "configuration": "Debug", 27 "configuration": "Debug",
21 "sdk": "iphonesimulator9.0", 28 "sdk": "iphonesimulator9.0",
22 "tests": [ 29 "tests": [
23 { 30 {
24 "app": "ios_web_shell_test_host", 31 "app": "ios_web_shell_test_host",
25 "device type": "iPhone 5s", 32 "device type": "iPhone 5s",
26 "os": "9.0", 33 "os": "9.0",
27 "xctest": true 34 "xctest": true
28 } 35 }
29 ] 36 ]
30 } 37 }
OLDNEW
« no previous file with comments | « ios/build/bots/chromium.fyi/ClangToTiOS.json ('k') | ios/build/bots/chromium.mac/ios-device.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698