diff options
author | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 03:54:32 +0000 |
---|---|---|
committer | thakis@chromium.org <thakis@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 03:54:32 +0000 |
commit | 53b976daaf4f8c6ffd263785170aba65ed55afae (patch) | |
tree | 57c8eaadcdbb9e7995a704fb3338bf4cd7667893 /base/base.gyp | |
parent | d1a3edbfce9a5e91e1fed6bc1ac857ec1cc91089 (diff) | |
download | chromium_src-53b976daaf4f8c6ffd263785170aba65ed55afae.zip chromium_src-53b976daaf4f8c6ffd263785170aba65ed55afae.tar.gz chromium_src-53b976daaf4f8c6ffd263785170aba65ed55afae.tar.bz2 |
Revert 113321 (speculative revert for http://crbug.com/106657 and a few other problems)
- Provide windows notifictaion of thread termination
Provide an automatic fallback scan of the linker
list of notifcation callbacks via DllMain.
This fallback is ONLY used if there are no notifications
coming via the linker list. This allows all existing
code to continue working as it does today, and provides
thread teardown notifcatino on XP even though we use
the LoadLibrary call.
It is a minimal change, suitable for pushing to other
channels (beta? stable?).
r=cpu
BUG=103209
Review URL: http://codereview.chromium.org/8550009
TBR=jar@chromium.org
Review URL: http://codereview.chromium.org/8839001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113342 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gyp')
-rw-r--r-- | base/base.gyp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/base/base.gyp b/base/base.gyp index 6aa39b3..8ea3fc8 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -121,7 +121,6 @@ 'at_exit_unittest.cc', 'atomicops_unittest.cc', 'base64_unittest.cc', - 'win/dllmain.cc', 'bind_unittest.cc', 'bind_unittest.nc', 'bits_unittest.cc', |