Chromium Code Reviews| 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 |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..9be8a551bd74637645575fdfb892573030f1db06 |
| --- /dev/null |
| +++ b/third_party/WebKit/public/platform/callback/DEPS |
| @@ -0,0 +1,8 @@ |
| +include_rules = [ |
| + "+base/bind.h", |
|
kinuko
2016/03/24 05:55:56
nit: maybe have a short comment to note we allow t
danakj
2016/03/24 17:59:21
Done.
|
| + "+base/callback.h", |
| + "+base/callback_helpers.h", |
| + "+base/logging.h", |
| + "+base/macros.h", |
| + "+base/memory/scoped_ptr.h", |
| +] |