Chromium Code Reviews| Index: fpdfsdk/DEPS |
| diff --git a/fpdfsdk/DEPS b/fpdfsdk/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..83ee187ed8e7967751fc6c90fab7420c9a6c9da7 |
| --- /dev/null |
| +++ b/fpdfsdk/DEPS |
| @@ -0,0 +1,5 @@ |
| +include_rules = [ |
| + '+core/include', |
| + '+fpdfsdk', |
|
Lei Zhang
2015/07/14 23:02:52
Do directories have to list themselves in the incl
Tom Sepez
2015/07/14 23:12:24
Good Point.
|
| + '+javascript', |
| +] |