Chromium Code Reviews| Index: public/web/DEPS |
| diff --git a/public/web/DEPS b/public/web/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..770887ab0c16725995022fac244565b2c53e09ae |
| --- /dev/null |
| +++ b/public/web/DEPS |
| @@ -0,0 +1,4 @@ |
| +include_rules = [ |
| + # Relative include required to allow building from either chromium or blink. |
| + "+../platform" |
| +] |