Changes needed for MacOS X 10.4 support.
Add "support_macosx_10_4" option to common.gypi that causes it to change deployment target, and define a new preprocessor symbol on the Mac build. Setting this flag to true is harmless on non Mac builds and has no effect. Make various changes to source files where they modify their behavior in the presence of the new preprocessor symbol to become 10.4 compatible. Review URL: http://codereview.chromium.org/201122 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@26285 0039d316-1c4b-4281-b951-d872f2087c98
Showing
- base/compat_execinfo.h 29 additions, 0 deletionsbase/compat_execinfo.h
- base/debug_util_posix.cc 28 additions, 20 deletionsbase/debug_util_posix.cc
- base/file_util_posix.cc 2 additions, 1 deletionbase/file_util_posix.cc
- build/common.gypi 21 additions, 1 deletionbuild/common.gypi
- o3d/DEPS_gyp 2 additions, 1 deletiono3d/DEPS_gyp
Loading
Please register or sign in to comment