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

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

Issue 1375643002: [tracing] directly use memory-infra from blink -> base (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 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 "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",
11 "memory_allocator_dump_guid.cc", 11 "memory_allocator_dump_guid.cc",
12 "memory_allocator_dump_guid.h", 12 "memory_allocator_dump_guid.h",
13 "memory_dump_manager.cc", 13 "memory_dump_manager.cc",
14 "memory_dump_manager.h", 14 "memory_dump_manager.h",
15 "memory_dump_provider.cc",
15 "memory_dump_provider.h", 16 "memory_dump_provider.h",
16 "memory_dump_request_args.cc", 17 "memory_dump_request_args.cc",
17 "memory_dump_request_args.h", 18 "memory_dump_request_args.h",
18 "memory_dump_session_state.cc", 19 "memory_dump_session_state.cc",
19 "memory_dump_session_state.h", 20 "memory_dump_session_state.h",
20 "memory_profiler_allocation_context.cc", 21 "memory_profiler_allocation_context.cc",
21 "memory_profiler_allocation_context.h", 22 "memory_profiler_allocation_context.h",
22 "process_memory_dump.cc", 23 "process_memory_dump.cc",
23 "process_memory_dump.h", 24 "process_memory_dump.h",
24 "process_memory_maps.cc", 25 "process_memory_maps.cc",
(...skipping 93 matching lines...) Expand 10 before | Expand all | Expand 10 after
118 "trace_event_win_unittest.cc", 119 "trace_event_win_unittest.cc",
119 "winheap_dump_provider_win_unittest.cc", 120 "winheap_dump_provider_win_unittest.cc",
120 ] 121 ]
121 122
122 deps = [ 123 deps = [
123 "//base/test:test_support", 124 "//base/test:test_support",
124 "//testing/gmock", 125 "//testing/gmock",
125 "//testing/gtest", 126 "//testing/gtest",
126 ] 127 ]
127 } 128 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/memory_dump_provider.h » ('j') | base/trace_event/memory_dump_provider.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698