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

Side by Side Diff: components/tracing/BUILD.gn

Issue 2043913006: tracing v2: Add proto_utils.h (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@tv_ups2
Patch Set: rebase Created 4 years, 5 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 | « components/tracing.gyp ('k') | components/tracing/core/proto_utils.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 2014 The Chromium Authors. All rights reserved. 1 # Copyright 2014 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 component("tracing") { 5 component("tracing") {
6 sources = [ 6 sources = [
7 "child/child_memory_dump_manager_delegate_impl.cc", 7 "child/child_memory_dump_manager_delegate_impl.cc",
8 "child/child_memory_dump_manager_delegate_impl.h", 8 "child/child_memory_dump_manager_delegate_impl.h",
9 "child/child_trace_message_filter.cc", 9 "child/child_trace_message_filter.cc",
10 "child/child_trace_message_filter.h", 10 "child/child_trace_message_filter.h",
11 "common/graphics_memory_dump_provider_android.cc", 11 "common/graphics_memory_dump_provider_android.cc",
12 "common/graphics_memory_dump_provider_android.h", 12 "common/graphics_memory_dump_provider_android.h",
13 "common/process_metrics_memory_dump_provider.cc", 13 "common/process_metrics_memory_dump_provider.cc",
14 "common/process_metrics_memory_dump_provider.h", 14 "common/process_metrics_memory_dump_provider.h",
15 "common/tracing_messages.cc", 15 "common/tracing_messages.cc",
16 "common/tracing_messages.h", 16 "common/tracing_messages.h",
17 "core/proto_utils.h",
17 "core/scattered_stream_writer.cc", 18 "core/scattered_stream_writer.cc",
18 "core/scattered_stream_writer.h", 19 "core/scattered_stream_writer.h",
19 "core/trace_ring_buffer.cc", 20 "core/trace_ring_buffer.cc",
20 "core/trace_ring_buffer.h", 21 "core/trace_ring_buffer.h",
21 "tracing_export.h", 22 "tracing_export.h",
22 ] 23 ]
23 24
24 defines = [ "TRACING_IMPLEMENTATION" ] 25 defines = [ "TRACING_IMPLEMENTATION" ]
25 26
26 deps = [ 27 deps = [
(...skipping 24 matching lines...) Expand all
51 ] 52 ]
52 } 53 }
53 54
54 source_set("unit_tests") { 55 source_set("unit_tests") {
55 testonly = true 56 testonly = true
56 57
57 sources = [ 58 sources = [
58 "child/child_trace_message_filter_unittest.cc", 59 "child/child_trace_message_filter_unittest.cc",
59 "common/graphics_memory_dump_provider_android_unittest.cc", 60 "common/graphics_memory_dump_provider_android_unittest.cc",
60 "common/process_metrics_memory_dump_provider_unittest.cc", 61 "common/process_metrics_memory_dump_provider_unittest.cc",
62 "core/proto_utils_unittest.cc",
61 "core/scattered_stream_writer_unittest.cc", 63 "core/scattered_stream_writer_unittest.cc",
62 "core/trace_ring_buffer_unittest.cc", 64 "core/trace_ring_buffer_unittest.cc",
63 ] 65 ]
64 66
65 deps = [ 67 deps = [
66 ":tracing", 68 ":tracing",
67 "//base/test:test_support", 69 "//base/test:test_support",
68 "//ipc", 70 "//ipc",
69 "//testing/gmock:gmock", 71 "//testing/gmock:gmock",
70 "//testing/gtest", 72 "//testing/gtest",
71 ] 73 ]
72 74
73 if (!is_android) { 75 if (!is_android) {
74 sources += [ "browser/trace_config_file_unittest.cc" ] 76 sources += [ "browser/trace_config_file_unittest.cc" ]
75 deps += [ ":startup_tracing" ] 77 deps += [ ":startup_tracing" ]
76 } 78 }
77 } 79 }
OLDNEW
« no previous file with comments | « components/tracing.gyp ('k') | components/tracing/core/proto_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698