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

Side by Side Diff: base/BUILD.gn

Issue 1900223003: [tracing] Ignore tracing allocations in heap profiler (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: make heap_profiler.h and rebase Created 4 years, 8 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/trace_event/heap_profiler.h » ('j') | base/trace_event/heap_profiler.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 848 matching lines...) Expand 10 before | Expand all | Expand 10 after
859 "timer/hi_res_timer_manager.h", 859 "timer/hi_res_timer_manager.h",
860 "timer/hi_res_timer_manager_posix.cc", 860 "timer/hi_res_timer_manager_posix.cc",
861 "timer/hi_res_timer_manager_win.cc", 861 "timer/hi_res_timer_manager_win.cc",
862 "timer/mock_timer.cc", 862 "timer/mock_timer.cc",
863 "timer/mock_timer.h", 863 "timer/mock_timer.h",
864 "timer/timer.cc", 864 "timer/timer.cc",
865 "timer/timer.h", 865 "timer/timer.h",
866 "trace_event/blame_context.cc", 866 "trace_event/blame_context.cc",
867 "trace_event/blame_context.h", 867 "trace_event/blame_context.h",
868 "trace_event/common/trace_event_common.h", 868 "trace_event/common/trace_event_common.h",
869 "trace_event/heap_profiler.cc",
870 "trace_event/heap_profiler.h",
869 "trace_event/heap_profiler_allocation_context.cc", 871 "trace_event/heap_profiler_allocation_context.cc",
870 "trace_event/heap_profiler_allocation_context.h", 872 "trace_event/heap_profiler_allocation_context.h",
871 "trace_event/heap_profiler_allocation_context_tracker.cc", 873 "trace_event/heap_profiler_allocation_context_tracker.cc",
872 "trace_event/heap_profiler_allocation_context_tracker.h", 874 "trace_event/heap_profiler_allocation_context_tracker.h",
873 "trace_event/heap_profiler_allocation_register.cc", 875 "trace_event/heap_profiler_allocation_register.cc",
874 "trace_event/heap_profiler_allocation_register.h", 876 "trace_event/heap_profiler_allocation_register.h",
875 "trace_event/heap_profiler_allocation_register_posix.cc", 877 "trace_event/heap_profiler_allocation_register_posix.cc",
876 "trace_event/heap_profiler_allocation_register_win.cc", 878 "trace_event/heap_profiler_allocation_register_win.cc",
877 "trace_event/heap_profiler_heap_dump_writer.cc", 879 "trace_event/heap_profiler_heap_dump_writer.cc",
878 "trace_event/heap_profiler_heap_dump_writer.h", 880 "trace_event/heap_profiler_heap_dump_writer.h",
(...skipping 1474 matching lines...) Expand 10 before | Expand all | Expand 10 after
2353 2355
2354 # GYP: //base.gyp:base_java_unittest_support 2356 # GYP: //base.gyp:base_java_unittest_support
2355 android_library("base_java_unittest_support") { 2357 android_library("base_java_unittest_support") {
2356 deps = [ 2358 deps = [
2357 ":base_java", 2359 ":base_java",
2358 ] 2360 ]
2359 java_files = 2361 java_files =
2360 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ] 2362 [ "test/android/java/src/org/chromium/base/ContentUriTestUtils.java" ]
2361 } 2363 }
2362 } 2364 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/heap_profiler.h » ('j') | base/trace_event/heap_profiler.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698