Chromium Code Reviews| Index: public/web/DEPS |
| diff --git a/public/web/DEPS b/public/web/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..807229922684fad83720660ab4573e62a8e86bd3 |
| --- /dev/null |
| +++ b/public/web/DEPS |
| @@ -0,0 +1,9 @@ |
| +# FIXME: remove after the includes in Chromium have been updated |
| +specific_include_rules = { |
| + "WebInbandTextTrack.h": [ |
| + "+../platform/WebInbandTextTrack.h" |
| + ], |
| + "WebInbandTextTrackClient.h": [ |
| + "+../platform/WebInbandTextTrackClient.h" |
| + ] |
|
abarth-chromium
2013/11/07 18:25:22
There's no need for these rules.
philipj_slow
2013/11/07 19:42:03
Removed.
|
| +} |