Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 1 | # 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 | |
| 9 | import("//build/config/compiler/compiler.gni") |
| 10 | |
| 11 | group("telemetry_chrome_test_support") { |
| 12 | testonly = true |
| 13 | data = [] |
John Budorick | a9c4beb | 2019-04-24 17:45:35 | [diff] [blame] | 14 | data_deps = [] |
Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 15 | |
| 16 | data += [ |
| 17 | "AUTHORS", |
| 18 | "CONTRIBUTING.md", |
Brian Sheedy | 36e4502 | 2021-03-25 00:37:58 | [diff] [blame] | 19 | "DIR_METADATA", |
Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 20 | "LICENSE", |
| 21 | "OWNERS", |
| 22 | "PRESUBMIT.py", |
| 23 | "README.md", |
| 24 | "WATCHLISTS", |
| 25 | "codereview.settings", |
| 26 | "navbar.md", |
| 27 | "pylintrc", |
| 28 | "bin/", |
Viktor Samun | 4e1760d | 2021-09-22 06:43:35 | [diff] [blame] | 29 | "catapult_build/", |
Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 30 | "dashboard/", |
| 31 | "dependency_manager/", |
Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 32 | "hooks/", |
| 33 | "infra/", |
| 34 | "netlog_viewer/", |
Wenbin Zhang | 7947234 | 2023-02-09 19:58:34 | [diff] [blame] | 35 | "perf_issue_service/", |
Wenbin Zhang | 829e9b4 | 2023-05-12 03:20:58 | [diff] [blame] | 36 | "skia_bridge/", |
Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 37 | "systrace/", |
Brian Sheedy | f101c42 | 2024-07-16 23:11:14 | [diff] [blame] | 38 | "third_party/", |
Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 39 | "trace_processor/", |
| 40 | "web_page_replay_go/", |
| 41 | ] |
| 42 | |
John Budorick | 6ea34cc | 2019-05-16 18:55:56 | [diff] [blame] | 43 | data_deps += [ |
| 44 | "devil", |
| 45 | "telemetry", |
| 46 | ] |
| 47 | |
Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 48 | data += [ |
Zhenyao Mo | bc2c0a9 | 2018-08-24 21:26:04 | [diff] [blame] | 49 | "common/bin/", |
Zhenyao Mo | bc2c0a9 | 2018-08-24 21:26:04 | [diff] [blame] | 50 | "common/lab/", |
| 51 | "common/py_trace_event/", |
| 52 | "common/py_utils/", |
| 53 | "common/py_vulcanize/", |
| 54 | ] |
| 55 | |
| 56 | data += [ |
Zhenyao Mo | b18e8eb | 2018-08-28 23:43:56 | [diff] [blame] | 57 | "tracing/BUILD.gn", |
Brian Sheedy | 36e4502 | 2021-03-25 00:37:58 | [diff] [blame] | 58 | "tracing/DIR_METADATA", |
Zhenyao Mo | b18e8eb | 2018-08-28 23:43:56 | [diff] [blame] | 59 | "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", |
benshayden | 623a134 | 2018-10-17 20:14:37 | [diff] [blame] | 66 | "tracing/trace_viewer.gni", |
Zhenyao Mo | b18e8eb | 2018-08-28 23:43:56 | [diff] [blame] | 67 | "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 Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 76 | ] |
| 77 | |
Zhenyao Mo | 72712b0 | 2018-08-23 22:55:12 | [diff] [blame] | 78 | } |