Index: mojo/common/DEPS |
diff --git a/mojo/common/DEPS b/mojo/common/DEPS |
deleted file mode 100644 |
index 9db849be80b80edaf45b3f03621caf76c9cd453d..0000000000000000000000000000000000000000 |
--- a/mojo/common/DEPS |
+++ /dev/null |
@@ -1,16 +0,0 @@ |
-include_rules = [ |
- # common must not depend on embedder. |
- "-mojo", |
- "+mojo/application/public/cpp", |
- "+mojo/common", |
- "+third_party/mojo/src/mojo/public", |
-] |
- |
-specific_include_rules = { |
- "trace_controller_impl\.h": [ |
- "+mojo/services/tracing/tracing.mojom.h" |
- ], |
- "tracing_impl\.h": [ |
- "+mojo/services/tracing/tracing.mojom.h" |
- ], |
-} |