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

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

Issue 1180693002: Update from https://crrev.com/333737 (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: rebased Created 5 years, 6 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 | « base/tools_sanity_unittest.cc ('k') | base/trace_event/java_heap_dump_provider_android.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 "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",
12 "memory_allocator_dump_guid.h",
11 "memory_dump_manager.cc", 13 "memory_dump_manager.cc",
12 "memory_dump_manager.h", 14 "memory_dump_manager.h",
13 "memory_dump_provider.h", 15 "memory_dump_provider.h",
14 "memory_dump_request_args.h", 16 "memory_dump_request_args.h",
15 "memory_dump_session_state.cc", 17 "memory_dump_session_state.cc",
16 "memory_dump_session_state.h", 18 "memory_dump_session_state.h",
17 "process_memory_dump.cc", 19 "process_memory_dump.cc",
18 "process_memory_dump.h", 20 "process_memory_dump.h",
19 "process_memory_maps.cc", 21 "process_memory_maps.cc",
20 "process_memory_maps.h", 22 "process_memory_maps.h",
21 "process_memory_maps_dump_provider.cc", 23 "process_memory_maps_dump_provider.cc",
22 "process_memory_maps_dump_provider.h", 24 "process_memory_maps_dump_provider.h",
23 "process_memory_totals.cc", 25 "process_memory_totals.cc",
24 "process_memory_totals.h", 26 "process_memory_totals.h",
25 "process_memory_totals_dump_provider.cc", 27 "process_memory_totals_dump_provider.cc",
26 "process_memory_totals_dump_provider.h", 28 "process_memory_totals_dump_provider.h",
29 "trace_config.cc",
30 "trace_config.h",
27 "trace_event.h", 31 "trace_event.h",
28 "trace_event_android.cc", 32 "trace_event_android.cc",
29 "trace_event_argument.cc", 33 "trace_event_argument.cc",
30 "trace_event_argument.h", 34 "trace_event_argument.h",
31 "trace_event_etw_export_win.cc", 35 "trace_event_etw_export_win.cc",
32 "trace_event_etw_export_win.h", 36 "trace_event_etw_export_win.h",
33 "trace_event_impl.cc", 37 "trace_event_impl.cc",
34 "trace_event_impl.h", 38 "trace_event_impl.h",
35 "trace_event_impl_constants.cc", 39 "trace_event_impl_constants.cc",
36 "trace_event_memory.cc", 40 "trace_event_memory.cc",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
81 85
82 visibility = [ "//base/*" ] 86 visibility = [ "//base/*" ]
83 } 87 }
84 88
85 source_set("trace_event_unittests") { 89 source_set("trace_event_unittests") {
86 testonly = true 90 testonly = true
87 sources = [ 91 sources = [
88 "java_heap_dump_provider_android_unittest.cc", 92 "java_heap_dump_provider_android_unittest.cc",
89 "memory_allocator_dump_unittest.cc", 93 "memory_allocator_dump_unittest.cc",
90 "memory_dump_manager_unittest.cc", 94 "memory_dump_manager_unittest.cc",
95 "process_memory_dump_unittest.cc",
91 "process_memory_maps_dump_provider_unittest.cc", 96 "process_memory_maps_dump_provider_unittest.cc",
92 "process_memory_totals_dump_provider_unittest.cc", 97 "process_memory_totals_dump_provider_unittest.cc",
98 "trace_config_unittest.cc",
93 "trace_event_argument_unittest.cc", 99 "trace_event_argument_unittest.cc",
94 "trace_event_memory_unittest.cc", 100 "trace_event_memory_unittest.cc",
95 "trace_event_synthetic_delay_unittest.cc", 101 "trace_event_synthetic_delay_unittest.cc",
96 "trace_event_system_stats_monitor_unittest.cc", 102 "trace_event_system_stats_monitor_unittest.cc",
97 "trace_event_unittest.cc", 103 "trace_event_unittest.cc",
98 "trace_event_win_unittest.cc", 104 "trace_event_win_unittest.cc",
99 "winheap_dump_provider_win_unittest.cc", 105 "winheap_dump_provider_win_unittest.cc",
100 ] 106 ]
101 107
102 deps = [ 108 deps = [
103 "//base/test:test_support", 109 "//base/test:test_support",
104 "//testing/gmock", 110 "//testing/gmock",
105 "//testing/gtest", 111 "//testing/gtest",
106 ] 112 ]
107 } 113 }
OLDNEW
« no previous file with comments | « base/tools_sanity_unittest.cc ('k') | base/trace_event/java_heap_dump_provider_android.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698