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/app/theme | |
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/app/theme')
-rw-r--r-- | chrome/app/theme/theme_resources.grd | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/chrome/app/theme/theme_resources.grd b/chrome/app/theme/theme_resources.grd index 4967888..deff5fc 100644 --- a/chrome/app/theme/theme_resources.grd +++ b/chrome/app/theme/theme_resources.grd @@ -6,6 +6,8 @@ </output> <output filename="theme_resources.rc" type="rc_all" /> <output filename="theme_resources.pak" type="data_package" /> + <output filename="grit/theme_resources_map.h" type="resource_map_header" /> + <output filename="grit/theme_resources_map.cc" type="resource_map_source" /> </outputs> <release seq="1"> <includes> |