| 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", | 8 "xcode version": "5.1", |
| 9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
| 10 "chromium_ios_signing": "0", | 10 "chromium_ios_signing": "0", |
| (...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 58 "app": "net_unittests", | 58 "app": "net_unittests", |
| 59 "device type": "iPhone Retina (4-inch)", | 59 "device type": "iPhone Retina (4-inch)", |
| 60 "os": "7.1" | 60 "os": "7.1" |
| 61 }, | 61 }, |
| 62 { | 62 { |
| 63 "app": "ui_base_unittests", | 63 "app": "ui_base_unittests", |
| 64 "device type": "iPhone Retina (4-inch)", | 64 "device type": "iPhone Retina (4-inch)", |
| 65 "os": "7.1" | 65 "os": "7.1" |
| 66 }, | 66 }, |
| 67 { | 67 { |
| 68 "app": "ui_ios_unittests", | |
| 69 "device type": "iPhone Retina (4-inch)", | |
| 70 "os": "7.1" | |
| 71 }, | |
| 72 { | |
| 73 "app": "sync_unit_tests", | 68 "app": "sync_unit_tests", |
| 74 "device type": "iPhone Retina (4-inch)", | 69 "device type": "iPhone Retina (4-inch)", |
| 75 "os": "7.1" | 70 "os": "7.1" |
| 76 }, | 71 }, |
| 77 { | 72 { |
| 78 "app": "sql_unittests", | 73 "app": "sql_unittests", |
| 79 "device type": "iPhone Retina (4-inch)", | 74 "device type": "iPhone Retina (4-inch)", |
| 80 "os": "7.1" | 75 "os": "7.1" |
| 81 }, | 76 }, |
| 82 { | 77 { |
| 83 "app": "skia_unittests", | 78 "app": "skia_unittests", |
| 84 "device type": "iPhone Retina (4-inch)", | 79 "device type": "iPhone Retina (4-inch)", |
| 85 "os": "7.1" | 80 "os": "7.1" |
| 86 } | 81 } |
| 87 ] | 82 ] |
| 88 } | 83 } |
| OLD | NEW |