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

Unified Diff: ios/build/bots/chromium.mac/ios-simulator-cronet.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.mac/ios-device-gn.json ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/build/bots/chromium.mac/ios-simulator-cronet.json
diff --git a/ios/build/bots/chromium.mac/ios-simulator-cronet.json b/ios/build/bots/chromium.mac/ios-simulator-cronet.json
index 25e8a533e898950d85f12c48a11965a92eb6bfa1..99d1e72aa4889c19ad40bb7c9f8138244c0f6d27 100644
--- a/ios/build/bots/chromium.mac/ios-simulator-cronet.json
+++ b/ios/build/bots/chromium.mac/ios-simulator-cronet.json
@@ -20,8 +20,21 @@
"use_goma=1",
"use_platform_icu_alternatives=true"
],
- "mb_type": "gyp",
+ "gn_args": [
+ "additional_target_cpus=[\"x86\"]",
+ "component=static_library",
+ "disable_brotli_filter=true",
+ "disable_file_support=true",
+ "disable_ftp_support=true",
+ "enable_websockets=false",
+ "goma_dir=\"$(goma_dir)\"",
+ "target_cpu=\"x64\"",
+ "target_os=\"ios\"",
+ "use_platform_icu_alternatives=true"
+ ],
+ "mb_type": "gn",
"compiler": "ninja",
+ "additional_compiler_targets": [ "gn_all" ],
"configuration": "Debug",
"sdk": "iphonesimulator9.3",
"tests": [
« no previous file with comments | « ios/build/bots/chromium.mac/ios-device-gn.json ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698