| 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": "7.0", | 8 "xcode version": "7.0", |
| 9 "GYP_DEFINES": { | 9 "GYP_DEFINES": { |
| 10 "OS": "ios", | 10 "OS": "ios", |
| 11 "chromium_ios_signing": "0", | 11 "chromium_ios_signing": "0", |
| 12 "gomadir": "$(goma_dir)", | |
| 13 "target_subarch": "both", | 12 "target_subarch": "both", |
| 14 "use_goma": "1" | 13 "use_goma": "1" |
| 15 }, | 14 }, |
| 16 "mb_type": "gyp", | 15 "mb_type": "gyp", |
| 17 "compiler": "ninja", | 16 "compiler": "ninja", |
| 18 "configuration": "Release", | 17 "configuration": "Release", |
| 19 "sdk": "iphoneos9.0", | 18 "sdk": "iphoneos9.0", |
| 20 "tests": [ | 19 "tests": [ |
| 21 ] | 20 ] |
| 22 } | 21 } |
| OLD | NEW |