Chromium Code Reviews| Index: chrome/browser/ui/metro_driver/DEPS |
| diff --git a/chrome/browser/ui/metro_driver/DEPS b/chrome/browser/ui/metro_driver/DEPS |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..62079c36456e1a95b6fdde760700790d3b0e53fa |
| --- /dev/null |
| +++ b/chrome/browser/ui/metro_driver/DEPS |
| @@ -0,0 +1,5 @@ |
| +include_rules = [ |
| + # Allow metro_driver to include from delegate_execute *temporarily*. |
| + # TODO(ananta): Remove this by fixing toast_notification_handler.cc. |
| + "+win8/delegate_execute", |
| +] |