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..ca241f46ab31d5934d6566866da373e459107d3c 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": [ |
+ "component=static_library", |
+ "ios_enable_code_signing=false", |
+ "target_cpu=\"arm\"", |
+ "target_os=\"ios\"" |
+ ], |
"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": [ |