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

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

Issue 1095003002: [tracing] Simplify design of MemoryAllocatorDump (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@matr_2_sess
Patch Set: Rebase 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/malloc_dump_provider.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.h",
8 "memory_allocator_attributes_type_info.cc", 7 "memory_allocator_attributes_type_info.cc",
9 "memory_allocator_attributes_type_info.h", 8 "memory_allocator_attributes_type_info.h",
10 "memory_allocator_dump.cc", 9 "memory_allocator_dump.cc",
11 "memory_allocator_dump.h", 10 "memory_allocator_dump.h",
12 "memory_dump_manager.cc", 11 "memory_dump_manager.cc",
13 "memory_dump_manager.h", 12 "memory_dump_manager.h",
14 "memory_dump_provider.cc", 13 "memory_dump_provider.cc",
15 "memory_dump_provider.h", 14 "memory_dump_provider.h",
16 "memory_dump_request_args.h", 15 "memory_dump_request_args.h",
17 "memory_dump_session_state.cc", 16 "memory_dump_session_state.cc",
(...skipping 79 matching lines...) Expand 10 before | Expand all | Expand 10 after
97 "trace_event_unittest.cc", 96 "trace_event_unittest.cc",
98 "trace_event_win_unittest.cc", 97 "trace_event_win_unittest.cc",
99 ] 98 ]
100 99
101 deps = [ 100 deps = [
102 "//base/test:test_support", 101 "//base/test:test_support",
103 "//testing/gmock", 102 "//testing/gmock",
104 "//testing/gtest", 103 "//testing/gtest",
105 ] 104 ]
106 } 105 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/malloc_dump_provider.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698