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

Side by Side Diff: base/trace_event/BUILD.gn

Issue 1087133005: Reland of crrev.com/1100173002 (Add a WinHeap dump provider to the memory profiler.) (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 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
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 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 source_set("trace_event") { 5 source_set("trace_event") {
6 sources = [ 6 sources = [
7 "memory_allocator_attributes_type_info.cc", 7 "memory_allocator_attributes_type_info.cc",
8 "memory_allocator_attributes_type_info.h", 8 "memory_allocator_attributes_type_info.h",
9 "memory_allocator_dump.cc", 9 "memory_allocator_dump.cc",
10 "memory_allocator_dump.h", 10 "memory_allocator_dump.h",
(...skipping 24 matching lines...) Expand all
35 "trace_event_impl.h", 35 "trace_event_impl.h",
36 "trace_event_impl_constants.cc", 36 "trace_event_impl_constants.cc",
37 "trace_event_memory.cc", 37 "trace_event_memory.cc",
38 "trace_event_memory.h", 38 "trace_event_memory.h",
39 "trace_event_synthetic_delay.cc", 39 "trace_event_synthetic_delay.cc",
40 "trace_event_synthetic_delay.h", 40 "trace_event_synthetic_delay.h",
41 "trace_event_system_stats_monitor.cc", 41 "trace_event_system_stats_monitor.cc",
42 "trace_event_system_stats_monitor.h", 42 "trace_event_system_stats_monitor.h",
43 "trace_event_win.cc", 43 "trace_event_win.cc",
44 "trace_event_win.h", 44 "trace_event_win.h",
45 "winheap_dump_provider_win.cc",
46 "winheap_dump_provider_win.h",
45 ] 47 ]
46 48
47 if (is_nacl) { 49 if (is_nacl) {
48 sources -= [ 50 sources -= [
49 "process_memory_totals_dump_provider.cc", 51 "process_memory_totals_dump_provider.cc",
50 "trace_event_system_stats_monitor.cc", 52 "trace_event_system_stats_monitor.cc",
51 ] 53 ]
52 } 54 }
53 55
54 if (is_linux || is_android) { 56 if (is_linux || is_android) {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
88 "memory_allocator_dump_unittest.cc", 90 "memory_allocator_dump_unittest.cc",
89 "memory_dump_manager_unittest.cc", 91 "memory_dump_manager_unittest.cc",
90 "process_memory_maps_dump_provider_unittest.cc", 92 "process_memory_maps_dump_provider_unittest.cc",
91 "process_memory_totals_dump_provider_unittest.cc", 93 "process_memory_totals_dump_provider_unittest.cc",
92 "trace_event_argument_unittest.cc", 94 "trace_event_argument_unittest.cc",
93 "trace_event_memory_unittest.cc", 95 "trace_event_memory_unittest.cc",
94 "trace_event_synthetic_delay_unittest.cc", 96 "trace_event_synthetic_delay_unittest.cc",
95 "trace_event_system_stats_monitor_unittest.cc", 97 "trace_event_system_stats_monitor_unittest.cc",
96 "trace_event_unittest.cc", 98 "trace_event_unittest.cc",
97 "trace_event_win_unittest.cc", 99 "trace_event_win_unittest.cc",
100 "winheap_dump_provider_win_unittest.cc",
98 ] 101 ]
99 102
100 deps = [ 103 deps = [
101 "//base/test:test_support", 104 "//base/test:test_support",
102 "//testing/gmock", 105 "//testing/gmock",
103 "//testing/gtest", 106 "//testing/gtest",
104 ] 107 ]
105 } 108 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/memory_dump_manager.cc » ('j') | base/trace_event/winheap_dump_provider_win.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698