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

Unified Diff: base/BUILD.gn

Issue 2921903003: Remove base::NonThreadSafe now that all users are gone!! (Closed)
Patch Set: rebase on r477274 Created 3 years, 6 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 | « PRESUBMIT.py ('k') | base/ios/weak_nsobject.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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",
« no previous file with comments | « PRESUBMIT.py ('k') | base/ios/weak_nsobject.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698