Chromium Code Reviews| Index: ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json |
| diff --git a/ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json b/ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json |
| similarity index 50% |
| copy from ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json |
| copy to ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json |
| index 54408813aab494e758ccd026b133cb8d3d0f71f7..b1dd4a5f3674ee0ed14545107002e0ddfb789713 100644 |
| --- a/ios/build/bots/chromium.fyi/Chromium_iOS_Device_(ninja).json |
| +++ b/ios/build/bots/chromium.mac/iOS_Simulator_GN_(dbg).json |
| @@ -1,18 +1,24 @@ |
| { |
| "owners": [ |
| + "dpranke", |
| "smut" |
| ], |
| "comments": [ |
| - "Builder for fat binaries using ninja." |
| + "GN + Ninja simulator build." |
| ], |
| "xcode version": "7.0", |
| "GYP_DEFINES": { |
| "chromium_ios_signing": "0", |
| "target_subarch": "both" |
| }, |
| + "gn_args": [ |
| + "target_os=\"ios\"", |
| + "use_ios_simulator=false" |
|
smut
2015/11/18 22:00:29
Do you need ios_enable_code_signing=false? It's im
Dirk Pranke
2015/11/18 22:30:27
It's not needed; as you say, it's implied. I've be
Dirk Pranke
2015/11/18 22:46:20
I think this flag is wrong, just like ios_dbg_simu
|
| + ], |
| "compiler": "ninja", |
| - "configuration": "Release", |
| - "sdk": "iphoneos9.0", |
| + "mb_type": "gn", |
| + "configuration": "Debug", |
| + "sdk": "iphonesimulator9.0", |
| "tests": [ |
| ] |
| } |