diff options
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/base/base.gypi b/base/base.gypi index 451803a..e7ebe0d 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -151,9 +151,6 @@ 'native_library_linux.cc', 'native_library_mac.mm', 'native_library_win.cc', - 'non_thread_safe.cc', - 'non_thread_safe.h', - 'nullable_string16.h', 'object_watcher.cc', 'object_watcher.h', 'observer_list.h', @@ -239,6 +236,8 @@ 'task_queue.cc', 'task_queue.h', 'template_util.h', + 'threading/non_thread_safe.cc', + 'threading/non_thread_safe.h', 'threading/platform_thread.h', 'threading/platform_thread_mac.mm', 'threading/platform_thread_posix.cc', |