| OLD | NEW |
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "dpranke", | 3 "dpranke", |
| 4 "smut" | 4 "smut" |
| 5 ], | 5 ], |
| 6 "comments": [ | 6 "comments": [ |
| 7 "GN + Ninja simulator build." | 7 "GN + Ninja simulator build." |
| 8 ], | 8 ], |
| 9 "xcode version": "7.0", | 9 "xcode version": "7.0", |
| 10 "GYP_DEFINES": { | 10 "GYP_DEFINES": { |
| 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 "gn_args": [ | 15 "gn_args": [ |
| 17 "goma_dir=\"$(goma_dir)\"", | |
| 18 "target_os=\"ios\"", | 16 "target_os=\"ios\"", |
| 19 "use_goma=true" | 17 "use_goma=true" |
| 20 ], | 18 ], |
| 21 "mb_type": "gn", | 19 "mb_type": "gn", |
| 22 "compiler": "ninja", | 20 "compiler": "ninja", |
| 23 "additional_compile_targets": ["gn_all"], | 21 "additional_compile_targets": ["gn_all"], |
| 24 "configuration": "Debug", | 22 "configuration": "Debug", |
| 25 "sdk": "iphonesimulator9.0", | 23 "sdk": "iphonesimulator9.0", |
| 26 "tests": [ | 24 "tests": [ |
| 27 ] | 25 ] |
| 28 } | 26 } |
| OLD | NEW |