summaryrefslogtreecommitdiff
path: root/mojo/common/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'mojo/common/DEPS')
-rw-r--r--mojo/common/DEPS6
1 files changed, 6 insertions, 0 deletions
diff --git a/mojo/common/DEPS b/mojo/common/DEPS
new file mode 100644
index 0000000000..e8ac42887d
--- /dev/null
+++ b/mojo/common/DEPS
@@ -0,0 +1,6 @@
+include_rules = [
+ # common must not depend on embedder.
+ "-mojo",
+ "+mojo/common",
+ "+mojo/public",
+]