Index: apps/ui/views/DEPS |
diff --git a/apps/ui/views/DEPS b/apps/ui/views/DEPS |
new file mode 100644 |
index 0000000000000000000000000000000000000000..551f59934293e1cc05e4c3ea619ccbd06b31e750 |
--- /dev/null |
+++ b/apps/ui/views/DEPS |
@@ -0,0 +1,9 @@ |
+include_rules = [ |
+ # TODO(jamescook): Eliminate this by moving NativeAppWindowViews into apps, |
+ # see crbug.com/306535 |
+ "+chrome/browser/ui/views/apps/native_app_window_views.h", |
+ # TODO(jamescook): Eliminate this by introducing apps_resources.grd, see |
+ # crbug.com/306688 |
+ "+grit/theme_resources.h", |
+ "+grit/ui_strings.h", |
+] |