diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-01 15:54:35 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-01 15:54:35 +0000 |
commit | 9c50aa443369f4b33e0d04b5188332cdc138f809 (patch) | |
tree | e09ceb8308e5ac8bd7245b3d56889d46ea3af490 /chrome/app/chrome_dll.vcproj | |
parent | 221518780e2702e7cb10c5b73f1d1e06c96c118e (diff) | |
download | chromium_src-9c50aa443369f4b33e0d04b5188332cdc138f809.zip chromium_src-9c50aa443369f4b33e0d04b5188332cdc138f809.tar.gz chromium_src-9c50aa443369f4b33e0d04b5188332cdc138f809.tar.bz2 |
Rename the source files containing main function so they can be quickly
identified to their owning project.
Add #ifdef to make the ChromeMain function exclude parts depending on the
relevancy of the dll generated.
BUG=1211534
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@241 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_dll.vcproj')
-rw-r--r-- | chrome/app/chrome_dll.vcproj | 26 |
1 files changed, 13 insertions, 13 deletions
diff --git a/chrome/app/chrome_dll.vcproj b/chrome/app/chrome_dll.vcproj index eab878e..f525a6e 100644 --- a/chrome/app/chrome_dll.vcproj +++ b/chrome/app/chrome_dll.vcproj @@ -21,7 +21,7 @@ <Configuration Name="Debug|Win32" ConfigurationType="2" - InheritedPropertySheets=".\chrome_dll.vsprops;$(SolutionDir)..\build\debug.vsprops;..\installer\util\prebuild\util_prebuild.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\debug.vsprops;.\chrome_dll.vsprops;..\installer\util\prebuild\util_prebuild.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -87,7 +87,7 @@ <Configuration Name="Release|Win32" ConfigurationType="2" - InheritedPropertySheets=".\chrome_dll.vsprops;$(SolutionDir)..\build\release.vsprops;..\installer\util\prebuild\util_prebuild.vsprops" + InheritedPropertySheets="$(SolutionDir)..\build\release.vsprops;.\chrome_dll.vsprops;..\installer\util\prebuild\util_prebuild.vsprops" > <Tool Name="VCPreBuildEventTool" @@ -202,43 +202,43 @@ > </File> <File - RelativePath="..\..\net\base\net_resources.rc" + RelativePath="..\browser\debugger\resources\debugger_resources.rc" > </File> <File - RelativePath="..\renderer\renderer_resources.rc" + RelativePath="..\..\net\base\net_resources.rc" > </File> <File - RelativePath="..\..\webkit\glue\resources\row_resize.cur" + RelativePath="..\renderer\renderer_resources.rc" > </File> <File - RelativePath="..\..\webkit\glue\resources\vertical_text.cur" + RelativePath="..\..\webkit\glue\resources\row_resize.cur" > </File> <File - RelativePath="..\..\webkit\glue\webkit_resources.rc" + RelativePath="$(IntDir)\..\util_prebuild\setup_strings.h" > </File> <File - RelativePath="..\..\webkit\glue\resources\zoom_in.cur" + RelativePath="$(IntDir)\..\util_prebuild\setup_strings.rc" > </File> <File - RelativePath="..\..\webkit\glue\resources\zoom_out.cur" + RelativePath="..\..\webkit\glue\resources\vertical_text.cur" > </File> <File - RelativePath="$(IntDir)\..\util_prebuild\setup_strings.h" + RelativePath="..\..\webkit\glue\webkit_resources.rc" > </File> <File - RelativePath="$(IntDir)\..\util_prebuild\setup_strings.rc" + RelativePath="..\..\webkit\glue\resources\zoom_in.cur" > </File> <File - RelativePath="..\browser\debugger\resources\debugger_resources.rc" + RelativePath="..\..\webkit\glue\resources\zoom_out.cur" > </File> </Filter> @@ -247,7 +247,7 @@ > </File> <File - RelativePath=".\chrome_main.cc" + RelativePath=".\chrome_dll_main.cc" > </File> </Files> |