Chromium Code Reviews| Index: ios/build/bots/chromium.fyi/ClangToTiOS.json |
| diff --git a/ios/build/bots/chromium.fyi/ClangToTiOS.json b/ios/build/bots/chromium.fyi/ClangToTiOS.json |
| index efc37077d9a5cbd91167930603cca069519f2c42..36bfcf0b6bf2856dcb18c9673a83b9ee7c793da0 100644 |
| --- a/ios/build/bots/chromium.fyi/ClangToTiOS.json |
| +++ b/ios/build/bots/chromium.fyi/ClangToTiOS.json |
| @@ -14,11 +14,18 @@ |
| "target_subarch=arm32", |
| "werror=" |
| ], |
| + "gn_args": [ |
| + "target_os=\"ios\"", |
| + "ios_enable_code_signing=false", |
| + "component=static_library", |
| + "target_cpu=\"arm\"" |
|
smut
2016/07/28 23:55:04
Sort alpha.
Dirk Pranke
2016/07/29 00:08:30
Will do.
|
| + ], |
| "env": { |
| "LLVM_FORCE_HEAD_REVISION": "YES" |
| }, |
| - "mb_type": "gyp", |
| + "mb_type": "gn", |
| "compiler": "ninja", |
| + "additional_compile_targets": ["gn_all"], |
| "configuration": "Release", |
| "sdk": "iphoneos9.0", |
| "tests": [ |