From e416566a1eee636943babbca4834d191bbd4216e Mon Sep 17 00:00:00 2001 From: Struan Shrimpton Date: Wed, 21 Aug 2024 21:38:42 +0000 Subject: [PATCH] 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 Commit-Queue: Struan Shrimpton --- .gitattributes | 3 +++ infra_lib/telemetry/OWNERS | 2 ++ infra_lib/telemetry/README.md | 4 ++++ 3 files changed, 9 insertions(+) create mode 100644 infra_lib/telemetry/OWNERS create mode 100644 infra_lib/telemetry/README.md diff --git a/.gitattributes b/.gitattributes index 30a39ec46..45569dd60 100644 --- a/.gitattributes +++ b/.gitattributes @@ -42,6 +42,9 @@ /metadata/** 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 # move to vpython/cipd. /third_party/** recipes diff --git a/infra_lib/telemetry/OWNERS b/infra_lib/telemetry/OWNERS new file mode 100644 index 000000000..a879c953f --- /dev/null +++ b/infra_lib/telemetry/OWNERS @@ -0,0 +1,2 @@ +sshrimp@google.com +bpastene@google.com \ No newline at end of file diff --git a/infra_lib/telemetry/README.md b/infra_lib/telemetry/README.md new file mode 100644 index 000000000..7af54329c --- /dev/null +++ b/infra_lib/telemetry/README.md @@ -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 \ No newline at end of file