Chromium Code Reviews| Index: third_party/WebKit/Source/platform/base/DEPS |
| diff --git a/third_party/WebKit/Source/platform/threading/DEPS b/third_party/WebKit/Source/platform/base/DEPS |
| similarity index 79% |
| copy from third_party/WebKit/Source/platform/threading/DEPS |
| copy to third_party/WebKit/Source/platform/base/DEPS |
| index ecbc36348a14ace4aebffcca5e14f99842b98a8b..6d37cce9686ee6002d706ba97ba459de549e4d08 100644 |
| --- a/third_party/WebKit/Source/platform/threading/DEPS |
| +++ b/third_party/WebKit/Source/platform/base/DEPS |
| @@ -2,5 +2,5 @@ include_rules = [ |
| # To whitelist base/ stuff Blink is allowed to include, we list up all |
| # directories and files instead of writing 'base/'. |
| "+base/bind.h", |
| - "+base/threading", |
| + "+mojo/public/cpp/bindings/callback.h", |
|
kinuko
2016/02/16 10:09:18
nit: What other files are we going to put in this
Yuki
2016/02/16 13:21:59
I moved platform/base/Bind.h to platform/threading
|
| ] |