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/test/unit/unittests.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/test/unit/unittests.vcproj')
-rw-r--r-- | chrome/test/unit/unittests.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/chrome/test/unit/unittests.vcproj b/chrome/test/unit/unittests.vcproj index 8900642..85ca286 100644 --- a/chrome/test/unit/unittests.vcproj +++ b/chrome/test/unit/unittests.vcproj @@ -760,6 +760,10 @@ > </File> <File + RelativePath="..\..\browser\theme_resources_util_unittest.cc" + > + </File> + <File RelativePath="..\..\browser\history\thumbnail_database_unittest.cc" > </File> |