Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(63)

Unified Diff: third_party/WebKit/public/platform/callback/DEPS

Issue 1882503002: Remove setErrorMessageCallback from WebGraphicsContext3D. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@errorcallback
Patch Set: weberrors: owned Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
-]

Powered by Google App Engine
This is Rietveld 408576698