Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(4828)

Unified Diff: apps/ui/views/DEPS

Issue 27029006: apps: Move chrome's ShellWindowFrameView into apps/ (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 7 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
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",
+]

Powered by Google App Engine
This is Rietveld 408576698