summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authoroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 18:47:46 +0000
committeroshima@chromium.org <oshima@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2014-03-05 18:47:46 +0000
commit8807426cdffa24c65e54987c65232c2a8c54fa96 (patch)
treea07692dc1c4f0c8771cc951bff00699ef89c51f9 /base/base.gypi
parent21c6c43a17dff88f2ad0c9cc9a71a1bbf7fad2b6 (diff)
downloadchromium_src-8807426cdffa24c65e54987c65232c2a8c54fa96.zip
chromium_src-8807426cdffa24c65e54987c65232c2a8c54fa96.tar.gz
chromium_src-8807426cdffa24c65e54987c65232c2a8c54fa96.tar.bz2
Revert 254986 "Switch thread_local to use chromium's TLS impleme..."
> Switch thread_local to use chromium's TLS implementation > > This patch switch thread_local to use ThreadLocalStorage::Slot, so it get the > TLS slot from the chromium's TLS instead of OS's. > > There is debate whether the Windows' TLS's destructor implementation is reliable > or not, if we are able to remove all the use of TLS destructor, only ThreadLocalStorage::Slot > needs to change, as thread_local doesn't use TLS destructor at all. > > BUG=264406 > > Review URL: https://codereview.chromium.org/139633003 TBR=michaelbai@chromium.org Review URL: https://codereview.chromium.org/184273006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@255102 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi2
1 files changed, 2 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 34b09f2..79d7324 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -616,10 +616,12 @@
'threading/thread_id_name_manager.cc',
'threading/thread_id_name_manager.h',
'threading/thread_local.h',
+ 'threading/thread_local_posix.cc',
'threading/thread_local_storage.cc',
'threading/thread_local_storage.h',
'threading/thread_local_storage_posix.cc',
'threading/thread_local_storage_win.cc',
+ 'threading/thread_local_win.cc',
'threading/thread_restrictions.h',
'threading/thread_restrictions.cc',
'threading/watchdog.cc',