Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(26)

Unified Diff: ios/build/bots/chromium.fyi/EarlGreyiOS.json

Issue 2194703002: Flip all but ios-simulator builders to GN. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix ios-device, turn off xcode-clang for the moment Created 4 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « ios/build/bots/chromium.fyi/ClangToTiOS.json ('k') | ios/build/bots/chromium.mac/ios-device.json » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « ios/build/bots/chromium.fyi/ClangToTiOS.json ('k') | ios/build/bots/chromium.mac/ios-device.json » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698