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

Unified Diff: ios/build/bots/chromium.mac/ios-simulator-cronet.json

Issue 2312963002: Add flag to control whether cronet is build on iOS. (Closed)
Patch Set: Rebase on top of CL fixing compilation with disable_file_support. Created 4 years, 3 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.gn ('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 92dc8c7f6446153e7b3ae15b622c1538232661ec..78c6dab062264d9b30ae880f07b71853374e41e7 100644
--- a/ios/build/bots/chromium.mac/ios-simulator-cronet.json
+++ b/ios/build/bots/chromium.mac/ios-simulator-cronet.json
@@ -22,12 +22,13 @@
],
"gn_args": [
"additional_target_cpus=[\"x86\"]",
- "is_component_build=false",
"disable_brotli_filter=true",
"disable_file_support=true",
"disable_ftp_support=true",
"enable_websockets=false",
"goma_dir=\"$(goma_dir)\"",
+ "is_component_build=false",
+ "is_cronet_build=true",
"target_cpu=\"x64\"",
"target_os=\"ios\"",
"use_platform_icu_alternatives=true"
« no previous file with comments | « ios/BUILD.gn ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698