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

Side by Side Diff: base/BUILD.gn

Issue 2774183002: Add a few missing files (including a test) to base/BUILD.gn (Closed)
Patch Set: Created 3 years, 9 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 | « no previous file | no next file » | 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 456 matching lines...) Expand 10 before | Expand all | Expand 10 after
467 "mac/mach_port_util.h", 467 "mac/mach_port_util.h",
468 "mac/objc_property_releaser.h", 468 "mac/objc_property_releaser.h",
469 "mac/objc_property_releaser.mm", 469 "mac/objc_property_releaser.mm",
470 "mac/objc_release_properties.h", 470 "mac/objc_release_properties.h",
471 "mac/objc_release_properties.mm", 471 "mac/objc_release_properties.mm",
472 "mac/os_crash_dumps.cc", 472 "mac/os_crash_dumps.cc",
473 "mac/os_crash_dumps.h", 473 "mac/os_crash_dumps.h",
474 "mac/scoped_aedesc.h", 474 "mac/scoped_aedesc.h",
475 "mac/scoped_authorizationref.h", 475 "mac/scoped_authorizationref.h",
476 "mac/scoped_block.h", 476 "mac/scoped_block.h",
477 "mac/scoped_cffiledescriptorref.h",
477 "mac/scoped_cftyperef.h", 478 "mac/scoped_cftyperef.h",
478 "mac/scoped_dispatch_object.h", 479 "mac/scoped_dispatch_object.h",
479 "mac/scoped_ionotificationportref.h", 480 "mac/scoped_ionotificationportref.h",
480 "mac/scoped_ioobject.h", 481 "mac/scoped_ioobject.h",
481 "mac/scoped_ioplugininterface.h", 482 "mac/scoped_ioplugininterface.h",
482 "mac/scoped_launch_data.h", 483 "mac/scoped_launch_data.h",
483 "mac/scoped_mach_port.cc", 484 "mac/scoped_mach_port.cc",
484 "mac/scoped_mach_port.h", 485 "mac/scoped_mach_port.h",
485 "mac/scoped_mach_vm.cc", 486 "mac/scoped_mach_vm.cc",
486 "mac/scoped_mach_vm.h", 487 "mac/scoped_mach_vm.h",
(...skipping 362 matching lines...) Expand 10 before | Expand all | Expand 10 after
849 "task_scheduler/post_task.h", 850 "task_scheduler/post_task.h",
850 "task_scheduler/priority_queue.cc", 851 "task_scheduler/priority_queue.cc",
851 "task_scheduler/priority_queue.h", 852 "task_scheduler/priority_queue.h",
852 "task_scheduler/scheduler_lock.h", 853 "task_scheduler/scheduler_lock.h",
853 "task_scheduler/scheduler_lock_impl.cc", 854 "task_scheduler/scheduler_lock_impl.cc",
854 "task_scheduler/scheduler_lock_impl.h", 855 "task_scheduler/scheduler_lock_impl.h",
855 "task_scheduler/scheduler_single_thread_task_runner_manager.cc", 856 "task_scheduler/scheduler_single_thread_task_runner_manager.cc",
856 "task_scheduler/scheduler_single_thread_task_runner_manager.h", 857 "task_scheduler/scheduler_single_thread_task_runner_manager.h",
857 "task_scheduler/scheduler_worker.cc", 858 "task_scheduler/scheduler_worker.cc",
858 "task_scheduler/scheduler_worker.h", 859 "task_scheduler/scheduler_worker.h",
860 "task_scheduler/scheduler_worker_params.h",
859 "task_scheduler/scheduler_worker_pool.h", 861 "task_scheduler/scheduler_worker_pool.h",
860 "task_scheduler/scheduler_worker_pool_impl.cc", 862 "task_scheduler/scheduler_worker_pool_impl.cc",
861 "task_scheduler/scheduler_worker_pool_impl.h", 863 "task_scheduler/scheduler_worker_pool_impl.h",
862 "task_scheduler/scheduler_worker_pool_params.cc", 864 "task_scheduler/scheduler_worker_pool_params.cc",
863 "task_scheduler/scheduler_worker_pool_params.h", 865 "task_scheduler/scheduler_worker_pool_params.h",
864 "task_scheduler/scheduler_worker_stack.cc", 866 "task_scheduler/scheduler_worker_stack.cc",
865 "task_scheduler/scheduler_worker_stack.h", 867 "task_scheduler/scheduler_worker_stack.h",
866 "task_scheduler/scoped_set_task_priority_for_current_thread.cc", 868 "task_scheduler/scoped_set_task_priority_for_current_thread.cc",
867 "task_scheduler/scoped_set_task_priority_for_current_thread.h", 869 "task_scheduler/scoped_set_task_priority_for_current_thread.h",
868 "task_scheduler/sequence.cc", 870 "task_scheduler/sequence.cc",
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after
1047 "unguessable_token.cc", 1049 "unguessable_token.cc",
1048 "unguessable_token.h", 1050 "unguessable_token.h",
1049 "value_conversions.cc", 1051 "value_conversions.cc",
1050 "value_conversions.h", 1052 "value_conversions.h",
1051 "values.cc", 1053 "values.cc",
1052 "values.h", 1054 "values.h",
1053 "version.cc", 1055 "version.cc",
1054 "version.h", 1056 "version.h",
1055 "vlog.cc", 1057 "vlog.cc",
1056 "vlog.h", 1058 "vlog.h",
1059 "win/current_module.h",
1057 "win/enum_variant.cc", 1060 "win/enum_variant.cc",
1058 "win/enum_variant.h", 1061 "win/enum_variant.h",
1059 "win/event_trace_consumer.h", 1062 "win/event_trace_consumer.h",
1060 "win/event_trace_controller.cc", 1063 "win/event_trace_controller.cc",
1061 "win/event_trace_controller.h", 1064 "win/event_trace_controller.h",
1062 "win/event_trace_provider.cc", 1065 "win/event_trace_provider.cc",
1063 "win/event_trace_provider.h", 1066 "win/event_trace_provider.h",
1064 "win/i18n.cc", 1067 "win/i18n.cc",
1065 "win/i18n.h", 1068 "win/i18n.h",
1066 "win/iat_patch_function.cc", 1069 "win/iat_patch_function.cc",
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after
1974 "i18n/file_util_icu_unittest.cc", 1977 "i18n/file_util_icu_unittest.cc",
1975 "i18n/icu_string_conversions_unittest.cc", 1978 "i18n/icu_string_conversions_unittest.cc",
1976 "i18n/message_formatter_unittest.cc", 1979 "i18n/message_formatter_unittest.cc",
1977 "i18n/number_formatting_unittest.cc", 1980 "i18n/number_formatting_unittest.cc",
1978 "i18n/rtl_unittest.cc", 1981 "i18n/rtl_unittest.cc",
1979 "i18n/streaming_utf8_validator_unittest.cc", 1982 "i18n/streaming_utf8_validator_unittest.cc",
1980 "i18n/string_search_unittest.cc", 1983 "i18n/string_search_unittest.cc",
1981 "i18n/time_formatting_unittest.cc", 1984 "i18n/time_formatting_unittest.cc",
1982 "i18n/timezone_unittest.cc", 1985 "i18n/timezone_unittest.cc",
1983 "id_map_unittest.cc", 1986 "id_map_unittest.cc",
1987 "ios/crb_protocol_observers_unittest.mm",
1984 "ios/device_util_unittest.mm", 1988 "ios/device_util_unittest.mm",
1985 "ios/weak_nsobject_unittest.mm", 1989 "ios/weak_nsobject_unittest.mm",
1986 "json/json_parser_unittest.cc", 1990 "json/json_parser_unittest.cc",
1987 "json/json_reader_unittest.cc", 1991 "json/json_reader_unittest.cc",
1988 "json/json_value_converter_unittest.cc", 1992 "json/json_value_converter_unittest.cc",
1989 "json/json_value_serializer_unittest.cc", 1993 "json/json_value_serializer_unittest.cc",
1990 "json/json_writer_unittest.cc", 1994 "json/json_writer_unittest.cc",
1991 "json/string_escape_unittest.cc", 1995 "json/string_escape_unittest.cc",
1992 "lazy_instance_unittest.cc", 1996 "lazy_instance_unittest.cc",
1993 "logging_unittest.cc", 1997 "logging_unittest.cc",
(...skipping 686 matching lines...) Expand 10 before | Expand all | Expand 10 after
2680 } 2684 }
2681 2685
2682 fuzzer_test("base_json_correctness_fuzzer") { 2686 fuzzer_test("base_json_correctness_fuzzer") {
2683 sources = [ 2687 sources = [
2684 "json/correctness_fuzzer.cc", 2688 "json/correctness_fuzzer.cc",
2685 ] 2689 ]
2686 deps = [ 2690 deps = [
2687 ":base", 2691 ":base",
2688 ] 2692 ]
2689 } 2693 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698