| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |