summaryrefslogtreecommitdiffstats
path: root/base/base.gypi
diff options
context:
space:
mode:
authorrobliao <robliao@chromium.org>2016-02-25 18:17:06 -0800
committerCommit bot <commit-bot@chromium.org>2016-02-26 02:18:19 +0000
commit8f0b97ae15609cee6fe67d2b0b958ef37cffb1e0 (patch)
tree3295752d4ec398b89edd42141ddf9db692a47eb3 /base/base.gypi
parent7f6c69cfc07cc71b42a34a9c05b7d801a4244b42 (diff)
downloadchromium_src-8f0b97ae15609cee6fe67d2b0b958ef37cffb1e0.zip
chromium_src-8f0b97ae15609cee6fe67d2b0b958ef37cffb1e0.tar.gz
chromium_src-8f0b97ae15609cee6fe67d2b0b958ef37cffb1e0.tar.bz2
Refactor thread_local.h's TLS Implemetation to use ThreadLocalStorage
thread_local_*'s implementation of TLS was redundant with thread_local_storage_*'s implementation. This change reduces the number of implementations by one. BUG=588824 Review URL: https://codereview.chromium.org/1726203002 Cr-Commit-Position: refs/heads/master@{#377774}
Diffstat (limited to 'base/base.gypi')
-rw-r--r--base/base.gypi3
1 files changed, 0 insertions, 3 deletions
diff --git a/base/base.gypi b/base/base.gypi
index 1eb914f..5e5687c 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -673,13 +673,10 @@
'threading/thread_id_name_manager.cc',
'threading/thread_id_name_manager.h',
'threading/thread_local.h',
- 'threading/thread_local_android.cc',
- '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.cc',
'threading/thread_restrictions.h',
'threading/watchdog.cc',