OLD | NEW |
---|---|
1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. | 1 # Copyright (c) 2013 The Chromium Authors. All rights reserved. |
Mark Mentovai
2017/05/19 17:16:11
CL description: you shouldn’t say “fix” because it
| |
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 |
11 # | 11 # |
(...skipping 1978 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1990 "debug/proc_maps_linux_unittest.cc", | 1990 "debug/proc_maps_linux_unittest.cc", |
1991 "debug/stack_trace_unittest.cc", | 1991 "debug/stack_trace_unittest.cc", |
1992 "debug/task_annotator_unittest.cc", | 1992 "debug/task_annotator_unittest.cc", |
1993 "debug/thread_heap_usage_tracker_unittest.cc", | 1993 "debug/thread_heap_usage_tracker_unittest.cc", |
1994 "deferred_sequenced_task_runner_unittest.cc", | 1994 "deferred_sequenced_task_runner_unittest.cc", |
1995 "environment_unittest.cc", | 1995 "environment_unittest.cc", |
1996 "feature_list_unittest.cc", | 1996 "feature_list_unittest.cc", |
1997 "file_version_info_win_unittest.cc", | 1997 "file_version_info_win_unittest.cc", |
1998 "files/dir_reader_posix_unittest.cc", | 1998 "files/dir_reader_posix_unittest.cc", |
1999 "files/file_descriptor_watcher_posix_unittest.cc", | 1999 "files/file_descriptor_watcher_posix_unittest.cc", |
2000 "files/file_enumerator_unittest.cc", | |
2000 "files/file_locking_unittest.cc", | 2001 "files/file_locking_unittest.cc", |
2001 "files/file_path_unittest.cc", | 2002 "files/file_path_unittest.cc", |
2002 "files/file_path_watcher_unittest.cc", | 2003 "files/file_path_watcher_unittest.cc", |
2003 "files/file_proxy_unittest.cc", | 2004 "files/file_proxy_unittest.cc", |
2004 "files/file_unittest.cc", | 2005 "files/file_unittest.cc", |
2005 "files/file_util_proxy_unittest.cc", | 2006 "files/file_util_proxy_unittest.cc", |
2006 "files/file_util_unittest.cc", | 2007 "files/file_util_unittest.cc", |
2007 "files/important_file_writer_unittest.cc", | 2008 "files/important_file_writer_unittest.cc", |
2008 "files/memory_mapped_file_unittest.cc", | 2009 "files/memory_mapped_file_unittest.cc", |
2009 "files/scoped_platform_handle_unittest.cc", | 2010 "files/scoped_platform_handle_unittest.cc", |
(...skipping 743 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
2753 } | 2754 } |
2754 | 2755 |
2755 fuzzer_test("base_json_correctness_fuzzer") { | 2756 fuzzer_test("base_json_correctness_fuzzer") { |
2756 sources = [ | 2757 sources = [ |
2757 "json/correctness_fuzzer.cc", | 2758 "json/correctness_fuzzer.cc", |
2758 ] | 2759 ] |
2759 deps = [ | 2760 deps = [ |
2760 ":base", | 2761 ":base", |
2761 ] | 2762 ] |
2762 } | 2763 } |
OLD | NEW |