diff options
author | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 01:04:48 +0000 |
---|---|---|
committer | aa@chromium.org <aa@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-09-16 01:04:48 +0000 |
commit | 807871f0e6c4d5898c1e7431266e387c7521e5e5 (patch) | |
tree | ec309d04078ad26d68e1fa52b733acc1741a1046 /chrome/chrome_common.gypi | |
parent | 2c8b3678a3c61f5508f21f8c2b11ef5a6e3afb89 (diff) | |
download | chromium_src-807871f0e6c4d5898c1e7431266e387c7521e5e5.zip chromium_src-807871f0e6c4d5898c1e7431266e387c7521e5e5.tar.gz chromium_src-807871f0e6c4d5898c1e7431266e387c7521e5e5.tar.bz2 |
Factor an ExtensionIconSet class out of Extension. This can
be passed to the IO thread or into renderers, where its
functionality can be reused without having to reimplement.
This will be used in the fix for bug 53495.
BUG=53495
TEST=unit_tests --gtest_filter=Extension*
Review URL: http://codereview.chromium.org/3432001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@59597 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_common.gypi')
-rw-r--r-- | chrome/chrome_common.gypi | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi index b076ff6..c16a141 100644 --- a/chrome/chrome_common.gypi +++ b/chrome/chrome_common.gypi @@ -188,6 +188,8 @@ 'common/extensions/extension_extent.h', 'common/extensions/extension_file_util.cc', 'common/extensions/extension_file_util.h', + 'common/extensions/extension_icon_set.cc', + 'common/extensions/extension_icon_set.h', 'common/extensions/extension_l10n_util.cc', 'common/extensions/extension_l10n_util.h', 'common/extensions/extension_localization_peer.cc', |