diff options
author | pedrosimonetti@chromium.org <pedrosimonetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 11:54:44 +0000 |
---|---|---|
committer | pedrosimonetti@chromium.org <pedrosimonetti@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-07-11 11:54:44 +0000 |
commit | b4cba0f57def715e9a9db4defe0ab9776613d542 (patch) | |
tree | b02b1060168aad5de2819085b240996faabeea01 /chrome/chrome_common.gypi | |
parent | f2eda3dfa1bfdecc30c5dff92fcade383a7b2341 (diff) | |
download | chromium_src-b4cba0f57def715e9a9db4defe0ab9776613d542.zip chromium_src-b4cba0f57def715e9a9db4defe0ab9776613d542.tar.gz chromium_src-b4cba0f57def715e9a9db4defe0ab9776613d542.tar.bz2 |
Preparation for supporting high dpi favicons in Instant Extended.
The logic in FaviconSource::ParsePath() has been moved from chrome/browser/ui/* to chrome/common/favicon* allowing it to be used from the renderer. Also, chrome/browser/favicon/favicon_types.h to chrome/common/favicon/favicon_types.h for the same reason.
Related internal CL: cl/46805180
To test this CL:
1) git cl patch 15388002
2) ./build/gyp_chromium
2) compile chrome
3) run chrome with --enable-instant-extended-api
BUG=227087
Review URL: https://chromiumcodereview.appspot.com/15388002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@211085 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index b2d6a60..4c0ffa5 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -328,6 +328,10 @@ 'common/extensions/web_accessible_resources_handler.h', 'common/external_ipc_fuzzer.cc', 'common/external_ipc_fuzzer.h', + 'common/favicon/favicon_types.cc', + 'common/favicon/favicon_types.h', + 'common/favicon/favicon_url_parser.cc', + 'common/favicon/favicon_url_parser.h', 'common/icon_with_badge_image_source.cc', 'common/icon_with_badge_image_source.h', 'common/importer/imported_bookmark_entry.cc', |