diff options
author | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-09 21:10:25 +0000 |
---|---|---|
committer | brettw@chromium.org <brettw@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2014-07-09 21:10:25 +0000 |
commit | 273ae5ab4a7e4f40748bdb6d35487dea71f6c22d (patch) | |
tree | a3f390b1eb6f4a96d3cc5bec9b6ae94759335cab /components/favicon.gypi | |
parent | 49a1a989fcd17a79789c37cbc75b8e87845b85e4 (diff) | |
download | chromium_src-273ae5ab4a7e4f40748bdb6d35487dea71f6c22d.zip chromium_src-273ae5ab4a7e4f40748bdb6d35487dea71f6c22d.tar.gz chromium_src-273ae5ab4a7e4f40748bdb6d35487dea71f6c22d.tar.bz2 |
Add more components to GN build.
domain_reliability
favicon
history
url_fixer
R=jamesr@chromium.org
Review URL: https://codereview.chromium.org/377393002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@282120 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/favicon.gypi')
-rw-r--r-- | components/favicon.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/components/favicon.gypi b/components/favicon.gypi index 32b6455..262bd2b4 100644 --- a/components/favicon.gypi +++ b/components/favicon.gypi @@ -5,6 +5,7 @@ { 'targets': [ { + # GN version: //components/favicon/core 'target_name': 'favicon_core', 'type': 'static_library', 'dependencies': [ @@ -13,6 +14,7 @@ 'keyed_service_core', ], 'sources': [ + # Note: sources list duplicated in GN build. 'favicon/core/browser/favicon_client.h', 'favicon/core/favicon_driver.h', 'favicon/core/favicon_url.cc', |