| 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 32-bit builder." | 7 "Builder for 32-bit devices.", |
| 8 "Build is performed with gn+ninja." |
| 8 ], | 9 ], |
| 9 "xcode version": "7.0", | 10 "xcode version": "7.0", |
| 10 "GYP_DEFINES": [ | 11 "GYP_DEFINES": [ |
| 11 "OS=ios", | 12 "OS=ios", |
| 12 "chromium_ios_signing=0", | 13 "chromium_ios_signing=0", |
| 13 "component=static_library", | 14 "component=static_library", |
| 14 "use_goma=1", | 15 "use_goma=1", |
| 15 "gomadir=$(goma_dir)", | 16 "gomadir=$(goma_dir)", |
| 16 "target_subarch=arm32" | 17 "target_subarch=arm32" |
| 17 ], | 18 ], |
| 18 "gn_args": [ | 19 "gn_args": [ |
| 20 "is_debug=true", |
| 21 "target_os=\"ios\"", |
| 19 "ios_enable_code_signing=false", | 22 "ios_enable_code_signing=false", |
| 20 "target_cpu=\"arm\"", | 23 "is_component_build=false", |
| 21 "target_os=\"ios\"", | 24 "use_goma=true", |
| 22 "use_goma=true" | 25 "goma_dir=\"$(goma_dir)\"", |
| 26 "target_cpu=\"arm\"" |
| 23 ], | 27 ], |
| 24 "mb_type": "gn", | 28 "mb_type": "gn", |
| 25 "compiler": "ninja", | 29 "compiler": "ninja", |
| 26 "additional_compile_targets": ["gn_all"], | 30 "additional_compile_targets": ["gn_all"], |
| 27 "configuration": "Release", | 31 "configuration": "Release", |
| 28 "sdk": "iphoneos9.0", | 32 "sdk": "iphoneos9.0", |
| 29 "tests": [ | 33 "tests": [ |
| 30 ] | 34 ] |
| 31 } | 35 } |
| OLD | NEW |