| Index: base/BUILD.gn
|
| diff --git a/base/BUILD.gn b/base/BUILD.gn
|
| index 5eb152708ed1c9b348350cf34765db63900f5437..5c80b9b18324a298a262e6666dfbf6ef88f97a05 100644
|
| --- a/base/BUILD.gn
|
| +++ b/base/BUILD.gn
|
| @@ -869,9 +869,6 @@ component("base") {
|
| "third_party/nspr/prtime.h",
|
| "third_party/superfasthash/superfasthash.c",
|
| "third_party/valgrind/memcheck.h",
|
| - "threading/non_thread_safe.h",
|
| - "threading/non_thread_safe_impl.cc",
|
| - "threading/non_thread_safe_impl.h",
|
| "threading/platform_thread.h",
|
| "threading/platform_thread_android.cc",
|
| "threading/platform_thread_internal_posix.cc",
|
| @@ -2190,7 +2187,6 @@ test("base_unittests") {
|
| "test/test_reg_util_win_unittest.cc",
|
| "test/trace_event_analyzer_unittest.cc",
|
| "test/user_action_tester_unittest.cc",
|
| - "threading/non_thread_safe_unittest.cc",
|
| "threading/platform_thread_unittest.cc",
|
| "threading/post_task_and_reply_impl_unittest.cc",
|
| "threading/sequenced_task_runner_handle_unittest.cc",
|
|
|