summaryrefslogtreecommitdiffstats
path: root/chrome/app/chrome_binaries.vsprops
diff options
context:
space:
mode:
authormaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-01 15:54:44 +0000
committermaruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2008-08-01 15:54:44 +0000
commit5f40d2dacb11c879e43521947b23ca6b7da40c4d (patch)
tree1cdd38f3842a4ab59bd1628cb8f8d0dca068502c /chrome/app/chrome_binaries.vsprops
parent9c50aa443369f4b33e0d04b5188332cdc138f809 (diff)
downloadchromium_src-5f40d2dacb11c879e43521947b23ca6b7da40c4d.zip
chromium_src-5f40d2dacb11c879e43521947b23ca6b7da40c4d.tar.gz
chromium_src-5f40d2dacb11c879e43521947b23ca6b7da40c4d.tar.bz2
Generate the new DLLs. Note that they still have the same size than chrome.dll due to interdependencies. This will be fixed later.
The new dlls are not built by default. BUG=1211534 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@242 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/app/chrome_binaries.vsprops')
-rw-r--r--chrome/app/chrome_binaries.vsprops18
1 files changed, 18 insertions, 0 deletions
diff --git a/chrome/app/chrome_binaries.vsprops b/chrome/app/chrome_binaries.vsprops
new file mode 100644
index 0000000..00216a7
--- /dev/null
+++ b/chrome/app/chrome_binaries.vsprops
@@ -0,0 +1,18 @@
+<?xml version="1.0" encoding="Windows-1252"?>
+<VisualStudioPropertySheet
+ ProjectType="Visual C++"
+ Version="8.00"
+ Name="chrome_binaries"
+ InheritedPropertySheets="$(SolutionDir)..\breakpad\using_breakpad.vsprops;$(SolutionDir)..\third_party\libxml\build\using_libxml.vsprops;$(SolutionDir)..\third_party\libxslt\build\using_libxslt.vsprops;$(SolutionDir)..\skia\using_skia.vsprops;$(SolutionDir)..\third_party\libpng\using_libpng.vsprops;..\tools\build\win\using_generated_strings.vsprops;$(SolutionDir)third_party\wtl\using_wtl.vsprops"
+ >
+ <Tool
+ Name="VCLinkerTool"
+ DelayLoadDLLs="crypt32.dll;cryptui.dll;winhttp.dll;wininet.dll;wsock32.dll;winspool.drv;comdlg32.dll;imagehlp.dll;psapi.dll;urlmon.dll;imm32.dll"
+ SubSystem="2"
+ BaseAddress="0x3C800000"
+ />
+ <Tool
+ Name="VCResourceCompilerTool"
+ AdditionalIncludeDirectories="$(IntDir);$(SolutionDir);$(IntDir)\.."
+ />
+</VisualStudioPropertySheet>