Chromium Code Reviews| Index: ppapi/cpp/DEPS |
| diff --git a/ppapi/cpp/DEPS b/ppapi/cpp/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..af2aa4c055f02a34a2646c204676f9a021e0ab02 |
| --- /dev/null |
| +++ b/ppapi/cpp/DEPS |
| @@ -0,0 +1,16 @@ |
| +# ppapi/cpp should not be dependent on other parts of chromium; it should stay |
| +# browser-neutral as much as possible. |
| +include_rules = [ |
| + "-base", |
| + "-build", |
| + "-ipc", |
| + "-uncode", |
| + "-testing", |
| + "-ppapi", |
| + "+ppapi/c", |
| + "-ppapi/c/private", |
| + "-ppapi/c/trusted", |
| + "+ppapi/cpp", |
| + "-ppapi/cpp/private", |
| + "-ppapi/cpp/trusted", |
| +] |