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

Unified Diff: url/BUILD.gn

Issue 719783005: Upstream "nsurl_util.{h,mm}" from Chrome on iOS repository. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Comments from droger. Created 6 years, 1 month 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 | « base/mac/sdk_forward_declarations.h ('k') | url/mac/README » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: url/BUILD.gn
diff --git a/url/BUILD.gn b/url/BUILD.gn
index ec15c438d98eb55d128d34f9129a74aa666ffb04..5473cb7fc0d8a476a31b04ea88ece307c7a72906 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -87,6 +87,13 @@ component("url") {
"url_canon_icu_alternatives_android.h",
]
}
+
+ if (is_mac || is_ios) {
+ sources += [
+ "mac/url_conversions.h",
+ "mac/url_conversions.mm",
+ ]
+ }
}
# TODO(dpranke): crbug.com/360936. Get this to build and run on Android.
@@ -130,5 +137,11 @@ if (!is_android) {
"//third_party/icu:icuuc",
]
}
+
+ if (is_mac || is_ios) {
+ sources += [
+ "mac/url_conversions_unittest.mm",
+ ]
+ }
}
}
« no previous file with comments | « base/mac/sdk_forward_declarations.h ('k') | url/mac/README » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698