Index: third_party/WebKit/public/platform/callback/DEPS |
diff --git a/third_party/WebKit/public/platform/callback/DEPS b/third_party/WebKit/public/platform/callback/DEPS |
deleted file mode 100644 |
index 47e6224c77c696551a57776ba297794a23f598c2..0000000000000000000000000000000000000000 |
--- a/third_party/WebKit/public/platform/callback/DEPS |
+++ /dev/null |
@@ -1,11 +0,0 @@ |
-include_rules = [ |
- # Bind/Callback is only allowed in rare cases, here it's allowed to convert |
- # from WTF::Function to base::Callback in order to pass callbacks out of |
- # blink. |
- "+base/bind.h", |
- "+base/callback.h", |
- "+base/callback_helpers.h", |
- "+base/logging.h", |
- "+base/macros.h", |
- "+base/memory/ptr_util.h", |
-] |