Index: content/components/tracing/DEPS |
diff --git a/content/components/tracing/DEPS b/content/components/tracing/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..7330946bd2833fd2fba98391bf6ed61f0a66f5bc |
--- /dev/null |
+++ b/content/components/tracing/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ "+base", |
tfarina
2013/02/27 15:55:39
was this and +ipc necessary? They are allowed by t
|
+ "+ipc", |
+ |
+ # This component will be compiled into NaCl, so it shouldn't depend on |
+ # anything else in content. |
+ "-content", |
+ "+content/components/tracing", |
+] |