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

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: Windows build fix. 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') | 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 839 matching lines...) Expand 10 before | Expand all | Expand 10 after
850 "time/time_win.cc", 850 "time/time_win.cc",
851 "timer/elapsed_timer.cc", 851 "timer/elapsed_timer.cc",
852 "timer/elapsed_timer.h", 852 "timer/elapsed_timer.h",
853 "timer/hi_res_timer_manager.h", 853 "timer/hi_res_timer_manager.h",
854 "timer/hi_res_timer_manager_posix.cc", 854 "timer/hi_res_timer_manager_posix.cc",
855 "timer/hi_res_timer_manager_win.cc", 855 "timer/hi_res_timer_manager_win.cc",
856 "timer/mock_timer.cc", 856 "timer/mock_timer.cc",
857 "timer/mock_timer.h", 857 "timer/mock_timer.h",
858 "timer/timer.cc", 858 "timer/timer.cc",
859 "timer/timer.h", 859 "timer/timer.h",
860 "trace_event/blame_context.cc",
861 "trace_event/blame_context.h",
860 "trace_event/common/trace_event_common.h", 862 "trace_event/common/trace_event_common.h",
861 "trace_event/heap_profiler_allocation_context.cc", 863 "trace_event/heap_profiler_allocation_context.cc",
862 "trace_event/heap_profiler_allocation_context.h", 864 "trace_event/heap_profiler_allocation_context.h",
863 "trace_event/heap_profiler_allocation_context_tracker.cc", 865 "trace_event/heap_profiler_allocation_context_tracker.cc",
864 "trace_event/heap_profiler_allocation_context_tracker.h", 866 "trace_event/heap_profiler_allocation_context_tracker.h",
865 "trace_event/heap_profiler_allocation_register.cc", 867 "trace_event/heap_profiler_allocation_register.cc",
866 "trace_event/heap_profiler_allocation_register.h", 868 "trace_event/heap_profiler_allocation_register.h",
867 "trace_event/heap_profiler_allocation_register_posix.cc", 869 "trace_event/heap_profiler_allocation_register_posix.cc",
868 "trace_event/heap_profiler_allocation_register_win.cc", 870 "trace_event/heap_profiler_allocation_register_win.cc",
869 "trace_event/heap_profiler_heap_dump_writer.cc", 871 "trace_event/heap_profiler_heap_dump_writer.cc",
(...skipping 975 matching lines...) Expand 10 before | Expand all | Expand 10 after
1845 "threading/watchdog_unittest.cc", 1847 "threading/watchdog_unittest.cc",
1846 "threading/worker_pool_posix_unittest.cc", 1848 "threading/worker_pool_posix_unittest.cc",
1847 "threading/worker_pool_unittest.cc", 1849 "threading/worker_pool_unittest.cc",
1848 "time/pr_time_unittest.cc", 1850 "time/pr_time_unittest.cc",
1849 "time/time_unittest.cc", 1851 "time/time_unittest.cc",
1850 "time/time_win_unittest.cc", 1852 "time/time_win_unittest.cc",
1851 "timer/hi_res_timer_manager_unittest.cc", 1853 "timer/hi_res_timer_manager_unittest.cc",
1852 "timer/mock_timer_unittest.cc", 1854 "timer/mock_timer_unittest.cc",
1853 "timer/timer_unittest.cc", 1855 "timer/timer_unittest.cc",
1854 "tools_sanity_unittest.cc", 1856 "tools_sanity_unittest.cc",
1857 "trace_event/blame_context_unittest.cc",
1855 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 1858 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
1856 "trace_event/heap_profiler_allocation_register_unittest.cc", 1859 "trace_event/heap_profiler_allocation_register_unittest.cc",
1857 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 1860 "trace_event/heap_profiler_heap_dump_writer_unittest.cc",
1858 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 1861 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
1859 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 1862 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
1860 "trace_event/java_heap_dump_provider_android_unittest.cc", 1863 "trace_event/java_heap_dump_provider_android_unittest.cc",
1861 "trace_event/memory_allocator_dump_unittest.cc", 1864 "trace_event/memory_allocator_dump_unittest.cc",
1862 "trace_event/memory_dump_manager_unittest.cc", 1865 "trace_event/memory_dump_manager_unittest.cc",
1863 "trace_event/process_memory_dump_unittest.cc", 1866 "trace_event/process_memory_dump_unittest.cc",
1864 "trace_event/trace_config_memory_test_util.h", 1867 "trace_event/trace_config_memory_test_util.h",
(...skipping 352 matching lines...) Expand 10 before | Expand all | Expand 10 after
2217 2220
2218 # GYP: //base.gyp:base_java_unittest_support 2221 # GYP: //base.gyp:base_java_unittest_support
2219 android_library("base_java_unittest_support") { 2222 android_library("base_java_unittest_support") {
2220 deps = [ 2223 deps = [
2221 ":base_java", 2224 ":base_java",
2222 ] 2225 ]
2223 java_files = 2226 java_files =
2224 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2227 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2225 } 2228 }
2226 } 2229 }
OLDNEW
« no previous file with comments | « no previous file | base/test/trace_event_analyzer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698