Index: ios/build/bots/chromium.mac/ios-device.json |
diff --git a/ios/build/bots/chromium.mac/ios-device.json b/ios/build/bots/chromium.mac/ios-device.json |
index 6ff6e46b820024f86a81396d3dc0c0c2aa6f8622..fe0c3604d7811dc8af9f0ac9f21234b4d0be0b61 100644 |
--- a/ios/build/bots/chromium.mac/ios-device.json |
+++ b/ios/build/bots/chromium.mac/ios-device.json |
@@ -5,7 +5,7 @@ |
], |
"comments": [ |
"Builder for 32-bit devices.", |
- "Build is performed with gyp+ninja." |
+ "Build is performed with gn+ninja." |
], |
"xcode version": "7.0", |
"GYP_DEFINES": [ |
@@ -17,6 +17,7 @@ |
"target_subarch=arm32" |
], |
"gn_args": [ |
+ "additional_target_cpus=[ \"arm64\" ]", |
"is_debug=true", |
"target_os=\"ios\"", |
"ios_enable_code_signing=false", |
@@ -25,8 +26,9 @@ |
"goma_dir=\"$(goma_dir)\"", |
"target_cpu=\"arm\"" |
], |
- "mb_type": "gyp", |
+ "mb_type": "gn", |
"compiler": "ninja", |
+ "additional_compile_targets": [ "gn_all" ], |
"configuration": "Release", |
"sdk": "iphoneos9.0", |
"tests": [ |