Index: ppapi/native_client/DEPS |
diff --git a/ppapi/native_client/DEPS b/ppapi/native_client/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..df762969eacbbbd29b3fadea058e2e8be9ebb81b |
--- /dev/null |
+++ b/ppapi/native_client/DEPS |
@@ -0,0 +1,13 @@ |
+include_rules = [ |
+ "+native_client/src/include", |
+ "+native_client/src/shared/platform", |
+ |
+ # TODO(bradnelson): Eliminate these as they are actually incorrectly rooted |
+ # internal references. |
+ "+native_client/src/shared/ppapi_proxy", |
+ "+native_client/tests/ppapi_geturl", |
+ "+native_client/tests/ppapi_test_lib", |
+ "+srpcgen", |
+ "+trusted/srpcgen", |
+ "+untrusted/srpcgen", |
+] |