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

Side by Side Diff: base/BUILD.gn

Issue 2440393002: [tracing] Implement composable memory usage estimators. (Closed)
Patch Set: Simplify tests Created 4 years, 1 month 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
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 881 matching lines...) Expand 10 before | Expand all | Expand 10 after
892 "timer/hi_res_timer_manager_win.cc", 892 "timer/hi_res_timer_manager_win.cc",
893 "timer/mock_timer.cc", 893 "timer/mock_timer.cc",
894 "timer/mock_timer.h", 894 "timer/mock_timer.h",
895 "timer/timer.cc", 895 "timer/timer.cc",
896 "timer/timer.h", 896 "timer/timer.h",
897 "trace_event/auto_open_close_event.cc", 897 "trace_event/auto_open_close_event.cc",
898 "trace_event/auto_open_close_event.h", 898 "trace_event/auto_open_close_event.h",
899 "trace_event/blame_context.cc", 899 "trace_event/blame_context.cc",
900 "trace_event/blame_context.h", 900 "trace_event/blame_context.h",
901 "trace_event/common/trace_event_common.h", 901 "trace_event/common/trace_event_common.h",
902 "trace_event/estimate_memory_usage.h",
Primiano Tucci (use gerrit) 2016/11/08 14:09:16 Generally all the source file names I see are noun
902 "trace_event/heap_profiler.h", 903 "trace_event/heap_profiler.h",
903 "trace_event/heap_profiler_allocation_context.cc", 904 "trace_event/heap_profiler_allocation_context.cc",
904 "trace_event/heap_profiler_allocation_context.h", 905 "trace_event/heap_profiler_allocation_context.h",
905 "trace_event/heap_profiler_allocation_context_tracker.cc", 906 "trace_event/heap_profiler_allocation_context_tracker.cc",
906 "trace_event/heap_profiler_allocation_context_tracker.h", 907 "trace_event/heap_profiler_allocation_context_tracker.h",
907 "trace_event/heap_profiler_allocation_register.cc", 908 "trace_event/heap_profiler_allocation_register.cc",
908 "trace_event/heap_profiler_allocation_register.h", 909 "trace_event/heap_profiler_allocation_register.h",
909 "trace_event/heap_profiler_allocation_register_posix.cc", 910 "trace_event/heap_profiler_allocation_register_posix.cc",
910 "trace_event/heap_profiler_allocation_register_win.cc", 911 "trace_event/heap_profiler_allocation_register_win.cc",
911 "trace_event/heap_profiler_heap_dump_writer.cc", 912 "trace_event/heap_profiler_heap_dump_writer.cc",
(...skipping 1054 matching lines...) Expand 10 before | Expand all | Expand 10 after
1966 "threading/worker_pool_posix_unittest.cc", 1967 "threading/worker_pool_posix_unittest.cc",
1967 "threading/worker_pool_unittest.cc", 1968 "threading/worker_pool_unittest.cc",
1968 "time/pr_time_unittest.cc", 1969 "time/pr_time_unittest.cc",
1969 "time/time_unittest.cc", 1970 "time/time_unittest.cc",
1970 "time/time_win_unittest.cc", 1971 "time/time_win_unittest.cc",
1971 "timer/hi_res_timer_manager_unittest.cc", 1972 "timer/hi_res_timer_manager_unittest.cc",
1972 "timer/mock_timer_unittest.cc", 1973 "timer/mock_timer_unittest.cc",
1973 "timer/timer_unittest.cc", 1974 "timer/timer_unittest.cc",
1974 "tools_sanity_unittest.cc", 1975 "tools_sanity_unittest.cc",
1975 "trace_event/blame_context_unittest.cc", 1976 "trace_event/blame_context_unittest.cc",
1977 "trace_event/estimate_memory_usage_unittest.cc",
1976 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc", 1978 "trace_event/heap_profiler_allocation_context_tracker_unittest.cc",
1977 "trace_event/heap_profiler_allocation_register_unittest.cc", 1979 "trace_event/heap_profiler_allocation_register_unittest.cc",
1978 "trace_event/heap_profiler_heap_dump_writer_unittest.cc", 1980 "trace_event/heap_profiler_heap_dump_writer_unittest.cc",
1979 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc", 1981 "trace_event/heap_profiler_stack_frame_deduplicator_unittest.cc",
1980 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc", 1982 "trace_event/heap_profiler_type_name_deduplicator_unittest.cc",
1981 "trace_event/java_heap_dump_provider_android_unittest.cc", 1983 "trace_event/java_heap_dump_provider_android_unittest.cc",
1982 "trace_event/memory_allocator_dump_unittest.cc", 1984 "trace_event/memory_allocator_dump_unittest.cc",
1983 "trace_event/memory_dump_manager_unittest.cc", 1985 "trace_event/memory_dump_manager_unittest.cc",
1984 "trace_event/process_memory_dump_unittest.cc", 1986 "trace_event/process_memory_dump_unittest.cc",
1985 "trace_event/trace_config_unittest.cc", 1987 "trace_event/trace_config_unittest.cc",
(...skipping 481 matching lines...) Expand 10 before | Expand all | Expand 10 after
2467 } 2469 }
2468 2470
2469 fuzzer_test("base_json_correctness_fuzzer") { 2471 fuzzer_test("base_json_correctness_fuzzer") {
2470 sources = [ 2472 sources = [
2471 "json/correctness_fuzzer.cc", 2473 "json/correctness_fuzzer.cc",
2472 ] 2474 ]
2473 deps = [ 2475 deps = [
2474 ":base", 2476 ":base",
2475 ] 2477 ]
2476 } 2478 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/estimate_memory_usage.h » ('j') | base/trace_event/estimate_memory_usage.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698