diff options
author | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-06 20:35:17 +0000 |
---|---|---|
committer | maruel@google.com <maruel@google.com@0039d316-1c4b-4281-b951-d872f2087c98> | 2008-08-06 20:35:17 +0000 |
commit | c9046afea46a4b8252392adced73f3d2a9fb354e (patch) | |
tree | c557a80884a379eecf170e3cf88acee77bc4d837 /base/build | |
parent | a4930c88e7fb14ba66340cbe393fcdf4c668e41c (diff) | |
download | chromium_src-c9046afea46a4b8252392adced73f3d2a9fb354e.zip chromium_src-c9046afea46a4b8252392adced73f3d2a9fb354e.tar.gz chromium_src-c9046afea46a4b8252392adced73f3d2a9fb354e.tar.bz2 |
Fix base::DIR_SOURCE_ROOT path calculation.
Add missing header files to base.vcproj.
Fix thread local storage implicit destructor call on Windows x64.
Fix build compilation issues in x64 with third party headers.
Fix Pickle for x64, the header doesn't need to be size_t, uint32 ought to be sufficient for the object.
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@450 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/build')
-rw-r--r-- | base/build/base.vcproj | 28 |
1 files changed, 28 insertions, 0 deletions
diff --git a/base/build/base.vcproj b/base/build/base.vcproj index 4e696c3..0e23ba5 100644 --- a/base/build/base.vcproj +++ b/base/build/base.vcproj @@ -134,6 +134,22 @@ > </File> <File + RelativePath="..\atomic_ref_count.h" + > + </File> + <File + RelativePath="..\atomic_sequence_num.h" + > + </File> + <File + RelativePath="..\atomicops.h" + > + </File> + <File + RelativePath="..\atomicops_internals_x86_msvc.h" + > + </File> + <File RelativePath="..\base_drag_source.cc" > </File> @@ -186,10 +202,18 @@ > </File> <File + RelativePath="..\..\build\build_config.h" + > + </File> + <File RelativePath="..\bzip2_error_handler.cc" > </File> <File + RelativePath="..\check_handler.h" + > + </File> + <File RelativePath="..\clipboard.cc" > </File> @@ -274,6 +298,10 @@ > </File> <File + RelativePath="..\hash_tables.h" + > + </File> + <File RelativePath="..\histogram.cc" > </File> |