Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / ios / build / bots / chromium.mac / iOS_Simulator_(dbg).json
blobc11cbed0062b480c2ecdeaedf726c1cb07a8af01
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": "xcodebuild",
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   ]