From a4ab0df6177df0198675bea9b27b28e2533baec2 Mon Sep 17 00:00:00 2001 From: Chris Xiong Date: Sat, 9 Mar 2024 19:44:28 -0500 Subject: what? --- .../files/chromium-124-metrics-histograms-nodepotbin.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch (limited to 'www-client/chromium/files') diff --git a/www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch b/www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch new file mode 100644 index 0000000..a0d33bf --- /dev/null +++ b/www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch @@ -0,0 +1,12 @@ +diff --git a/tools/metrics/histograms/expand_owners.py b/tools/metrics/histograms/expand_owners.py +index cd176513b8..dfbf9ac93f 100644 +--- a/tools/metrics/histograms/expand_owners.py ++++ b/tools/metrics/histograms/expand_owners.py +@@ -306,6 +306,7 @@ def ExtractComponentViaDirmd(path): + """ + # Verify that the paths are absolute and the root is a parent of the + # passed in path. ++ return "" + root_path = os.path.abspath(os.path.join(*DIR_ABOVE_TOOLS)) + path = os.path.abspath(path) + if not path.startswith(root_path): -- cgit v1.2.3