From 911ccd864c77a8d9c91066858dfbd4517f9e83e2 Mon Sep 17 00:00:00 2001 From: Josip Sokcevic Date: Thu, 28 Dec 2023 23:52:00 +0000 Subject: [PATCH] [win_toolchain] Add DIR_METADATA This should route crash reports (e.g. https://crbug.com/1451128) to the right component. Fixed: b/285971982 Change-Id: If3391e4fb2b7af4f9fe91261283e8ef79a9e6759 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/tools/depot_tools/+/5141486 Reviewed-by: Bruce Dawson Auto-Submit: Josip Sokcevic Commit-Queue: Bruce Dawson --- win_toolchain/DIR_METADATA | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 win_toolchain/DIR_METADATA diff --git a/win_toolchain/DIR_METADATA b/win_toolchain/DIR_METADATA new file mode 100644 index 000000000..532364dae --- /dev/null +++ b/win_toolchain/DIR_METADATA @@ -0,0 +1,3 @@ +monorail: { + component: "Build" +}