summaryrefslogtreecommitdiffstats
path: root/url
diff options
context:
space:
mode:
authorbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 17:20:38 +0000
committerbrettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-08 17:20:38 +0000
commitcc7ec69533488692dc10fbefee96608805dcf796 (patch)
tree61279a1067bf5a1e71e4cc1cb7da2b5c3086d76a /url
parent91cd7a388ad2e4118f04fd9fdb20bf4c43b9c803 (diff)
downloadchromium_src-cc7ec69533488692dc10fbefee96608805dcf796.zip
chromium_src-cc7ec69533488692dc10fbefee96608805dcf796.tar.gz
chromium_src-cc7ec69533488692dc10fbefee96608805dcf796.tar.bz2
Minor GN build cleanup.
Convert some static libraries to source sets. Add an "icu" metalibrary that can be used by targets needing both ICU libs. Rename some base targets to have shorter names. BUG= R=scottmg@chromium.org Review URL: https://codereview.chromium.org/225093021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@262442 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'url')
-rw-r--r--url/BUILD.gn5
1 files changed, 2 insertions, 3 deletions
diff --git a/url/BUILD.gn b/url/BUILD.gn
index 131bfd5..dc4cb0a 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -50,8 +50,7 @@ component("url") {
deps = [
"//base",
"//third_party/icu:icudata",
- "//third_party/icu:icui18n",
- "//third_party/icu:icuuc",
+ "//third_party/icu",
]
}
@@ -78,7 +77,7 @@ test("url_unittests") {
deps = [
":url",
- "//base:base_i18n",
+ "//base:i18n",
"//base/test:run_all_unittests",
"//testing/gtest",
"//third_party/icu:icuuc",