summaryrefslogtreecommitdiff
path: root/www/chromium/files/patch-build_rust_allocator_DEPS
blob: 74bb2d6c24216c9eca32f5200ffcb297abd331cf (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
--- build/rust/allocator/DEPS.orig	2025-05-20 09:16:26 UTC
+++ build/rust/allocator/DEPS
@@ -0,0 +1,9 @@
+include_rules = [
+  "-base",
+]
+
+specific_include_rules = {
+  "allocator_impls.cc" : [
+    "+partition_alloc"
+  ]
+}