summaryrefslogtreecommitdiffstats
path: root/components/components.gyp
diff options
context:
space:
mode:
authorjif@chromium.org <jif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 17:20:53 +0000
committerjif@chromium.org <jif@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-04-17 17:20:53 +0000
commit7627e0b44b3807ad604dc3b66170af723ddbfd99 (patch)
tree57d154202cd77890e0eff91eb18b72777bfb40fc /components/components.gyp
parentea8c56cdad5c7f8e2bf66ae7427dae786a8f82e5 (diff)
downloadchromium_src-7627e0b44b3807ad604dc3b66170af723ddbfd99.zip
chromium_src-7627e0b44b3807ad604dc3b66170af723ddbfd99.tar.gz
chromium_src-7627e0b44b3807ad604dc3b66170af723ddbfd99.tar.bz2
Moved favicon_types to favicon_base component.
The move caused includes, DEPS, and gyp to change. This CL also adds droger as a temporary owner to the favicon and favicon_base components. Reasoning behind the creation of a favicon_base component: Bookmarks and History code do not fundamentally depend on the Favicon code, so we should be able to build those components without building the Favicon code. Deep inside the Bookmarks and History code base there's usage of certain favicon types. Those typedefs are moved to a separate component to break the dependency between the Bookmark/History components and the Favicon component. BUG=362481 Review URL: https://codereview.chromium.org/234893002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@264555 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'components/components.gyp')
-rw-r--r--components/components.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/components/components.gyp b/components/components.gyp
index 30b5fd0..cb2052a 100644
--- a/components/components.gyp
+++ b/components/components.gyp
@@ -20,6 +20,7 @@
'dom_distiller.gypi',
'domain_reliability.gypi',
'favicon.gypi',
+ 'favicon_base.gypi',
'json_schema.gypi',
'keyed_service.gypi',
'language_usage_metrics.gypi',