mirror of
https://chromium.googlesource.com/chromium/tools/depot_tools.git
synced 2026-01-11 10:41:31 +00:00
Establish a directory for chrome infra telemetry
See go/chrome-infra-telemetry-dd for more details. This CL is to establish a folder where we can create infra libraries shared by depot_tools and chromium/src. Note that the folder cannot be named lib due to https://crbug.com/40259280. "libs" should avoid that problem Bug: 326277821 Change-Id: I71641ee74d15474353ef0210579a3a24d2726270 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5797754 Reviewed-by: Josip Sokcevic <sokcevic@chromium.org> Commit-Queue: Struan Shrimpton <sshrimp@google.com>
This commit is contained in:
committed by
LUCI CQ
parent
2aba33b703
commit
e416566a1e
3
.gitattributes
vendored
3
.gitattributes
vendored
@@ -42,6 +42,9 @@
|
|||||||
/metadata/** recipes
|
/metadata/** recipes
|
||||||
/metadata/tests/** -recipes
|
/metadata/tests/** -recipes
|
||||||
|
|
||||||
|
# Libraries for reuse between depot_tools and dependent repos
|
||||||
|
/infra_lib recipes
|
||||||
|
|
||||||
# TODO: There are some really junky dependencies in here that we should probably
|
# TODO: There are some really junky dependencies in here that we should probably
|
||||||
# move to vpython/cipd.
|
# move to vpython/cipd.
|
||||||
/third_party/** recipes
|
/third_party/** recipes
|
||||||
|
|||||||
2
infra_lib/telemetry/OWNERS
Normal file
2
infra_lib/telemetry/OWNERS
Normal file
@@ -0,0 +1,2 @@
|
|||||||
|
sshrimp@google.com
|
||||||
|
bpastene@google.com
|
||||||
4
infra_lib/telemetry/README.md
Normal file
4
infra_lib/telemetry/README.md
Normal file
@@ -0,0 +1,4 @@
|
|||||||
|
# Chrome Infra Telemetry
|
||||||
|
|
||||||
|
TODO: This a placeholder to establish a folder to build the telemetry lib, this
|
||||||
|
will be filled out in follow up CLs
|
||||||
Reference in New Issue
Block a user