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

Side by Side Diff: base/BUILD.gn

Issue 2549103003: tracing: split trace event filter classes out of TraceLog (Closed)
Patch Set: Add BASE_EXPORT Created 4 years 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 | base/trace_event/category_registry.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 906 matching lines...) Expand 10 before | Expand all | Expand 10 after
917 "timer/mock_timer.h", 917 "timer/mock_timer.h",
918 "timer/timer.cc", 918 "timer/timer.cc",
919 "timer/timer.h", 919 "timer/timer.h",
920 "trace_event/auto_open_close_event.cc", 920 "trace_event/auto_open_close_event.cc",
921 "trace_event/auto_open_close_event.h", 921 "trace_event/auto_open_close_event.h",
922 "trace_event/blame_context.cc", 922 "trace_event/blame_context.cc",
923 "trace_event/blame_context.h", 923 "trace_event/blame_context.h",
924 "trace_event/category_registry.cc", 924 "trace_event/category_registry.cc",
925 "trace_event/category_registry.h", 925 "trace_event/category_registry.h",
926 "trace_event/common/trace_event_common.h", 926 "trace_event/common/trace_event_common.h",
927 "trace_event/event_name_filter.cc",
928 "trace_event/event_name_filter.h",
927 "trace_event/heap_profiler.h", 929 "trace_event/heap_profiler.h",
928 "trace_event/heap_profiler_allocation_context.cc", 930 "trace_event/heap_profiler_allocation_context.cc",
929 "trace_event/heap_profiler_allocation_context.h", 931 "trace_event/heap_profiler_allocation_context.h",
930 "trace_event/heap_profiler_allocation_context_tracker.cc", 932 "trace_event/heap_profiler_allocation_context_tracker.cc",
931 "trace_event/heap_profiler_allocation_context_tracker.h", 933 "trace_event/heap_profiler_allocation_context_tracker.h",
932 "trace_event/heap_profiler_allocation_register.cc", 934 "trace_event/heap_profiler_allocation_register.cc",
933 "trace_event/heap_profiler_allocation_register.h", 935 "trace_event/heap_profiler_allocation_register.h",
934 "trace_event/heap_profiler_allocation_register_posix.cc", 936 "trace_event/heap_profiler_allocation_register_posix.cc",
935 "trace_event/heap_profiler_allocation_register_win.cc", 937 "trace_event/heap_profiler_allocation_register_win.cc",
938 "trace_event/heap_profiler_event_filter.cc",
939 "trace_event/heap_profiler_event_filter.h",
936 "trace_event/heap_profiler_heap_dump_writer.cc", 940 "trace_event/heap_profiler_heap_dump_writer.cc",
937 "trace_event/heap_profiler_heap_dump_writer.h", 941 "trace_event/heap_profiler_heap_dump_writer.h",
938 "trace_event/heap_profiler_stack_frame_deduplicator.cc", 942 "trace_event/heap_profiler_stack_frame_deduplicator.cc",
939 "trace_event/heap_profiler_stack_frame_deduplicator.h", 943 "trace_event/heap_profiler_stack_frame_deduplicator.h",
940 "trace_event/heap_profiler_type_name_deduplicator.cc", 944 "trace_event/heap_profiler_type_name_deduplicator.cc",
941 "trace_event/heap_profiler_type_name_deduplicator.h", 945 "trace_event/heap_profiler_type_name_deduplicator.h",
942 "trace_event/java_heap_dump_provider_android.cc", 946 "trace_event/java_heap_dump_provider_android.cc",
943 "trace_event/java_heap_dump_provider_android.h", 947 "trace_event/java_heap_dump_provider_android.h",
944 "trace_event/malloc_dump_provider.cc", 948 "trace_event/malloc_dump_provider.cc",
945 "trace_event/malloc_dump_provider.h", 949 "trace_event/malloc_dump_provider.h",
(...skipping 22 matching lines...) Expand all
968 "trace_event/trace_buffer.h", 972 "trace_event/trace_buffer.h",
969 "trace_event/trace_category.h", 973 "trace_event/trace_category.h",
970 "trace_event/trace_config.cc", 974 "trace_event/trace_config.cc",
971 "trace_event/trace_config.h", 975 "trace_event/trace_config.h",
972 "trace_event/trace_event.h", 976 "trace_event/trace_event.h",
973 "trace_event/trace_event_android.cc", 977 "trace_event/trace_event_android.cc",
974 "trace_event/trace_event_argument.cc", 978 "trace_event/trace_event_argument.cc",
975 "trace_event/trace_event_argument.h", 979 "trace_event/trace_event_argument.h",
976 "trace_event/trace_event_etw_export_win.cc", 980 "trace_event/trace_event_etw_export_win.cc",
977 "trace_event/trace_event_etw_export_win.h", 981 "trace_event/trace_event_etw_export_win.h",
982 "trace_event/trace_event_filter.cc",
983 "trace_event/trace_event_filter.h",
978 "trace_event/trace_event_impl.cc", 984 "trace_event/trace_event_impl.cc",
979 "trace_event/trace_event_impl.h", 985 "trace_event/trace_event_impl.h",
980 "trace_event/trace_event_memory_overhead.cc", 986 "trace_event/trace_event_memory_overhead.cc",
981 "trace_event/trace_event_memory_overhead.h", 987 "trace_event/trace_event_memory_overhead.h",
982 "trace_event/trace_event_synthetic_delay.cc", 988 "trace_event/trace_event_synthetic_delay.cc",
983 "trace_event/trace_event_synthetic_delay.h", 989 "trace_event/trace_event_synthetic_delay.h",
984 "trace_event/trace_event_system_stats_monitor.cc", 990 "trace_event/trace_event_system_stats_monitor.cc",
985 "trace_event/trace_event_system_stats_monitor.h", 991 "trace_event/trace_event_system_stats_monitor.h",
986 "trace_event/trace_log.cc", 992 "trace_event/trace_log.cc",
987 "trace_event/trace_log.h", 993 "trace_event/trace_log.h",
(...skipping 1028 matching lines...) Expand 10 before | Expand all | Expand 10 after
2016 "threading/worker_pool_posix_unittest.cc", 2022 "threading/worker_pool_posix_unittest.cc",
2017 "threading/worker_pool_unittest.cc", 2023 "threading/worker_pool_unittest.cc",
2018 "time/pr_time_unittest.cc", 2024 "time/pr_time_unittest.cc",
2019 "time/time_unittest.cc", 2025 "time/time_unittest.cc",
2020 "time/time_win_unittest.cc", 2026 "time/time_win_unittest.cc",
2021 "timer/hi_res_timer_manager_unittest.cc", 2027 "timer/hi_res_timer_manager_unittest.cc",
2022 "timer/mock_timer_unittest.cc", 2028 "timer/mock_timer_unittest.cc",
2023 "timer/timer_unittest.cc", 2029 "timer/timer_unittest.cc",
2024 "tools_sanity_unittest.cc", 2030 "tools_sanity_unittest.cc",
2025 "trace_event/blame_context_unittest.cc", 2031 "trace_event/blame_context_unittest.cc",
2032 "trace_event/event_name_filter_unittest.cc",
2026 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 2033 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
2027 "trace_event/heap_profiler_allocation_register_unittest.cc", 2034 "trace_event/heap_profiler_allocation_register_unittest.cc",
2028 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 2035 "trace_event/heap_profiler_heap_dump_writer_unittest.cc",
2029 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 2036 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
2030 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 2037 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
2031 "trace_event/java_heap_dump_provider_android_unittest.cc", 2038 "trace_event/java_heap_dump_provider_android_unittest.cc",
2032 "trace_event/memory_allocator_dump_unittest.cc", 2039 "trace_event/memory_allocator_dump_unittest.cc",
2033 "trace_event/memory_dump_manager_unittest.cc", 2040 "trace_event/memory_dump_manager_unittest.cc",
2034 "trace_event/memory_usage_estimator_unittest.cc", 2041 "trace_event/memory_usage_estimator_unittest.cc",
2035 "trace_event/process_memory_dump_unittest.cc", 2042 "trace_event/process_memory_dump_unittest.cc",
2036 "trace_event/trace_category_unittest.cc", 2043 "trace_event/trace_category_unittest.cc",
2037 "trace_event/trace_config_unittest.cc", 2044 "trace_event/trace_config_unittest.cc",
2038 "trace_event/trace_event_argument_unittest.cc", 2045 "trace_event/trace_event_argument_unittest.cc",
2046 "trace_event/trace_event_filter_test_utils.cc",
2047 "trace_event/trace_event_filter_test_utils.h",
2039 "trace_event/trace_event_synthetic_delay_unittest.cc", 2048 "trace_event/trace_event_synthetic_delay_unittest.cc",
2040 "trace_event/trace_event_system_stats_monitor_unittest.cc", 2049 "trace_event/trace_event_system_stats_monitor_unittest.cc",
2041 "trace_event/trace_event_unittest.cc", 2050 "trace_event/trace_event_unittest.cc",
2042 "tracked_objects_unittest.cc", 2051 "tracked_objects_unittest.cc",
2043 "tuple_unittest.cc", 2052 "tuple_unittest.cc",
2044 "unguessable_token_unittest.cc", 2053 "unguessable_token_unittest.cc",
2045 "values_unittest.cc", 2054 "values_unittest.cc",
2046 "version_unittest.cc", 2055 "version_unittest.cc",
2047 "vlog_unittest.cc", 2056 "vlog_unittest.cc",
2048 "win/dllmain.cc", 2057 "win/dllmain.cc",
(...skipping 477 matching lines...) Expand 10 before | Expand all | Expand 10 after
2526 } 2535 }
2527 2536
2528 fuzzer_test("base_json_correctness_fuzzer") { 2537 fuzzer_test("base_json_correctness_fuzzer") {
2529 sources = [ 2538 sources = [
2530 "json/correctness_fuzzer.cc", 2539 "json/correctness_fuzzer.cc",
2531 ] 2540 ]
2532 deps = [ 2541 deps = [
2533 ":base", 2542 ":base",
2534 ] 2543 ]
2535 } 2544 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/category_registry.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698