diff options
author | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 17:07:12 +0000 |
---|---|---|
committer | jamesr@chromium.org <jamesr@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-08-12 17:08:36 +0000 |
commit | 22fe91d3732cc46b9782792384bced33ffeee480 (patch) | |
tree | 4d6792df56f5f894166940038de1cdd11a46a124 /sync | |
parent | f723adfa62d5a3f0fd7773aec0dcca30006834b8 (diff) | |
download | chromium_src-22fe91d3732cc46b9782792384bced33ffeee480.zip chromium_src-22fe91d3732cc46b9782792384bced33ffeee480.tar.gz chromium_src-22fe91d3732cc46b9782792384bced33ffeee480.tar.bz2 |
GN: Make content_shell and webkit_unit_tests work in component build
Except for webrtc, this produces content_shell and webkit_unit_tests
binaries that link and run successfully on linux.
R=brettw@chromium.org
Review URL: https://codereview.chromium.org/462983002
Cr-Commit-Position: refs/heads/master@{#289007}
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@289007 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'sync')
-rw-r--r-- | sync/BUILD.gn | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/sync/BUILD.gn b/sync/BUILD.gn index eaddfa9..02d38e1 100644 --- a/sync/BUILD.gn +++ b/sync/BUILD.gn @@ -396,6 +396,7 @@ source_set("sync_core") { deps = [ "//base", "//base:i18n", + "//base/third_party/dynamic_annotations", "//crypto", "//google_apis", "//net", |