Chromium Code Reviews| Index: ios/build/bots/chromium.mac/iOS_Device_GN.json |
| diff --git a/ios/build/bots/chromium.mac/iOS_Device_(ninja).json b/ios/build/bots/chromium.mac/iOS_Device_GN.json |
| similarity index 59% |
| copy from ios/build/bots/chromium.mac/iOS_Device_(ninja).json |
| copy to ios/build/bots/chromium.mac/iOS_Device_GN.json |
| index 54408813aab494e758ccd026b133cb8d3d0f71f7..6af2ec58c15de1d5a3e38f34e4060633e28bb04d 100644 |
| --- a/ios/build/bots/chromium.mac/iOS_Device_(ninja).json |
| +++ b/ios/build/bots/chromium.mac/iOS_Device_GN.json |
| @@ -1,15 +1,22 @@ |
| { |
| "owners": [ |
| + "dpranke", |
| "smut" |
| ], |
| "comments": [ |
| - "Builder for fat binaries using ninja." |
| + "GN + Ninja fat binary builder." |
| ], |
| "xcode version": "7.0", |
| "GYP_DEFINES": { |
| "chromium_ios_signing": "0", |
| "target_subarch": "both" |
| }, |
| + "gn_args": [ |
| + "target_os=\"ios\"", |
| + "target_cpu=\"arm\"", |
| + "ios_enable_code_signing=false" |
|
smut
2015/11/18 22:00:29
Reverse the list so this is alphabetical.
The esc
Dirk Pranke
2015/11/18 22:30:27
Okay. I was wondering if you'd want that or not.
|
| + ], |
| + "mb_type": "gn", |
| "compiler": "ninja", |
| "configuration": "Release", |
| "sdk": "iphoneos9.0", |