Chromium Code Reviews| OLD | NEW |
|---|---|
| (Empty) | |
| 1 { | |
| 2 "owners": [ | |
| 3 "kjellander" | |
| 4 ], | |
| 5 "comments": [ | |
| 6 "Tests for 32-bit iOS 9.0 simulators." | |
| 7 ], | |
| 8 "xcode version": "7.0", | |
| 9 "GYP_DEFINES": { | |
| 10 "chromium_ios_signing": "0", | |
| 11 "target_arch": "ia32", | |
| 12 "use_goma": "1", | |
| 13 "gomadir": "$(goma_dir)" | |
| 14 }, | |
| 15 "compiler": "ninja", | |
| 16 "configuration": "Debug", | |
| 17 "sdk": "iphonesimulator9.0", | |
| 18 "tests": [ | |
| 19 { | |
| 20 "include": "common_tests.json", | |
| 21 "device type": "iPhone 5s", | |
| 22 "os": "9.0" | |
| 23 }, | |
| 24 ] | |
| 25 } | |
| OLD | NEW |