diff options
author | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 19:01:02 +0000 |
---|---|---|
committer | estade@chromium.org <estade@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-05-08 19:01:02 +0000 |
commit | 0f38ceaebbc66b29fb3297516f74f9c8379d902f (patch) | |
tree | 8af215d4a01c60a2d3a5fe0aa55fd35cab05a744 /chrome/browser/browser.vcproj | |
parent | eac83f0d14be2fed85edf2ffad934dd1309819e7 (diff) | |
download | chromium_src-0f38ceaebbc66b29fb3297516f74f9c8379d902f.zip chromium_src-0f38ceaebbc66b29fb3297516f74f9c8379d902f.tar.gz chromium_src-0f38ceaebbc66b29fb3297516f74f9c8379d902f.tar.bz2 |
Stub implementation of linux, mac icon loader/manager.
Define a platform specific type IconGroupID which helps with caching multiple requests for the same icon. Previously we just used the file path (or the extension), but on POSIX we use mime types rather than extensions.
Review URL: http://codereview.chromium.org/113120
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@15665 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index def66f1..0dfa68d 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -378,15 +378,15 @@ > </File> <File - RelativePath=".\icon_loader.h" + RelativePath=".\icon_loader.cc" > </File> <File - RelativePath=".\icon_loader_win.cc" + RelativePath=".\icon_loader.h" > </File> <File - RelativePath=".\icon_loader_win.h" + RelativePath=".\icon_loader_win.cc" > </File> <File @@ -398,6 +398,10 @@ > </File> <File + RelativePath=".\icon_manager_win.cc" + > + </File> + <File RelativePath=".\ime_input.cc" > </File> |