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

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

Issue 1256263006: Moved the cross-project parts of trace_event.h to trace_event_common.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 4 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/trace_event.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 17 matching lines...) Expand all
28 "process_memory_totals_dump_provider.cc", 28 "process_memory_totals_dump_provider.cc",
29 "process_memory_totals_dump_provider.h", 29 "process_memory_totals_dump_provider.h",
30 "trace_buffer.cc", 30 "trace_buffer.cc",
31 "trace_buffer.h", 31 "trace_buffer.h",
32 "trace_config.cc", 32 "trace_config.cc",
33 "trace_config.h", 33 "trace_config.h",
34 "trace_event.h", 34 "trace_event.h",
35 "trace_event_android.cc", 35 "trace_event_android.cc",
36 "trace_event_argument.cc", 36 "trace_event_argument.cc",
37 "trace_event_argument.h", 37 "trace_event_argument.h",
38 "trace_event_common.h",
38 "trace_event_etw_export_win.cc", 39 "trace_event_etw_export_win.cc",
39 "trace_event_etw_export_win.h", 40 "trace_event_etw_export_win.h",
40 "trace_event_impl.cc", 41 "trace_event_impl.cc",
41 "trace_event_impl.h", 42 "trace_event_impl.h",
42 "trace_event_memory.cc", 43 "trace_event_memory.cc",
43 "trace_event_memory.h", 44 "trace_event_memory.h",
44 "trace_event_memory_overhead.cc", 45 "trace_event_memory_overhead.cc",
45 "trace_event_memory_overhead.h", 46 "trace_event_memory_overhead.h",
46 "trace_event_synthetic_delay.cc", 47 "trace_event_synthetic_delay.cc",
47 "trace_event_synthetic_delay.h", 48 "trace_event_synthetic_delay.h",
(...skipping 65 matching lines...) Expand 10 before | Expand all | Expand 10 after
113 "trace_event_win_unittest.cc", 114 "trace_event_win_unittest.cc",
114 "winheap_dump_provider_win_unittest.cc", 115 "winheap_dump_provider_win_unittest.cc",
115 ] 116 ]
116 117
117 deps = [ 118 deps = [
118 "//base/test:test_support", 119 "//base/test:test_support",
119 "//testing/gmock", 120 "//testing/gmock",
120 "//testing/gtest", 121 "//testing/gtest",
121 ] 122 ]
122 } 123 }
OLDNEW
« no previous file with comments | « no previous file | base/trace_event/trace_event.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698