Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ios / build / bots / tryserver.chromium.mac / ios_dbg_simulator_ninja.json
blob3db6c226d36ae1078098e8a917d59a9f3967987e
2   "owners": [
3     "smut"
4   ],
5   "comments": [
6     "Tests for 32- and 64-bit iOS 8.3 simulators."
7   ],
8   "xcode version": "6.3",
9   "GYP_DEFINES": {
10     "chromium_ios_signing": "0",
11     "target_subarch": "both"
12   },
13   "compiler": "ninja",
14   "configuration": "Debug",
15   "sdk": "iphonesimulator8.3",
16   "tests": [
17     {
18       "include": "common_tests.json",
19       "device type": "iPhone 5s",
20       "os": "8.3"
21     },
22     {
23       "include": "common_tests.json",
24       "device type": "iPad Retina",
25       "os": "8.3"
26     },
27     {
28       "include": "common_tests.json",
29       "device type": "iPhone 5s",
30       "os": "7.1"
31     },
32     {
33       "include": "common_tests.json",
34       "device type": "iPad Retina",
35       "os": "7.1"
36     }
37   ]