From 5f40d2dacb11c879e43521947b23ca6b7da40c4d Mon Sep 17 00:00:00 2001 From: "maruel@google.com" Date: Fri, 1 Aug 2008 15:54:44 +0000 Subject: 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 --- chrome/app/browser.dll.deps | 32 +++++ chrome/app/browser_dll.vcproj | 253 +++++++++++++++++++++++++++++++++++++ chrome/app/browser_dll.vsprops | 17 +++ chrome/app/chrome_binaries.vsprops | 18 +++ chrome/app/chrome_exe.vsprops | 3 +- chrome/app/chrome_link.vsprops | 11 -- chrome/app/plugin.dll.deps | 32 +++++ chrome/app/plugin_dll.vcproj | 253 +++++++++++++++++++++++++++++++++++++ chrome/app/plugin_dll.vsprops | 17 +++ chrome/app/renderer.dll.deps | 32 +++++ chrome/app/renderer_dll.vcproj | 253 +++++++++++++++++++++++++++++++++++++ chrome/app/renderer_dll.vsprops | 17 +++ 12 files changed, 925 insertions(+), 13 deletions(-) create mode 100644 chrome/app/browser.dll.deps create mode 100644 chrome/app/browser_dll.vcproj create mode 100644 chrome/app/browser_dll.vsprops create mode 100644 chrome/app/chrome_binaries.vsprops delete mode 100644 chrome/app/chrome_link.vsprops create mode 100644 chrome/app/plugin.dll.deps create mode 100644 chrome/app/plugin_dll.vcproj create mode 100644 chrome/app/plugin_dll.vsprops create mode 100644 chrome/app/renderer.dll.deps create mode 100644 chrome/app/renderer_dll.vcproj create mode 100644 chrome/app/renderer_dll.vsprops (limited to 'chrome/app') diff --git a/chrome/app/browser.dll.deps b/chrome/app/browser.dll.deps new file mode 100644 index 0000000..dc74e05 --- /dev/null +++ b/chrome/app/browser.dll.deps @@ -0,0 +1,32 @@ +# List of chrome.dll's dependencies. + +dependents = [ + 'KERNEL32.dll', + 'USER32.dll', + 'ADVAPI32.dll', + 'MSIMG32.dll', + 'WINMM.dll', + 'COMCTL32.dll', + 'SHLWAPI.dll', + 'RPCRT4.dll', + 'GDI32.dll', + 'SHELL32.dll', + 'VERSION.dll', + 'USP10.dll', + 'ole32.dll', + 'OLEAUT32.dll', + 'OLEACC.dll', +] + +delay_loaded = [ + 'CRYPTUI.dll', + 'IMM32.dll', + 'CRYPT32.dll', + 'WINHTTP.dll', + 'WININET.dll', + 'WS2_32.dll', + 'PSAPI.DLL', + 'dwmapi.dll', + 'COMDLG32.dll', + 'urlmon.dll', +] diff --git a/chrome/app/browser_dll.vcproj b/chrome/app/browser_dll.vcproj new file mode 100644 index 0000000..4b91c73 --- /dev/null +++ b/chrome/app/browser_dll.vcproj @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chrome/app/browser_dll.vsprops b/chrome/app/browser_dll.vsprops new file mode 100644 index 0000000..229f0f7 --- /dev/null +++ b/chrome/app/browser_dll.vsprops @@ -0,0 +1,17 @@ + + + + + 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 @@ + + + + + diff --git a/chrome/app/chrome_exe.vsprops b/chrome/app/chrome_exe.vsprops index ec65100..f90313c 100644 --- a/chrome/app/chrome_exe.vsprops +++ b/chrome/app/chrome_exe.vsprops @@ -3,7 +3,7 @@ ProjectType="Visual C++" Version="8.00" Name="chrome_exe" - InheritedPropertySheets="$(SolutionDir)..\build\common.vsprops;$(SolutionDir)..\breakpad\using_breakpad.vsprops" + InheritedPropertySheets="$(SolutionDir)..\breakpad\using_breakpad.vsprops" > - - - diff --git a/chrome/app/plugin.dll.deps b/chrome/app/plugin.dll.deps new file mode 100644 index 0000000..dc74e05 --- /dev/null +++ b/chrome/app/plugin.dll.deps @@ -0,0 +1,32 @@ +# List of chrome.dll's dependencies. + +dependents = [ + 'KERNEL32.dll', + 'USER32.dll', + 'ADVAPI32.dll', + 'MSIMG32.dll', + 'WINMM.dll', + 'COMCTL32.dll', + 'SHLWAPI.dll', + 'RPCRT4.dll', + 'GDI32.dll', + 'SHELL32.dll', + 'VERSION.dll', + 'USP10.dll', + 'ole32.dll', + 'OLEAUT32.dll', + 'OLEACC.dll', +] + +delay_loaded = [ + 'CRYPTUI.dll', + 'IMM32.dll', + 'CRYPT32.dll', + 'WINHTTP.dll', + 'WININET.dll', + 'WS2_32.dll', + 'PSAPI.DLL', + 'dwmapi.dll', + 'COMDLG32.dll', + 'urlmon.dll', +] diff --git a/chrome/app/plugin_dll.vcproj b/chrome/app/plugin_dll.vcproj new file mode 100644 index 0000000..a449041 --- /dev/null +++ b/chrome/app/plugin_dll.vcproj @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chrome/app/plugin_dll.vsprops b/chrome/app/plugin_dll.vsprops new file mode 100644 index 0000000..aeacabe --- /dev/null +++ b/chrome/app/plugin_dll.vsprops @@ -0,0 +1,17 @@ + + + + + diff --git a/chrome/app/renderer.dll.deps b/chrome/app/renderer.dll.deps new file mode 100644 index 0000000..dc74e05 --- /dev/null +++ b/chrome/app/renderer.dll.deps @@ -0,0 +1,32 @@ +# List of chrome.dll's dependencies. + +dependents = [ + 'KERNEL32.dll', + 'USER32.dll', + 'ADVAPI32.dll', + 'MSIMG32.dll', + 'WINMM.dll', + 'COMCTL32.dll', + 'SHLWAPI.dll', + 'RPCRT4.dll', + 'GDI32.dll', + 'SHELL32.dll', + 'VERSION.dll', + 'USP10.dll', + 'ole32.dll', + 'OLEAUT32.dll', + 'OLEACC.dll', +] + +delay_loaded = [ + 'CRYPTUI.dll', + 'IMM32.dll', + 'CRYPT32.dll', + 'WINHTTP.dll', + 'WININET.dll', + 'WS2_32.dll', + 'PSAPI.DLL', + 'dwmapi.dll', + 'COMDLG32.dll', + 'urlmon.dll', +] diff --git a/chrome/app/renderer_dll.vcproj b/chrome/app/renderer_dll.vcproj new file mode 100644 index 0000000..c1de629 --- /dev/null +++ b/chrome/app/renderer_dll.vcproj @@ -0,0 +1,253 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/chrome/app/renderer_dll.vsprops b/chrome/app/renderer_dll.vsprops new file mode 100644 index 0000000..f810340 --- /dev/null +++ b/chrome/app/renderer_dll.vsprops @@ -0,0 +1,17 @@ + + + + + -- cgit v1.1