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

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

Issue 2138903002: tracing v2: refactor fake_scattered_buffer class for tests (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: petr review 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
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",
(...skipping 44 matching lines...) Expand 10 before | Expand all | Expand 10 after
55 source_set("unit_tests") { 55 source_set("unit_tests") {
56 testonly = true 56 testonly = true
57 57
58 sources = [ 58 sources = [
59 "child/child_trace_message_filter_unittest.cc", 59 "child/child_trace_message_filter_unittest.cc",
60 "common/graphics_memory_dump_provider_android_unittest.cc", 60 "common/graphics_memory_dump_provider_android_unittest.cc",
61 "common/process_metrics_memory_dump_provider_unittest.cc", 61 "common/process_metrics_memory_dump_provider_unittest.cc",
62 "core/proto_utils_unittest.cc", 62 "core/proto_utils_unittest.cc",
63 "core/scattered_stream_writer_unittest.cc", 63 "core/scattered_stream_writer_unittest.cc",
64 "core/trace_ring_buffer_unittest.cc", 64 "core/trace_ring_buffer_unittest.cc",
65 "test/fake_scattered_buffer.cc",
65 ] 66 ]
66 67
67 deps = [ 68 deps = [
68 ":tracing", 69 ":tracing",
69 "//base/test:test_support", 70 "//base/test:test_support",
70 "//ipc", 71 "//ipc",
71 "//testing/gmock:gmock", 72 "//testing/gmock:gmock",
72 "//testing/gtest", 73 "//testing/gtest",
73 ] 74 ]
74 75
75 if (!is_android) { 76 if (!is_android) {
76 sources += [ "browser/trace_config_file_unittest.cc" ] 77 sources += [ "browser/trace_config_file_unittest.cc" ]
77 deps += [ ":startup_tracing" ] 78 deps += [ ":startup_tracing" ]
78 } 79 }
79 } 80 }
OLDNEW
« no previous file with comments | « components/components_tests.gyp ('k') | components/tracing/core/scattered_stream_writer_unittest.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698