| Index: third_party/WebKit/Source/platform/mojo/DEPS
|
| diff --git a/third_party/WebKit/Source/platform/mojo/DEPS b/third_party/WebKit/Source/platform/mojo/DEPS
|
| index 1671b62fd64be36fb6df561744d2d7cb175aa276..f612f8b0c41e9552d648068e81446a712bf8b189 100644
|
| --- a/third_party/WebKit/Source/platform/mojo/DEPS
|
| +++ b/third_party/WebKit/Source/platform/mojo/DEPS
|
| @@ -2,6 +2,8 @@ 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/message_loop/message_loop.h",
|
| + "+mojo/public/cpp/bindings/binding.h",
|
| "+mojo/public/cpp/bindings/callback.h",
|
| "+mojo/public/cpp/bindings/wtf_array.h",
|
| ]
|
|
|