summaryrefslogtreecommitdiff
path: root/www-client/chromium/files
diff options
context:
space:
mode:
authorGravatar Chris Xiong <chirs241097@gmail.com> 2025-06-20 20:37:42 -0400
committerGravatar Chris Xiong <chirs241097@gmail.com> 2025-06-20 20:37:42 -0400
commit41fac744df8f69d357fecc21d97c2ab95a927535 (patch)
tree2a00f17ae7afad796b0968097cc14b97c1d80594 /www-client/chromium/files
parent3b738a6dc0bac14b761a2e6a34f1845acb77babf (diff)
downloadppo-41fac744df8f69d357fecc21d97c2ab95a927535.tar.xz
i'm stupid
Diffstat (limited to 'www-client/chromium/files')
-rw-r--r--www-client/chromium/files/chromium-124-metrics-histograms-nodepotbin.patch12
1 files changed, 12 insertions, 0 deletions
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):