diff options
author | huangs <huangs@chromium.org> | 2015-03-25 07:20:39 -0700 |
---|---|---|
committer | Commit bot <commit-bot@chromium.org> | 2015-03-25 14:21:28 +0000 |
commit | ced2f17446e45420a4d6072d67adce436e32a6de (patch) | |
tree | f79d984ab53566e8f85b4c185a27744b6b2e6b0c /components/favicon.gypi | |
parent | 28307d55ab257422161f20c42cbdd693c39bcafb (diff) | |
download | chromium_src-ced2f17446e45420a4d6072d67adce436e32a6de.zip chromium_src-ced2f17446e45420a4d6072d67adce436e32a6de.tar.gz chromium_src-ced2f17446e45420a4d6072d67adce436e32a6de.tar.bz2 |
[Icons NTP] Refactoring: Moving FallbackIconService to components\favicon\core
The class used to be in components\favicon_base. The DEP changes arise
due to movement of fallback icon drawing code.
BUG=467712
Review URL: https://codereview.chromium.org/1032683002
Cr-Commit-Position: refs/heads/master@{#322157}
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 be91eeb..cddc746 100644 --- a/components/favicon.gypi +++ b/components/favicon.gypi @@ -19,6 +19,8 @@ ], 'sources': [ # Note: sources list duplicated in GN build. + 'favicon/core/fallback_icon_service.cc', + 'favicon/core/fallback_icon_service.h', 'favicon/core/favicon_client.h', 'favicon/core/favicon_driver.h', 'favicon/core/favicon_handler.cc', |