Index: mojo/edk/embedder/DEPS |
diff --git a/mojo/edk/embedder/DEPS b/mojo/edk/embedder/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..c3a0d2257c1b7e7d1c761f30023b6bdfd010db09 |
--- /dev/null |
+++ b/mojo/edk/embedder/DEPS |
@@ -0,0 +1,11 @@ |
+include_rules = [ |
+ "+mojo/edk/system/system_impl_export.h", |
+] |
+ |
+specific_include_rules = { |
+ # Implementation files may freely access mojo/edk/system, but we don't want to |
+ # leak implementation details through the headers. |
+ ".*\.cc": [ |
+ "+mojo/edk/system", |
+ ] |
+} |