Chromium Code Reviews| Index: ui/DEPS |
| diff --git a/ui/DEPS b/ui/DEPS |
| index 44b8ff0739204f54389dc3560fae990c82ee4bab..60a98038e3a940e57f0a213a5679a2010539c30e 100644 |
| --- a/ui/DEPS |
| +++ b/ui/DEPS |
| @@ -9,4 +9,8 @@ include_rules = [ |
| "+skia", |
| "+third_party/mozilla", |
| "+third_party/skia", |
| + |
| + # FIXME(rakuco): BUG 240252, remove as soon as we get rid of the |
| + # NEW_MEDIA_CAPTURE_IMPLEMENTATION ifdef. |
| + "+third_party/WebKit/Source/WebKit/chromium/public", |
|
joth
2013/05/15 20:03:59
use ! instead of + for temporary includes
|
| ] |