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

Side by Side Diff: base/BUILD.gn

Issue 1776673002: base: Add blame context (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Split into BlameContext and TracedBlameContext. Created 4 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 | base/test/trace_event_analyzer.h » ('j') | base/test/trace_event_analyzer.h » ('J')
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 829 matching lines...) Expand 10 before | Expand all | Expand 10 after
840 "time/time_win.cc", 840 "time/time_win.cc",
841 "timer/elapsed_timer.cc", 841 "timer/elapsed_timer.cc",
842 "timer/elapsed_timer.h", 842 "timer/elapsed_timer.h",
843 "timer/hi_res_timer_manager.h", 843 "timer/hi_res_timer_manager.h",
844 "timer/hi_res_timer_manager_posix.cc", 844 "timer/hi_res_timer_manager_posix.cc",
845 "timer/hi_res_timer_manager_win.cc", 845 "timer/hi_res_timer_manager_win.cc",
846 "timer/mock_timer.cc", 846 "timer/mock_timer.cc",
847 "timer/mock_timer.h", 847 "timer/mock_timer.h",
848 "timer/timer.cc", 848 "timer/timer.cc",
849 "timer/timer.h", 849 "timer/timer.h",
850 "trace_event/blame_context.h",
850 "trace_event/common/trace_event_common.h", 851 "trace_event/common/trace_event_common.h",
851 "trace_event/heap_profiler_allocation_context.cc", 852 "trace_event/heap_profiler_allocation_context.cc",
852 "trace_event/heap_profiler_allocation_context.h", 853 "trace_event/heap_profiler_allocation_context.h",
853 "trace_event/heap_profiler_allocation_context_tracker.cc", 854 "trace_event/heap_profiler_allocation_context_tracker.cc",
854 "trace_event/heap_profiler_allocation_context_tracker.h", 855 "trace_event/heap_profiler_allocation_context_tracker.h",
855 "trace_event/heap_profiler_allocation_register.cc", 856 "trace_event/heap_profiler_allocation_register.cc",
856 "trace_event/heap_profiler_allocation_register.h", 857 "trace_event/heap_profiler_allocation_register.h",
857 "trace_event/heap_profiler_allocation_register_posix.cc", 858 "trace_event/heap_profiler_allocation_register_posix.cc",
858 "trace_event/heap_profiler_allocation_register_win.cc", 859 "trace_event/heap_profiler_allocation_register_win.cc",
859 "trace_event/heap_profiler_heap_dump_writer.cc", 860 "trace_event/heap_profiler_heap_dump_writer.cc",
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
897 "trace_event/trace_event_memory_overhead.h", 898 "trace_event/trace_event_memory_overhead.h",
898 "trace_event/trace_event_synthetic_delay.cc", 899 "trace_event/trace_event_synthetic_delay.cc",
899 "trace_event/trace_event_synthetic_delay.h", 900 "trace_event/trace_event_synthetic_delay.h",
900 "trace_event/trace_event_system_stats_monitor.cc", 901 "trace_event/trace_event_system_stats_monitor.cc",
901 "trace_event/trace_event_system_stats_monitor.h", 902 "trace_event/trace_event_system_stats_monitor.h",
902 "trace_event/trace_log.cc", 903 "trace_event/trace_log.cc",
903 "trace_event/trace_log.h", 904 "trace_event/trace_log.h",
904 "trace_event/trace_log_constants.cc", 905 "trace_event/trace_log_constants.cc",
905 "trace_event/trace_sampling_thread.cc", 906 "trace_event/trace_sampling_thread.cc",
906 "trace_event/trace_sampling_thread.h", 907 "trace_event/trace_sampling_thread.h",
908 "trace_event/traced_blame_context.cc",
909 "trace_event/traced_blame_context.h",
907 "trace_event/tracing_agent.cc", 910 "trace_event/tracing_agent.cc",
908 "trace_event/tracing_agent.h", 911 "trace_event/tracing_agent.h",
909 "trace_event/winheap_dump_provider_win.cc", 912 "trace_event/winheap_dump_provider_win.cc",
910 "trace_event/winheap_dump_provider_win.h", 913 "trace_event/winheap_dump_provider_win.h",
911 "tracked_objects.cc", 914 "tracked_objects.cc",
912 "tracked_objects.h", 915 "tracked_objects.h",
913 "tracking_info.cc", 916 "tracking_info.cc",
914 "tracking_info.h", 917 "tracking_info.h",
915 "tuple.h", 918 "tuple.h",
916 "value_conversions.cc", 919 "value_conversions.cc",
(...skipping 927 matching lines...) Expand 10 before | Expand all | Expand 10 after
1844 "trace_event/java_heap_dump_provider_android_unittest.cc", 1847 "trace_event/java_heap_dump_provider_android_unittest.cc",
1845 "trace_event/memory_allocator_dump_unittest.cc", 1848 "trace_event/memory_allocator_dump_unittest.cc",
1846 "trace_event/memory_dump_manager_unittest.cc", 1849 "trace_event/memory_dump_manager_unittest.cc",
1847 "trace_event/process_memory_dump_unittest.cc", 1850 "trace_event/process_memory_dump_unittest.cc",
1848 "trace_event/trace_config_memory_test_util.h", 1851 "trace_event/trace_config_memory_test_util.h",
1849 "trace_event/trace_config_unittest.cc", 1852 "trace_event/trace_config_unittest.cc",
1850 "trace_event/trace_event_argument_unittest.cc", 1853 "trace_event/trace_event_argument_unittest.cc",
1851 "trace_event/trace_event_synthetic_delay_unittest.cc", 1854 "trace_event/trace_event_synthetic_delay_unittest.cc",
1852 "trace_event/trace_event_system_stats_monitor_unittest.cc", 1855 "trace_event/trace_event_system_stats_monitor_unittest.cc",
1853 "trace_event/trace_event_unittest.cc", 1856 "trace_event/trace_event_unittest.cc",
1857 "trace_event/traced_blame_context_unittest.cc",
1854 "trace_event/winheap_dump_provider_win_unittest.cc", 1858 "trace_event/winheap_dump_provider_win_unittest.cc",
1855 "tracked_objects_unittest.cc", 1859 "tracked_objects_unittest.cc",
1856 "tuple_unittest.cc", 1860 "tuple_unittest.cc",
1857 "values_unittest.cc", 1861 "values_unittest.cc",
1858 "version_unittest.cc", 1862 "version_unittest.cc",
1859 "vlog_unittest.cc", 1863 "vlog_unittest.cc",
1860 "win/dllmain.cc", 1864 "win/dllmain.cc",
1861 "win/enum_variant_unittest.cc", 1865 "win/enum_variant_unittest.cc",
1862 "win/event_trace_consumer_unittest.cc", 1866 "win/event_trace_consumer_unittest.cc",
1863 "win/event_trace_controller_unittest.cc", 1867 "win/event_trace_controller_unittest.cc",
(...skipping 337 matching lines...) Expand 10 before | Expand all | Expand 10 after
2201 2205
2202 # GYP: //base.gyp:base_java_unittest_support 2206 # GYP: //base.gyp:base_java_unittest_support
2203 android_library("base_java_unittest_support") { 2207 android_library("base_java_unittest_support") {
2204 deps = [ 2208 deps = [
2205 ":base_java", 2209 ":base_java",
2206 ] 2210 ]
2207 java_files = 2211 java_files =
2208 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2212 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2209 } 2213 }
2210 } 2214 }
OLDNEW
« no previous file with comments | « no previous file | base/test/trace_event_analyzer.h » ('j') | base/test/trace_event_analyzer.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698