diff options
author | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 01:30:34 +0000 |
---|---|---|
committer | jar@chromium.org <jar@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2011-12-07 01:30:34 +0000 |
commit | 0e5e8832f497ea8d343eabed2da5c41ee82cb9e6 (patch) | |
tree | c54b3d48b019d70a45f93a60b9a4eb92659b5f73 /chrome/chrome_dll.gypi | |
parent | 39257c023b1dd334f1c622d327bcabb77b8aa3cd (diff) | |
download | chromium_src-0e5e8832f497ea8d343eabed2da5c41ee82cb9e6.zip chromium_src-0e5e8832f497ea8d343eabed2da5c41ee82cb9e6.tar.gz chromium_src-0e5e8832f497ea8d343eabed2da5c41ee82cb9e6.tar.bz2 |
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
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@113321 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/chrome_dll.gypi')
-rw-r--r-- | chrome/chrome_dll.gypi | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/chrome_dll.gypi b/chrome/chrome_dll.gypi index 75c0164..ee6ed97 100644 --- a/chrome/chrome_dll.gypi +++ b/chrome/chrome_dll.gypi @@ -41,6 +41,7 @@ 'app/chrome_main_delegate.h', '<(SHARED_INTERMEDIATE_DIR)/chrome_version/chrome_dll_version.rc', + '../base/win/dllmain.cc', '../webkit/glue/resources/aliasb.cur', '../webkit/glue/resources/cell.cur', |