diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-02 18:03:31 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-02 18:03:31 +0000 |
commit | a23f3031457f6518580a976204c099bb43069dd2 (patch) | |
tree | d87d6f6a3865121c50f19bc1bcc1799c7ce91efa /chrome/common/common.vcproj | |
parent | 5d15ae918f5b07bb5203ee001cdefd9058ddac86 (diff) | |
download | chromium_src-a23f3031457f6518580a976204c099bb43069dd2.zip chromium_src-a23f3031457f6518580a976204c099bb43069dd2.tar.gz chromium_src-a23f3031457f6518580a976204c099bb43069dd2.tar.bz2 |
Trim the dependencies of the plugin_dll and renderer_dll projects. Browser_dll will follow. At this point, plugin.dll and renderer.dll are roughly 35% smaller than browser.dll and chrome.dll
BUG=1211534
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@290 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/common.vcproj')
-rw-r--r-- | chrome/common/common.vcproj | 38 |
1 files changed, 21 insertions, 17 deletions
diff --git a/chrome/common/common.vcproj b/chrome/common/common.vcproj index 4931cc8..d8f2355 100644 --- a/chrome/common/common.vcproj +++ b/chrome/common/common.vcproj @@ -1,7 +1,7 @@ <?xml version="1.0" encoding="Windows-1252"?> <VisualStudioProject ProjectType="Visual C++" - Version="8.00" + Version="8,00" Name="common" ProjectGUID="{899F1280-3441-4D1F-BA04-CCD6208D9146}" RootNamespace="common" @@ -394,6 +394,10 @@ > </File> <File + RelativePath=".\common_glue.cc" + > + </File> + <File RelativePath=".\common_resources.h" > </File> @@ -530,22 +534,6 @@ > </File> <File - RelativePath=".\slide_animation.cc" - > - </File> - <File - RelativePath=".\slide_animation.h" - > - </File> - <File - RelativePath=".\throb_animation.cc" - > - </File> - <File - RelativePath=".\throb_animation.h" - > - </File> - <File RelativePath="..\tools\build\win\precompiled.cc" > <FileConfiguration @@ -630,6 +618,14 @@ > </File> <File + RelativePath=".\slide_animation.cc" + > + </File> + <File + RelativePath=".\slide_animation.h" + > + </File> + <File RelativePath=".\sqlite_compiled_statement.cc" > </File> @@ -662,6 +658,14 @@ > </File> <File + RelativePath=".\throb_animation.cc" + > + </File> + <File + RelativePath=".\throb_animation.h" + > + </File> + <File RelativePath=".\thumbnail_score.cc" > </File> |