diff options
author | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 22:53:27 +0000 |
---|---|---|
committer | tc@google.com <tc@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-11-14 22:53:27 +0000 |
commit | b496c9e6770e4951eec84b17d5c84454815bf796 (patch) | |
tree | 6b48355315a22d47c9bc50e6dafdb26e605f3bf6 /base/build | |
parent | afb738834f1e43f4607f1d5d00bae23aa740dbaa (diff) | |
download | chromium_src-b496c9e6770e4951eec84b17d5c84454815bf796.zip chromium_src-b496c9e6770e4951eec84b17d5c84454815bf796.tar.gz chromium_src-b496c9e6770e4951eec84b17d5c84454815bf796.tar.bz2 |
Move dmg_fp to base/third_party/dmg_fp and include the
files directly in base.vcproj. Remove the old dmg_fp.vcproj file
and remove it from the *.sln files.
I've kept third_party/dmg_fp around for the mac and scons build
which I will fix up in follow up changes.
Review URL: http://codereview.chromium.org/10716
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@5514 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base.vcproj | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index cd69ae1..d580b80 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -282,6 +282,30 @@ > </File> <File + RelativePath="..\third_party\dmg_fp\dmg_fp.h" + > + </File> + <File + RelativePath="..\third_party\dmg_fp\dtoa.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + DisableSpecificWarnings="4244;4554;4018;4102" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + DisableSpecificWarnings="4244;4554;4018;4102" + /> + </FileConfiguration> + </File> + <File RelativePath="..\event_recorder.cc" > </File> @@ -334,6 +358,26 @@ > </File> <File + RelativePath="..\third_party\dmg_fp\g_fmt.cc" + > + <FileConfiguration + Name="Debug|Win32" + > + <Tool + Name="VCCLCompilerTool" + DisableSpecificWarnings="4102" + /> + </FileConfiguration> + <FileConfiguration + Name="Release|Win32" + > + <Tool + Name="VCCLCompilerTool" + DisableSpecificWarnings="4102" + /> + </FileConfiguration> + </File> + <File RelativePath="..\hash_tables.h" > </File> |