| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "smut" | 3 "smut" |
| 4 ], | 4 ], |
| 5 "comments": [ | 5 "comments": [ |
| 6 "Builder for fat binaries using ninja." | 6 "Builder for fat binaries using ninja." |
| 7 ], | 7 ], |
| 8 "xcode version": "5.1.1", | 8 "xcode version": "5.1.1", |
| 9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
| 10 "chromium_ios_signing": "0", | 10 "chromium_ios_signing": "0", |
| 11 "clang_xcode": "0", | |
| 12 "target_subarch": "both" | 11 "target_subarch": "both" |
| 13 }, | 12 }, |
| 14 "compiler": "ninja", | 13 "compiler": "ninja", |
| 15 "configuration": "Release", | 14 "configuration": "Release", |
| 16 "sdk": "iphoneos7.1", | 15 "sdk": "iphoneos7.1", |
| 17 "tests": [ | 16 "tests": [ |
| 18 ] | 17 ] |
| 19 } | 18 } |
| OLD | NEW |