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

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

Issue 1468173003: [Tracing Clock Sync] Add TracingAgent interface in Chrome (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: review fix Created 5 years 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/trace_event.gypi » ('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 "common/trace_event_common.h", 7 "common/trace_event_common.h",
8 "heap_profiler_allocation_context.cc", 8 "heap_profiler_allocation_context.cc",
9 "heap_profiler_allocation_context.h", 9 "heap_profiler_allocation_context.h",
10 "heap_profiler_allocation_context_tracker.cc", 10 "heap_profiler_allocation_context_tracker.cc",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 "trace_event_memory_overhead.h", 57 "trace_event_memory_overhead.h",
58 "trace_event_synthetic_delay.cc", 58 "trace_event_synthetic_delay.cc",
59 "trace_event_synthetic_delay.h", 59 "trace_event_synthetic_delay.h",
60 "trace_event_system_stats_monitor.cc", 60 "trace_event_system_stats_monitor.cc",
61 "trace_event_system_stats_monitor.h", 61 "trace_event_system_stats_monitor.h",
62 "trace_log.cc", 62 "trace_log.cc",
63 "trace_log.h", 63 "trace_log.h",
64 "trace_log_constants.cc", 64 "trace_log_constants.cc",
65 "trace_sampling_thread.cc", 65 "trace_sampling_thread.cc",
66 "trace_sampling_thread.h", 66 "trace_sampling_thread.h",
67 "tracing_agent.cc",
68 "tracing_agent.h",
67 "winheap_dump_provider_win.cc", 69 "winheap_dump_provider_win.cc",
68 "winheap_dump_provider_win.h", 70 "winheap_dump_provider_win.h",
69 ] 71 ]
70 72
71 configs += [ "//base:base_implementation" ] 73 configs += [ "//base:base_implementation" ]
72 74
73 deps = [ 75 deps = [
74 "//base/debug", 76 "//base/debug",
75 "//base/json", 77 "//base/json",
76 "//base/memory", 78 "//base/memory",
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
137 if (is_android) { 139 if (is_android) {
138 sources += [ "trace_event_android_unittest.cc" ] 140 sources += [ "trace_event_android_unittest.cc" ]
139 } 141 }
140 142
141 deps = [ 143 deps = [
142 "//base/test:test_support", 144 "//base/test:test_support",
143 "//testing/gmock", 145 "//testing/gmock",
144 "//testing/gtest", 146 "//testing/gtest",
145 ] 147 ]
146 } 148 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/trace_event.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698