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

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

Issue 2656303003: Test virtual interface [NOT FOR REVIEW] (Closed)
Patch Set: Created 3 years, 10 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 import("//testing/test.gni") 5 import("//testing/test.gni")
6 import("//third_party/protobuf/proto_library.gni") 6 import("//third_party/protobuf/proto_library.gni")
7 7
8 component("tracing") { 8 component("tracing") {
9 sources = [ 9 sources = [
10 "child/child_memory_dump_manager_delegate_impl.cc", 10 "child/child_memory_dump_manager_delegate_impl.cc",
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after
116 sources += [ "browser/trace_config_file_unittest.cc" ] 116 sources += [ "browser/trace_config_file_unittest.cc" ]
117 deps += [ ":startup_tracing" ] 117 deps += [ ":startup_tracing" ]
118 } 118 }
119 } 119 }
120 120
121 test("tracing_perftests") { 121 test("tracing_perftests") {
122 sources = [ 122 sources = [
123 "test/perf_test_helpers.cc", 123 "test/perf_test_helpers.cc",
124 "test/perf_test_helpers.h", 124 "test/perf_test_helpers.h",
125 "test/trace_event_perftest.cc", 125 "test/trace_event_perftest.cc",
126 "test/tracing_interface_simulator.cc",
127 "test/tracing_interface_simulator.h",
126 ] 128 ]
127 deps = [ 129 deps = [
128 "//base:base", 130 "//base:base",
129 "//base/test:test_support", 131 "//base/test:test_support",
130 "//base/test:test_support_perf", 132 "//base/test:test_support_perf",
131 "//testing/gtest", 133 "//testing/gtest",
132 "//testing/perf", 134 "//testing/perf",
133 ] 135 ]
134 136
135 data = [ 137 data = [
136 # Needed for isolate script to execute. 138 # Needed for isolate script to execute.
137 "//testing/scripts/common.py", 139 "//testing/scripts/common.py",
138 "//testing/xvfb.py", 140 "//testing/xvfb.py",
139 "//testing/scripts/run_gtest_perf_test.py", 141 "//testing/scripts/run_gtest_perf_test.py",
140 "//tools/perf/generate_legacy_perf_dashboard_json.py", 142 "//tools/perf/generate_legacy_perf_dashboard_json.py",
141 ] 143 ]
142 144
143 if (is_android) { 145 if (is_android) {
144 deps += [ "//testing/android/native_test:native_test_native_code" ] 146 deps += [ "//testing/android/native_test:native_test_native_code" ]
145 } 147 }
146 } 148 }
OLDNEW
« no previous file with comments | « no previous file | components/tracing/test/trace_event_perftest.cc » ('j') | components/tracing/test/tracing_interface_simulator.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698