[go: up one dir, main page]

blob: 90e20bee3eac6142ebac23f2c42a59968b90e059 [file] [log] [blame]
Zhenyao Mo72712b02018-08-23 22:55:121# Copyright 2018 The Chromium Authors. All rights reserved.
2# Use of this source code is governed by a BSD-style license that can be
3# found in the LICENSE file.
4
5# This file is auto-generated from
6# //third_party/catapult/generated_telemetry_build.py
7# DO NOT EDIT!
8
9import("//build/config/compiler/compiler.gni")
10
11group("telemetry_chrome_test_support") {
12 testonly = true
13 data = []
John Budoricka9c4beb2019-04-24 17:45:3514 data_deps = []
Zhenyao Mo72712b02018-08-23 22:55:1215
16 data += [
17 "AUTHORS",
18 "CONTRIBUTING.md",
Brian Sheedy36e45022021-03-25 00:37:5819 "DIR_METADATA",
Zhenyao Mo72712b02018-08-23 22:55:1220 "LICENSE",
21 "OWNERS",
22 "PRESUBMIT.py",
23 "README.md",
24 "WATCHLISTS",
25 "codereview.settings",
26 "navbar.md",
27 "pylintrc",
28 "bin/",
Viktor Samun4e1760d2021-09-22 06:43:3529 "catapult_build/",
Zhenyao Mo72712b02018-08-23 22:55:1230 "dashboard/",
31 "dependency_manager/",
Zhenyao Mo72712b02018-08-23 22:55:1232 "hooks/",
33 "infra/",
34 "netlog_viewer/",
Wenbin Zhang79472342023-02-09 19:58:3435 "perf_issue_service/",
Wenbin Zhang829e9b42023-05-12 03:20:5836 "skia_bridge/",
Zhenyao Mo72712b02018-08-23 22:55:1237 "systrace/",
Brian Sheedyf101c422024-07-16 23:11:1438 "third_party/",
Zhenyao Mo72712b02018-08-23 22:55:1239 "trace_processor/",
40 "web_page_replay_go/",
41 ]
42
John Budorick6ea34cc2019-05-16 18:55:5643 data_deps += [
44 "devil",
45 "telemetry",
46 ]
47
Zhenyao Mo72712b02018-08-23 22:55:1248 data += [
Zhenyao Mobc2c0a92018-08-24 21:26:0449 "common/bin/",
Zhenyao Mobc2c0a92018-08-24 21:26:0450 "common/lab/",
51 "common/py_trace_event/",
52 "common/py_utils/",
53 "common/py_vulcanize/",
54 ]
55
56 data += [
Zhenyao Mob18e8eb2018-08-28 23:43:5657 "tracing/BUILD.gn",
Brian Sheedy36e45022021-03-25 00:37:5858 "tracing/DIR_METADATA",
Zhenyao Mob18e8eb2018-08-28 23:43:5659 "tracing/LICENSE",
60 "tracing/OWNERS",
61 "tracing/PRESUBMIT.py",
62 "tracing/README.md",
63 "tracing/app.yaml",
64 "tracing/bower.json",
65 "tracing/package.json",
benshayden623a1342018-10-17 20:14:3766 "tracing/trace_viewer.gni",
Zhenyao Mob18e8eb2018-08-28 23:43:5667 "tracing/tracing_project.py",
68 "tracing/bin/",
69 "tracing/docs/",
70 "tracing/images/",
71 "tracing/skp_data/",
72 "tracing/third_party/",
73 "tracing/tracing/",
74 "tracing/tracing_build/",
75 "tracing/tracing_examples/",
Zhenyao Mo72712b02018-08-23 22:55:1276 ]
77
Zhenyao Mo72712b02018-08-23 22:55:1278}