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

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

Issue 1101173002: Revert of 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
« no previous file with comments | « no previous file | base/trace_event/memory_dump_manager.cc » ('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 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",
47 ] 45 ]
48 46
49 if (is_nacl) { 47 if (is_nacl) {
50 sources -= [ 48 sources -= [
51 "process_memory_totals_dump_provider.cc", 49 "process_memory_totals_dump_provider.cc",
52 "trace_event_system_stats_monitor.cc", 50 "trace_event_system_stats_monitor.cc",
53 ] 51 ]
54 } 52 }
55 53
56 if (is_linux || is_android) { 54 if (is_linux || is_android) {
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
90 "memory_allocator_dump_unittest.cc", 88 "memory_allocator_dump_unittest.cc",
91 "memory_dump_manager_unittest.cc", 89 "memory_dump_manager_unittest.cc",
92 "process_memory_maps_dump_provider_unittest.cc", 90 "process_memory_maps_dump_provider_unittest.cc",
93 "process_memory_totals_dump_provider_unittest.cc", 91 "process_memory_totals_dump_provider_unittest.cc",
94 "trace_event_argument_unittest.cc", 92 "trace_event_argument_unittest.cc",
95 "trace_event_memory_unittest.cc", 93 "trace_event_memory_unittest.cc",
96 "trace_event_synthetic_delay_unittest.cc", 94 "trace_event_synthetic_delay_unittest.cc",
97 "trace_event_system_stats_monitor_unittest.cc", 95 "trace_event_system_stats_monitor_unittest.cc",
98 "trace_event_unittest.cc", 96 "trace_event_unittest.cc",
99 "trace_event_win_unittest.cc", 97 "trace_event_win_unittest.cc",
100 "winheap_dump_provider_win_unittest.cc",
101 ] 98 ]
102 99
103 deps = [ 100 deps = [
104 "//base/test:test_support", 101 "//base/test:test_support",
105 "//testing/gmock", 102 "//testing/gmock",
106 "//testing/gtest", 103 "//testing/gtest",
107 ] 104 ]
108 } 105 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/memory_dump_manager.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698