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': { |