| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "smut" | 3 "smut" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Builder for 32-bit devices." | 6 "Builder for 32-bit devices." |
| 7 ], | 7 ], |
| 8 "xcode version": "6.1.1", | 8 "xcode version": "6.2", |
| 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": "Release", | 14 "configuration": "Release", |
| 15 "sdk": "iphoneos8.1", | 15 "sdk": "iphoneos8.2", |
| 16 "tests": [ | 16 "tests": [ |
| 17 ] | 17 ] |
| 18 } | 18 } |
| OLD | NEW |