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

Unified Diff: ui/views/corewm/DEPS

Issue 333333003: Fixes TooltipControllerTest to create a toplevel window on Linux (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 6 years, 6 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: ui/views/corewm/DEPS
diff --git a/ui/views/corewm/DEPS b/ui/views/corewm/DEPS
index 07e032c280d91429ef33c9d4aa309b5ff98738eb..a2d52d61d09cab58dd9a46c376915ad5442ea88d 100644
--- a/ui/views/corewm/DEPS
+++ b/ui/views/corewm/DEPS
@@ -28,6 +28,8 @@ specific_include_rules = {
],
"tooltip_controller_unittest.cc": [
+ "+ui/views/test/desktop_test_views_delegate.h",
+ "+ui/views/test/test_views_delegate.h",
sadrul 2014/06/17 17:14:07 I believe we want to reduce the dependency on view
sky 2014/06/17 19:13:20 I think we gave up on the tooltip classes.
"+ui/views/view.h",
"+ui/views/widget/desktop_aura/desktop_native_widget_aura.h",
"+ui/views/widget/desktop_aura/desktop_screen.h",
« no previous file with comments | « no previous file | ui/views/corewm/tooltip_controller_unittest.cc » ('j') | ui/views/test/desktop_test_views_delegate_aura.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698