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

Unified Diff: components/constrained_window/DEPS

Issue 2087643003: Move web modal dialog manager files into the constrained_window component. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Revert changes to gyp files, IWYU for #ifdef (OS_MACOSX). Created 4 years, 4 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
« no previous file with comments | « components/constrained_window/BUILD.gn ('k') | components/constrained_window/constrained_window_views.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/constrained_window/DEPS
diff --git a/components/constrained_window/DEPS b/components/constrained_window/DEPS
index 9ddd155ac039759cf38dc226e4378dd0a8d326bb..4950d97c958f02b0d38c72d6cdac3247df55dce8 100644
--- a/components/constrained_window/DEPS
+++ b/components/constrained_window/DEPS
@@ -1,7 +1,10 @@
include_rules = [
"+components/guest_view",
"+components/web_modal",
+ "+content/public/browser",
+ "+ui/aura",
"+ui/base",
"+ui/gfx",
"+ui/views",
+ "+ui/wm",
]
« no previous file with comments | « components/constrained_window/BUILD.gn ('k') | components/constrained_window/constrained_window_views.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698