1{
2  "comments": [
3    "Runs all unit tests on 64-bit, 32-bit, iOS 10, and iOS 9. Runs unit tests",
4    "that depend on UI scaling on iPad, iPhone, @3x, and @2x."
5  ],
6  "xcode version": "8.0",
7  "gn_args": [
8    "additional_target_cpus=[\"x86\"]",
9    "goma_dir=\"$(goma_dir)\"",
10    "is_component_build=false",
11    "is_debug=true",
12    "target_cpu=\"x64\"",
13    "target_os=\"ios\"",
14    "use_goma=true"
15  ],
16  "additional_compile_targets": [
17    "all"
18  ],
19  "configuration": "Debug",
20  "sdk": "iphonesimulator10.0",
21  "tests": [
22    {
23      "include": "screen_size_dependent_tests.json",
24      "device type": "iPhone 6s Plus",
25      "os": "10.0",
26      "xcode version": "8.0"
27    },
28    {
29      "include": "screen_size_dependent_tests.json",
30      "device type": "iPhone 6s",
31      "os": "10.0",
32      "xcode version": "8.0"
33    },
34    {
35      "include": "common_tests.json",
36      "device type": "iPhone 6s",
37      "os": "10.0",
38      "xcode version": "8.0"
39    },
40    {
41      "include": "screen_size_dependent_tests.json",
42      "device type": "iPhone 5",
43      "os": "10.0",
44      "xcode version": "8.0"
45    },
46    {
47      "include": "screen_size_dependent_tests.json",
48      "device type": "iPad Air 2",
49      "os": "10.0",
50      "xcode version": "8.0"
51    },
52    {
53      "include": "screen_size_dependent_tests.json",
54      "device type": "iPad Retina",
55      "os": "10.0",
56      "xcode version": "8.0"
57    },
58    {
59      "include": "common_tests.json",
60      "device type": "iPad Retina",
61      "os": "10.0",
62      "xcode version": "8.0"
63    },
64    {
65      "include": "screen_size_dependent_tests.json",
66      "device type": "iPhone 5",
67      "os": "9.0",
68      "xcode version": "8.0"
69    },
70    {
71      "include": "common_tests.json",
72      "device type": "iPhone 5",
73      "os": "9.0",
74      "xcode version": "8.0"
75    },
76    {
77      "include": "screen_size_dependent_tests.json",
78      "device type": "iPad Air 2",
79      "os": "9.0",
80      "xcode version": "8.0"
81    },
82    {
83      "include": "common_tests.json",
84      "device type": "iPad Air 2",
85      "os": "9.0",
86      "xcode version": "8.0"
87    },
88    {
89      "include": "eg_tests.json",
90      "device type": "iPhone 6s",
91      "os": "10.0",
92      "xcode version": "8.0"
93    }
94  ]
95}
96