Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "dpranke", | 3 "sdefresne", |
|
Dirk Pranke
2016/11/16 01:09:40
awww ...
smut
2016/11/16 01:12:44
Maybe it should be you and him and not me. I don't
| |
| 4 "smut" | 4 "smut" |
| 5 ], | 5 ], |
| 6 "comments": [ | 6 "comments": [ |
| 7 "Builder for 32-bit devices.", | 7 "Builder for 32-bit devices.", |
| 8 "Build is performed with gn+ninja." | 8 "Build is performed with gn+ninja." |
| 9 ], | 9 ], |
| 10 "xcode version": "8.0", | 10 "xcode version": "8.0", |
| 11 "GYP_DEFINES": [ | 11 "GYP_DEFINES": [ |
| 12 "OS=ios", | 12 "OS=ios", |
| 13 "chromium_ios_signing=0", | 13 "chromium_ios_signing=0", |
| 14 "component=static_library", | 14 "component=static_library", |
| 15 "use_goma=1", | 15 "use_goma=1", |
| 16 "gomadir=$(goma_dir)", | 16 "gomadir=$(goma_dir)", |
| 17 "target_subarch=arm32" | 17 "target_subarch=arm32" |
| 18 ], | 18 ], |
| 19 "gn_args": [ | 19 "gn_args": [ |
| 20 "additional_target_cpus=[ \"arm64\" ]", | 20 "additional_target_cpus=[ \"arm64\" ]", |
| 21 "is_debug=true", | 21 "is_debug=true", |
| 22 "target_os=\"ios\"", | 22 "target_os=\"ios\"", |
| 23 "ios_enable_code_signing=false", | 23 "ios_enable_code_signing=false", |
| 24 "is_component_build=false", | 24 "is_component_build=false", |
| 25 "use_goma=true", | 25 "use_goma=true", |
| 26 "goma_dir=\"$(goma_dir)\"", | 26 "goma_dir=\"$(goma_dir)\"", |
| 27 "target_cpu=\"arm\"" | 27 "target_cpu=\"arm\"", |
| 28 "use_xcode_clang=true" | |
| 28 ], | 29 ], |
| 29 "mb_type": "gn", | 30 "mb_type": "gn", |
| 30 "compiler": "ninja", | 31 "compiler": "ninja", |
| 31 "additional_compile_targets": [ "gn_all" ], | |
| 32 "configuration": "Release", | 32 "configuration": "Release", |
| 33 "sdk": "iphoneos10.0", | 33 "sdk": "iphoneos10.0", |
| 34 "tests": [ | 34 "tests": [ |
| 35 ] | 35 ] |
| 36 } | 36 } |
| OLD | NEW |