Index: chrome/test/nacl/DEPS |
diff --git a/chrome/test/nacl/DEPS b/chrome/test/nacl/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..aaa6e1a640b37e10531a8b3d8b552643c375890c |
--- /dev/null |
+++ b/chrome/test/nacl/DEPS |
@@ -0,0 +1,5 @@ |
+include_rules = [ |
+ # Tests will need access to error codes and similar. |
+ "+native_client", |
Mark Seaborn
2012/08/21 19:41:37
Maybe list the specific header here, i.e.
"native_
Nick Bray (chromium)
2012/08/24 18:17:48
1) I didn't want to list specific files because th
Mark Seaborn
2012/08/24 19:30:42
As we discussed, please read the issue I linked, w
Nick Bray (chromium)
2012/08/24 21:13:56
Done.
|
+ "+ppapi", |
+] |