| Index: third_party/mojo_services/src/view_manager/public/cpp/lib/DEPS
|
| diff --git a/third_party/mojo_services/src/view_manager/public/cpp/lib/DEPS b/third_party/mojo_services/src/view_manager/public/cpp/lib/DEPS
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..f36ebc76c94d902ea17c849016a8f185e45c4cff
|
| --- /dev/null
|
| +++ b/third_party/mojo_services/src/view_manager/public/cpp/lib/DEPS
|
| @@ -0,0 +1,10 @@
|
| +include_rules = [
|
| + "+mojo/services/window_manager/public",
|
| +
|
| + # TODO(blundell): Eliminate these dependencies. crbug.com/451403
|
| + "!base/callback.h",
|
| + "!base/memory/scoped_vector.h",
|
| + "!base/memory/weak_ptr.h",
|
| + "!base/message_loop/message_loop.h",
|
| + "!base/stl_util.h",
|
| +]
|
|
|