| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "smut" | 3 "smut" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Tests for 32-bit iOS 7.1 iPhone simulator." | 6 "Tests for 32-bit iOS 7.1 iPhone simulator." |
| 7 ], | 7 ], |
| 8 "xcode version": "5.1.1", | 8 "xcode version": "5.1", |
| 9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
| 10 "chromium_ios_signing": "0", | 10 "chromium_ios_signing": "0", |
| 11 "target_subarch": "arm32" | 11 "target_subarch": "arm32" |
| 12 }, | 12 }, |
| 13 "compiler": "xcodebuild", | 13 "compiler": "xcodebuild", |
| 14 "configuration": "Debug", | 14 "configuration": "Debug", |
| 15 "sdk": "iphonesimulator7.1", | 15 "sdk": "iphonesimulator7.1", |
| 16 "tests": [ | 16 "tests": [ |
| 17 { | 17 { |
| 18 "app": "ios_chrome_unittests", | 18 "app": "ios_chrome_unittests", |
| (...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 69 "device type": "iPhone Retina (4-inch)", | 69 "device type": "iPhone Retina (4-inch)", |
| 70 "os": "7.1" | 70 "os": "7.1" |
| 71 }, | 71 }, |
| 72 { | 72 { |
| 73 "app": "sql_unittests", | 73 "app": "sql_unittests", |
| 74 "device type": "iPhone Retina (4-inch)", | 74 "device type": "iPhone Retina (4-inch)", |
| 75 "os": "7.1" | 75 "os": "7.1" |
| 76 } | 76 } |
| 77 ] | 77 ] |
| 78 } | 78 } |
| OLD | NEW |