summaryrefslogtreecommitdiff
path: root/chromium/mojo/embedder/DEPS
diff options
context:
space:
mode:
Diffstat (limited to 'chromium/mojo/embedder/DEPS')
-rw-r--r--chromium/mojo/embedder/DEPS11
1 files changed, 0 insertions, 11 deletions
diff --git a/chromium/mojo/embedder/DEPS b/chromium/mojo/embedder/DEPS
deleted file mode 100644
index 1c627b70d37..00000000000
--- a/chromium/mojo/embedder/DEPS
+++ /dev/null
@@ -1,11 +0,0 @@
-include_rules = [
- "+mojo/system/system_impl_export.h",
-]
-
-specific_include_rules = {
- # Implementation files may freely access mojo/system, but we don't want to
- # leak implementation details through the headers.
- ".*\.cc": [
- "+mojo/system",
- ]
-}