Chromium Code Reviews

Unified Diff: components/constrained_window/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.
Jump to:
View side-by-side diff with in-line comments
Index: components/constrained_window/DEPS
diff --git a/ui/webui/DEPS b/components/constrained_window/DEPS
similarity index 52%
copy from ui/webui/DEPS
copy to components/constrained_window/DEPS
index 69b82adcf0987e5cb0ff1c17692628ea8e4012e2..9f4c9d15263f86167dc57a48954b852fb4c435f6 100644
--- a/ui/webui/DEPS
+++ b/components/constrained_window/DEPS
@@ -1,5 +1,6 @@
include_rules = [
- "+net",
+ "+components/web_modal",
"+ui/base",
"+ui/gfx",
+ "+ui/views",
]

Powered by Google App Engine