This repository has been archived by the owner on Dec 3, 2019. It is now read-only.
mirrored from https://chromium.googlesource.com/catapult
-
Notifications
You must be signed in to change notification settings - Fork 564
/
BUILD.gn
78 lines (70 loc) · 1.56 KB
/
BUILD.gn
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
# Copyright 2018 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# This file is auto-generated from
# //third_party/catapult/generated_telemetry_build.py
# DO NOT EDIT!
import("//build/config/compiler/compiler.gni")
group("telemetry_chrome_test_support") {
testonly = true
data = []
data_deps = []
data += [
"AUTHORS",
"CONTRIBUTING.md",
"DIR_METADATA",
"LICENSE",
"OWNERS",
"PRESUBMIT.py",
"README.md",
"WATCHLISTS",
"codereview.settings",
"navbar.md",
"pylintrc",
"bin/",
"catapult_build/",
"dashboard/",
"dependency_manager/",
"hooks/",
"infra/",
"netlog_viewer/",
"perf_issue_service/",
"skia_bridge/",
"systrace/",
"third_party/",
"trace_processor/",
"web_page_replay_go/",
]
data_deps += [
"devil",
"telemetry",
]
data += [
"common/bin/",
"common/lab/",
"common/py_trace_event/",
"common/py_utils/",
"common/py_vulcanize/",
]
data += [
"tracing/BUILD.gn",
"tracing/DIR_METADATA",
"tracing/LICENSE",
"tracing/OWNERS",
"tracing/PRESUBMIT.py",
"tracing/README.md",
"tracing/app.yaml",
"tracing/bower.json",
"tracing/package.json",
"tracing/trace_viewer.gni",
"tracing/tracing_project.py",
"tracing/bin/",
"tracing/docs/",
"tracing/images/",
"tracing/skp_data/",
"tracing/third_party/",
"tracing/tracing/",
"tracing/tracing_build/",
"tracing/tracing_examples/",
]
}