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

Unified Diff: ios/net/BUILD.gn

Issue 2200323003: [Cronet] Add BUILD.gn for legacy ios/CrNet project. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix conditional include. Created 4 years, 4 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/crnet/test/crnet_http_tests.mm ('k') | ios/net/protocol_handler_util.mm » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ios/net/BUILD.gn
diff --git a/ios/net/BUILD.gn b/ios/net/BUILD.gn
index 65c9eac43a23e076ea20a89f0f6a4d0c78f9c965..fff941a9182c5f49b1f2583e5b5e33d13be56089 100644
--- a/ios/net/BUILD.gn
+++ b/ios/net/BUILD.gn
@@ -4,11 +4,11 @@
import("//ios/build/config.gni")
import("//testing/test.gni")
+import("//url/features.gni")
source_set("net") {
deps = [
"//base",
- "//base:i18n",
"//net",
"//url:url_features",
]
@@ -55,6 +55,10 @@ source_set("net") {
"url_scheme_util.h",
"url_scheme_util.mm",
]
+
+ if (!use_platform_icu_alternatives) {
+ deps += [ "//base:i18n" ]
+ }
}
test("ios_net_unittests") {
« no previous file with comments | « ios/crnet/test/crnet_http_tests.mm ('k') | ios/net/protocol_handler_util.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698