Chromium Code Reviews| Index: ppapi/cpp/trusted/DEPS |
| diff --git a/ppapi/cpp/trusted/DEPS b/ppapi/cpp/trusted/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..7f235c3269a416e973fd2b2979e50493ffa4b9a7 |
| --- /dev/null |
| +++ b/ppapi/cpp/trusted/DEPS |
| @@ -0,0 +1,6 @@ |
| +include_rules = [ |
| + "+ppapi/c/private", |
| + "+ppapi/c/trusted", |
|
brettw
2011/12/01 18:57:02
It shouldn't be necessary to include the same dir,
|
| + "+ppapi/cpp/private", |
| + "+ppapi/cpp/trusted", |
| +] |