Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 { | 1 { |
| 2 "owners": [ | 2 "owners": [ |
| 3 "dpranke", | |
| 3 "smut" | 4 "smut" |
| 4 ], | 5 ], |
| 5 "comments": [ | 6 "comments": [ |
| 6 "Builder for fat binaries using ninja." | 7 "GN + Ninja fat binary builder." |
| 7 ], | 8 ], |
| 8 "xcode version": "7.0", | 9 "xcode version": "7.0", |
| 9 "GYP_DEFINES": { | 10 "mb_type": "gn", |
| 10 "chromium_ios_signing": "0", | 11 "gn_args": "target_os=\"ios\" target_cpu=\"arm\" ios_enable_code_signing=false ", |
|
Dirk Pranke
2015/11/10 02:10:01
I'm waffling as to whether we should make the conf
smut
2015/11/10 22:08:37
Both were specified in the .pyl anyways so both mi
Dirk Pranke
2015/11/10 22:46:06
See my reply in the other CL.
| |
| 11 "target_subarch": "both" | |
| 12 }, | |
| 13 "compiler": "ninja", | 12 "compiler": "ninja", |
| 14 "configuration": "Release", | 13 "configuration": "Release", |
| 15 "sdk": "iphoneos9.0", | 14 "sdk": "iphoneos9.0", |
| 16 "tests": [ | 15 "tests": [ |
| 17 ] | 16 ] |
| 18 } | 17 } |
| OLD | NEW |