Index: mojo/public/bindings/js/test/DEPS |
diff --git a/mojo/public/bindings/js/test/DEPS b/mojo/public/bindings/js/test/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..cccd76112f10e5ce852583c6da03c5efe375aee8 |
--- /dev/null |
+++ b/mojo/public/bindings/js/test/DEPS |
@@ -0,0 +1,6 @@ |
+include_rules = [ |
+ "+base", |
+ |
+ # For mojo::system::CoreImpl::Init() |
+ "+mojo/system/core_impl.h", |
+] |