Chromium Code Reviews| Index: third_party/brotli/DEPS |
| diff --git a/third_party/brotli/DEPS b/third_party/brotli/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..3b3d70dfe0da6c1d233098b8104a010cf1a769df |
| --- /dev/null |
| +++ b/third_party/brotli/DEPS |
| @@ -0,0 +1,5 @@ |
| +# Brotli does not depend on anything, but has relative includes. |
| +skip_child_includes = [ |
| + 'dec', |
| + 'enc', |
| +] |