Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(3049)

Unified Diff: base/base.gypi

Issue 60743004: Implement chromium's TLS. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 7 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | base/threading/thread_local_storage.h » ('j') | base/threading/thread_local_storage.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gypi
diff --git a/base/base.gypi b/base/base.gypi
index 6807a38eccc67fa58e85c166bc88b4c2b30f64fc..e95ffa13fbe3d046f7b9e74dc818f4bd9d04f9c4 100644
--- a/base/base.gypi
+++ b/base/base.gypi
@@ -579,6 +579,7 @@
'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',
« no previous file with comments | « no previous file | base/threading/thread_local_storage.h » ('j') | base/threading/thread_local_storage.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698