summaryrefslogtreecommitdiff
path: root/chromium/third_party/blink/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/third_party/blink/DEPS')
-rw-r--r--chromium/third_party/blink/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/chromium/third_party/blink/DEPS b/chromium/third_party/blink/DEPS
new file mode 100644
index 00000000000..c06f10e5b1c
--- /dev/null
+++ b/chromium/third_party/blink/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ "+base/callback.h",
+ "+base/callback_forward.h",
+ "+base/callback_helpers.h",
+ "+base/memory/checked_ptr.h",
+]