diff options
author | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 16:59:48 +0000 |
---|---|---|
committer | maruel@chromium.org <maruel@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-01-21 16:59:48 +0000 |
commit | 85438b50ed582b977a98d06bcf6606111b06cf21 (patch) | |
tree | 43c8773b760f06764954d5f26a62c6d0c7c06044 /chrome/app/chrome_dll.vcproj | |
parent | fbc2923f90edba84309466c736e07d35178970b7 (diff) | |
download | chromium_src-85438b50ed582b977a98d06bcf6606111b06cf21.zip chromium_src-85438b50ed582b977a98d06bcf6606111b06cf21.tar.gz chromium_src-85438b50ed582b977a98d06bcf6606111b06cf21.tar.bz2 |
Add chrome.dll's resources to unit_tests.exe for "in-process" testing.
Add missing .h files in chrome_dll.vcproj.
Review URL: http://codereview.chromium.org/18605
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8366 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.vcproj')
-rw-r--r-- | chrome/app/chrome_dll.vcproj | 18 |
1 files changed, 17 insertions, 1 deletions
diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj index d98b7c0..2a204f1 100644 --- a/chrome/app/chrome_dll.vcproj +++ b/chrome/app/chrome_dll.vcproj @@ -63,7 +63,7 @@ /> <Tool Name="VCManifestTool" - AdditionalManifestFiles="$(SolutionDir)\app\chrome.dll.manifest" + AdditionalManifestFiles="$(SolutionDir)\app\chrome.dll.manifest" /> <Tool Name="VCXDCMakeTool" @@ -164,6 +164,10 @@ > </File> <File + RelativePath="..\browser\browser_resources.h" + > + </File> + <File RelativePath="..\browser\browser_resources.rc" > </File> @@ -196,6 +200,10 @@ > </File> <File + RelativePath="..\common\common_resources.h" + > + </File> + <File RelativePath="..\common\common_resources.rc" > </File> @@ -204,6 +212,10 @@ > </File> <File + RelativePath="..\browser\debugger\resources\debugger_resources.h" + > + </File> + <File RelativePath="..\browser\debugger\resources\debugger_resources.rc" > </File> @@ -212,6 +224,10 @@ > </File> <File + RelativePath="..\renderer\renderer_resources.h" + > + </File> + <File RelativePath="..\renderer\renderer_resources.rc" > </File> |