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

Side by Side 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 unified diff | Download patch
« no previous file with comments | « PRESUBMIT.py ('k') | base/ios/weak_nsobject.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 # HOW TO WRITE CONDITIONALS IN THIS FILE 5 # HOW TO WRITE CONDITIONALS IN THIS FILE
6 # ====================================== 6 # ======================================
7 # 7 #
8 # In many other places, one would write a conditional that expresses all the 8 # In many other places, one would write a conditional that expresses all the
9 # cases when a source file is used or unused, and then either add or subtract 9 # cases when a source file is used or unused, and then either add or subtract
10 # it from the sources list in that case 10 # it from the sources list in that case
(...skipping 851 matching lines...) Expand 10 before | Expand all | Expand 10 after
862 "test/malloc_wrapper.h", 862 "test/malloc_wrapper.h",
863 "third_party/dmg_fp/dmg_fp.h", 863 "third_party/dmg_fp/dmg_fp.h",
864 "third_party/dmg_fp/dtoa_wrapper.cc", 864 "third_party/dmg_fp/dtoa_wrapper.cc",
865 "third_party/dmg_fp/g_fmt.cc", 865 "third_party/dmg_fp/g_fmt.cc",
866 "third_party/icu/icu_utf.cc", 866 "third_party/icu/icu_utf.cc",
867 "third_party/icu/icu_utf.h", 867 "third_party/icu/icu_utf.h",
868 "third_party/nspr/prtime.cc", 868 "third_party/nspr/prtime.cc",
869 "third_party/nspr/prtime.h", 869 "third_party/nspr/prtime.h",
870 "third_party/superfasthash/superfasthash.c", 870 "third_party/superfasthash/superfasthash.c",
871 "third_party/valgrind/memcheck.h", 871 "third_party/valgrind/memcheck.h",
872 "threading/non_thread_safe.h",
873 "threading/non_thread_safe_impl.cc",
874 "threading/non_thread_safe_impl.h",
875 "threading/platform_thread.h", 872 "threading/platform_thread.h",
876 "threading/platform_thread_android.cc", 873 "threading/platform_thread_android.cc",
877 "threading/platform_thread_internal_posix.cc", 874 "threading/platform_thread_internal_posix.cc",
878 "threading/platform_thread_internal_posix.h", 875 "threading/platform_thread_internal_posix.h",
879 "threading/platform_thread_linux.cc", 876 "threading/platform_thread_linux.cc",
880 "threading/platform_thread_mac.mm", 877 "threading/platform_thread_mac.mm",
881 "threading/platform_thread_posix.cc", 878 "threading/platform_thread_posix.cc",
882 "threading/platform_thread_win.cc", 879 "threading/platform_thread_win.cc",
883 "threading/post_task_and_reply_impl.cc", 880 "threading/post_task_and_reply_impl.cc",
884 "threading/post_task_and_reply_impl.h", 881 "threading/post_task_and_reply_impl.h",
(...skipping 1298 matching lines...) Expand 10 before | Expand all | Expand 10 after
2183 "template_util_unittest.cc", 2180 "template_util_unittest.cc",
2184 "test/histogram_tester_unittest.cc", 2181 "test/histogram_tester_unittest.cc",
2185 "test/mock_callback_unittest.cc", 2182 "test/mock_callback_unittest.cc",
2186 "test/scoped_mock_time_message_loop_task_runner_unittest.cc", 2183 "test/scoped_mock_time_message_loop_task_runner_unittest.cc",
2187 "test/scoped_task_environment_unittest.cc", 2184 "test/scoped_task_environment_unittest.cc",
2188 "test/scoped_task_scheduler_unittest.cc", 2185 "test/scoped_task_scheduler_unittest.cc",
2189 "test/test_pending_task_unittest.cc", 2186 "test/test_pending_task_unittest.cc",
2190 "test/test_reg_util_win_unittest.cc", 2187 "test/test_reg_util_win_unittest.cc",
2191 "test/trace_event_analyzer_unittest.cc", 2188 "test/trace_event_analyzer_unittest.cc",
2192 "test/user_action_tester_unittest.cc", 2189 "test/user_action_tester_unittest.cc",
2193 "threading/non_thread_safe_unittest.cc",
2194 "threading/platform_thread_unittest.cc", 2190 "threading/platform_thread_unittest.cc",
2195 "threading/post_task_and_reply_impl_unittest.cc", 2191 "threading/post_task_and_reply_impl_unittest.cc",
2196 "threading/sequenced_task_runner_handle_unittest.cc", 2192 "threading/sequenced_task_runner_handle_unittest.cc",
2197 "threading/sequenced_worker_pool_unittest.cc", 2193 "threading/sequenced_worker_pool_unittest.cc",
2198 "threading/simple_thread_unittest.cc", 2194 "threading/simple_thread_unittest.cc",
2199 "threading/thread_checker_unittest.cc", 2195 "threading/thread_checker_unittest.cc",
2200 "threading/thread_collision_warner_unittest.cc", 2196 "threading/thread_collision_warner_unittest.cc",
2201 "threading/thread_id_name_manager_unittest.cc", 2197 "threading/thread_id_name_manager_unittest.cc",
2202 "threading/thread_local_storage_unittest.cc", 2198 "threading/thread_local_storage_unittest.cc",
2203 "threading/thread_local_unittest.cc", 2199 "threading/thread_local_unittest.cc",
(...skipping 561 matching lines...) Expand 10 before | Expand all | Expand 10 after
2765 } 2761 }
2766 2762
2767 fuzzer_test("base_json_correctness_fuzzer") { 2763 fuzzer_test("base_json_correctness_fuzzer") {
2768 sources = [ 2764 sources = [
2769 "json/correctness_fuzzer.cc", 2765 "json/correctness_fuzzer.cc",
2770 ] 2766 ]
2771 deps = [ 2767 deps = [
2772 ":base", 2768 ":base",
2773 ] 2769 ]
2774 } 2770 }
OLDNEW
« 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