diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 18:06:05 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-04-24 18:06:05 +0000 |
commit | 80cc3f70e67f5a2efeb0f434c58d9f9b5641f21a (patch) | |
tree | 9d7b3bf4cc3caf1690e96164f0f0297ca5c635e6 /chrome/browser/browser.vcproj | |
parent | 4d9cf078fa29f9e4b530c909af386ef201e3a935 (diff) | |
download | chromium_src-80cc3f70e67f5a2efeb0f434c58d9f9b5641f21a.zip chromium_src-80cc3f70e67f5a2efeb0f434c58d9f9b5641f21a.tar.gz chromium_src-80cc3f70e67f5a2efeb0f434c58d9f9b5641f21a.tar.bz2 |
First cut at adding a map between strings names and resource ids.
This creates a mapping for all the entries in the
theme_resources.grd file and adds a static method for querying
the mapping.
BUG=10639
Review URL: http://codereview.chromium.org/92085
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@14443 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/browser/browser.vcproj')
-rw-r--r-- | chrome/browser/browser.vcproj | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/chrome/browser/browser.vcproj b/chrome/browser/browser.vcproj index 854355d..b41bf15 100644 --- a/chrome/browser/browser.vcproj +++ b/chrome/browser/browser.vcproj @@ -2603,6 +2603,18 @@ > </File> <File + RelativePath="$(OutDir)\grit_derived_sources\grit\theme_resources_map.cc" + > + </File> + <File + RelativePath=".\theme_resources_util.cc" + > + </File> + <File + RelativePath=".\theme_resources_util.h" + > + </File> + <File RelativePath=".\toolbar_model.cc" > </File> |