From 109875f8485f01e4d7f466bf68a7c228e1d23e20 Mon Sep 17 00:00:00 2001 From: "jamesr@chromium.org" Date: Thu, 5 Jun 2014 05:53:14 +0000 Subject: 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 --- url/BUILD.gn | 1 + 1 file changed, 1 insertion(+) 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", ] -- cgit v1.1