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

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

Issue 1151603004: [tracing] Add support to pre-load and merge ProcessMemoryDump(s). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: petrcermak nits Created 5 years, 7 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/process_memory_dump.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 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 "java_heap_dump_provider_android.cc", 7 "java_heap_dump_provider_android.cc",
8 "java_heap_dump_provider_android.h", 8 "java_heap_dump_provider_android.h",
9 "memory_allocator_dump.cc", 9 "memory_allocator_dump.cc",
10 "memory_allocator_dump.h", 10 "memory_allocator_dump.h",
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 81
82 visibility = [ "//base/*" ] 82 visibility = [ "//base/*" ]
83 } 83 }
84 84
85 source_set("trace_event_unittests") { 85 source_set("trace_event_unittests") {
86 testonly = true 86 testonly = true
87 sources = [ 87 sources = [
88 "java_heap_dump_provider_android_unittest.cc", 88 "java_heap_dump_provider_android_unittest.cc",
89 "memory_allocator_dump_unittest.cc", 89 "memory_allocator_dump_unittest.cc",
90 "memory_dump_manager_unittest.cc", 90 "memory_dump_manager_unittest.cc",
91 "process_memory_dump_unittest.cc",
91 "process_memory_maps_dump_provider_unittest.cc", 92 "process_memory_maps_dump_provider_unittest.cc",
92 "process_memory_totals_dump_provider_unittest.cc", 93 "process_memory_totals_dump_provider_unittest.cc",
93 "trace_event_argument_unittest.cc", 94 "trace_event_argument_unittest.cc",
94 "trace_event_memory_unittest.cc", 95 "trace_event_memory_unittest.cc",
95 "trace_event_synthetic_delay_unittest.cc", 96 "trace_event_synthetic_delay_unittest.cc",
96 "trace_event_system_stats_monitor_unittest.cc", 97 "trace_event_system_stats_monitor_unittest.cc",
97 "trace_event_unittest.cc", 98 "trace_event_unittest.cc",
98 "trace_event_win_unittest.cc", 99 "trace_event_win_unittest.cc",
99 "winheap_dump_provider_win_unittest.cc", 100 "winheap_dump_provider_win_unittest.cc",
100 ] 101 ]
101 102
102 deps = [ 103 deps = [
103 "//base/test:test_support", 104 "//base/test:test_support",
104 "//testing/gmock", 105 "//testing/gmock",
105 "//testing/gtest", 106 "//testing/gtest",
106 ] 107 ]
107 } 108 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/process_memory_dump.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698