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