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

Unified Diff: base/base.gyp

Issue 1039143004: Add base::ThreadLocalStorage (Closed) Base URL: https://chromium.googlesource.com/chromium/mini_chromium@master
Patch Set: Created 5 years, 9 months 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') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
diff --git a/base/base.gyp b/base/base.gyp
index 0852e49e80867ac9ea84bab92d04dcf8c39d0edd..354601865ef82b71445b754f899b2f394f09d3b8 100644
--- a/base/base.gyp
+++ b/base/base.gyp
@@ -107,6 +107,10 @@
'template_util.h',
'third_party/icu/icu_utf.cc',
'third_party/icu/icu_utf.h',
+ 'threading/thread_local_storage.cc',
+ 'threading/thread_local_storage.h',
+ 'threading/thread_local_storage_posix.cc',
+ 'threading/thread_local_storage_win.cc',
'../build/build_config.h',
],
'direct_dependent_settings': {
« no previous file with comments | « no previous file | base/threading/thread_local_storage.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698