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

Unified Diff: chrome/browser/ui/views/DEPS

Issue 658383003: Componentize Constrained Window Views (Closed) Base URL: https://chromium.googlesource.com/chromium/src@master
Patch Set: rebase Created 6 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: chrome/browser/ui/views/DEPS
diff --git a/chrome/browser/ui/views/DEPS b/chrome/browser/ui/views/DEPS
index 66670dbcfc8a1f3489f6b62352e5cafc696860e0..3f474c45002bff9c37ebfb00f996895408354a24 100644
--- a/chrome/browser/ui/views/DEPS
+++ b/chrome/browser/ui/views/DEPS
@@ -2,5 +2,6 @@ include_rules = [
"-chrome/browser/ui/libgtk2ui",
"+content/app/resources/grit/content_resources.h",
"+chrome/browser/ui/views",
- "+components/user_manager"
+ "+components/constrained_window",
+ "+components/user_manager",
]

Powered by Google App Engine
This is Rietveld 408576698