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

Unified Diff: components/view_manager/BUILD.gn

Issue 1216113004: view_manager: Remove PlatformViewport abstraction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: . Created 5 years, 5 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 | « no previous file | components/view_manager/display_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: components/view_manager/BUILD.gn
diff --git a/components/view_manager/BUILD.gn b/components/view_manager/BUILD.gn
index c04147fb2ae391bac880c528639e23d7dd7b99e5..cdd40e9a1aee1d80c96ea155229315687ee63ebf 100644
--- a/components/view_manager/BUILD.gn
+++ b/components/view_manager/BUILD.gn
@@ -120,10 +120,13 @@ source_set("lib") {
"//mojo/converters/input_events",
"//mojo/converters/surfaces",
"//third_party/mojo/src/mojo/public/cpp/bindings:callback",
- "//ui/mojo/geometry:interfaces",
- "//ui/mojo/events:interfaces",
+ "//ui/events",
+ "//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
+ "//ui/mojo/events:interfaces",
+ "//ui/mojo/geometry:interfaces",
+ "//ui/platform_window:platform_impls",
]
}
« no previous file with comments | « no previous file | components/view_manager/display_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698