diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-19 04:10:47 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-19 04:10:47 +0000 |
commit | e75b44e20e49dc4ce602d297066bdd2d2a4bf722 (patch) | |
tree | a463c651ef43978ba953beeea8c7e9fe0312ebd9 /base/base.gyp | |
parent | 732ef6737ef6e1346255be7230032dcaf4e9ad03 (diff) | |
download | chromium_src-e75b44e20e49dc4ce602d297066bdd2d2a4bf722.zip chromium_src-e75b44e20e49dc4ce602d297066bdd2d2a4bf722.tar.gz chromium_src-e75b44e20e49dc4ce602d297066bdd2d2a4bf722.tar.bz2 |
Revert 114672 - Revert 114229 - Revert 113748 - Provide windows notifictaion of thread termination
[This revert (removing XP notification) is being mode because
version .794.0 is crashing on startup (see bug 107974). This
might be due to other optimizations, but until we understand,
I'll revert, as it is better to leak, than to crash :-/ .]
This code should only have much of an impact on the XP
platform, where thread teardown notification are not
currently made.
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/8836003
TBR=jar@chromium.org
Review URL: http://codereview.chromium.org/8934006
TBR=jar@chromium.org
Review URL: http://codereview.chromium.org/8964002
TBR=jar@chromium.org
BUG=107974
Review URL: http://codereview.chromium.org/8995001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@114954 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 b37ddb0..efc0333 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', |