summaryrefslogtreecommitdiffstats
path: root/url
diff options
context:
space:
mode:
authorjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 05:53:14 +0000
committerjamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-06-05 05:53:14 +0000
commit109875f8485f01e4d7f466bf68a7c228e1d23e20 (patch)
treee6bda2426568f82d7dab05148a458a1f7f87b8e2 /url
parentca63792b93fd49026272c6e09309121ecb8ad791 (diff)
downloadchromium_src-109875f8485f01e4d7f466bf68a7c228e1d23e20.zip
chromium_src-109875f8485f01e4d7f466bf68a7c228e1d23e20.tar.gz
chromium_src-109875f8485f01e4d7f466bf68a7c228e1d23e20.tar.bz2
GN: //url should depend on //base/third_party/dynamic_annotations
It does in the gyp build and at least on mac not doing so leads to unresolved symbols. R=brettw@chromium.org Review URL: https://codereview.chromium.org/313583006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@275026 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'url')
-rw-r--r--url/BUILD.gn1
1 files changed, 1 insertions, 0 deletions
diff --git a/url/BUILD.gn b/url/BUILD.gn
index ee43270..c021c0c 100644
--- a/url/BUILD.gn
+++ b/url/BUILD.gn
@@ -64,6 +64,7 @@ component("url") {
deps = [
"//base",
+ "//base/third_party/dynamic_annotations",
"//third_party/icu:icudata",
"//third_party/icu",
]