diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 20:19:59 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-02-13 20:19:59 +0000 |
commit | af2abee798d1ba9f60096e691e0215218a671043 (patch) | |
tree | 65730f1f78ee5ad5148f31821e349dbd93504880 /chrome/app | |
parent | 735ea7690f74557f645e55737903c9d5badbe932 (diff) | |
download | chromium_src-af2abee798d1ba9f60096e691e0215218a671043.zip chromium_src-af2abee798d1ba9f60096e691e0215218a671043.tar.gz chromium_src-af2abee798d1ba9f60096e691e0215218a671043.tar.bz2 |
Port remaining .rc data resource files to grd. This includes
debugger_resources.rc, common_resources.rc, and renderer_resources.rc.
Review URL: http://codereview.chromium.org/21307
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9784 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app')
-rw-r--r-- | chrome/app/chrome_dll.vcproj | 18 | ||||
-rw-r--r-- | chrome/app/chrome_dll_resource.h | 5 | ||||
-rw-r--r-- | chrome/app/chrome_resources.vcproj | 24 |
3 files changed, 27 insertions, 20 deletions
diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj index 87135dd..7276e53 100644 --- a/chrome/app/chrome_dll.vcproj +++ b/chrome/app/chrome_dll.vcproj @@ -196,11 +196,7 @@ > </File> <File - RelativePath="..\common\common_resources.h" - > - </File> - <File - RelativePath="..\common\common_resources.rc" + RelativePath="$(OutDir)\grit_derived_sources\common_resources.rc" > </File> <File @@ -208,11 +204,7 @@ > </File> <File - RelativePath="..\browser\debugger\resources\debugger_resources.h" - > - </File> - <File - RelativePath="..\browser\debugger\resources\debugger_resources.rc" + RelativePath="$(OutDir)\grit_derived_sources\debugger_resources.rc" > </File> <File @@ -220,11 +212,7 @@ > </File> <File - RelativePath="..\renderer\renderer_resources.h" - > - </File> - <File - RelativePath="..\renderer\renderer_resources.rc" + RelativePath="$(OutDir)\grit_derived_sources\renderer_resources.rc" > </File> <File diff --git a/chrome/app/chrome_dll_resource.h b/chrome/app/chrome_dll_resource.h index 855a370..a720c68 100644 --- a/chrome/app/chrome_dll_resource.h +++ b/chrome/app/chrome_dll_resource.h @@ -5,14 +5,9 @@ #define IDR_MAINFRAME 101 -// Values around 200 are used by browser/browser_resources.h -// Values around 300 are used by common/common_resources.h -// Values around 500 are used by renderer/renderer_resources.h - #define IDR_SAD_PLUGIN 1000 // Values around 1600 are used by installer/setup/build/ -// Values around 2000 are used by webkit/glue/webkit_resources.h #define IDD_IPC_SETTINGS 3000 diff --git a/chrome/app/chrome_resources.vcproj b/chrome/app/chrome_resources.vcproj index ca2ea2e..fa7acc9 100644 --- a/chrome/app/chrome_resources.vcproj +++ b/chrome/app/chrome_resources.vcproj @@ -73,6 +73,18 @@ > </File> <File + RelativePath="$(OutDir)\grit_derived_sources\common_resources.h" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\debugger_resources.h" + > + </File> + <File + RelativePath="$(OutDir)\grit_derived_sources\renderer_resources.h" + > + </File> + <File RelativePath="$(OutDir)\grit_derived_sources\theme_resources.h" > </File> @@ -82,6 +94,18 @@ > </File> <File + RelativePath="..\common\common_resources.grd" + > + </File> + <File + RelativePath="..\browser\debugger\resources\debugger_resources.grd" + > + </File> + <File + RelativePath="..\renderer\renderer_resources.grd" + > + </File> + <File RelativePath="theme\theme_resources.grd" > </File> |