Index: ios/build/bots/chromium.fyi/EarlGreyiOS.json |
diff --git a/ios/build/bots/chromium.fyi/EarlGreyiOS.json b/ios/build/bots/chromium.fyi/EarlGreyiOS.json |
index 52238afc94de61e6ce81e9f3c144a29d75939601..721ea81c69cbaf6e8c5ca07bbc17f47902d18d97 100644 |
--- a/ios/build/bots/chromium.fyi/EarlGreyiOS.json |
+++ b/ios/build/bots/chromium.fyi/EarlGreyiOS.json |
@@ -15,7 +15,14 @@ |
"gomadir=$(goma_dir)", |
"target_subarch=arm64" |
], |
- "mb_type": "gyp", |
+ "gn_args": [ |
+ "component=static_library", |
+ "goma_dir=\"$(goma_dir)\"", |
+ "target_cpu=\"x64\"", |
+ "target_os=\"ios\"", |
+ "use_goma=true" |
+ ], |
+ "mb_type": "gn", |
"compiler": "ninja", |
"configuration": "Debug", |
"sdk": "iphonesimulator9.0", |