Index: ppapi/native_client/tests/earth/DEPS |
diff --git a/ppapi/native_client/tests/earth/DEPS b/ppapi/native_client/tests/earth/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..58de7bac9397d851f09fe4da23c00fc81a926462 |
--- /dev/null |
+++ b/ppapi/native_client/tests/earth/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ # TODO(bradnelson): Eliminate these rules. While we should keep this test, |
+ # it does not currently appear to be connected to the build. |
+ # It also appears to have bit-rotted as native_client/common/worker.h seems to |
+ # be an obsolete filename. |
+ # Once it is building, it shouldn't use files from native_client. |
+ "+native_client/tests/earth", |
+ "+native_client/common", |
+] |