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

Unified Diff: components/mus/ws/BUILD.gn

Issue 2014003002: mojo/converters/input_events -> ui/events/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@converters
Patch Set: . Created 4 years, 7 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: components/mus/ws/BUILD.gn
diff --git a/components/mus/ws/BUILD.gn b/components/mus/ws/BUILD.gn
index c9fce1cc8ac4bf2d6dca8950cbd8cc01879e34d1..b903544e8270e120d0c05e7888207f8ecda78330 100644
--- a/components/mus/ws/BUILD.gn
+++ b/components/mus/ws/BUILD.gn
@@ -100,7 +100,6 @@ source_set("lib") {
"//components/mus/surfaces",
"//mojo/common:common_base",
"//mojo/converters/ime",
- "//mojo/converters/input_events",
"//mojo/converters/surfaces",
"//mojo/public/cpp/bindings:callback",
"//services/shell/public/cpp",
@@ -109,6 +108,7 @@ source_set("lib") {
"//ui/base",
"//ui/display",
"//ui/events",
+ "//ui/events/mojo",
"//ui/events/platform",
"//ui/gfx",
"//ui/gfx/geometry",
@@ -211,7 +211,6 @@ test("mus_ws_unittests") {
"//components/mus/public/cpp/tests:test_support",
"//components/mus/public/interfaces",
"//components/mus/surfaces",
- "//mojo/converters/input_events",
"//mojo/converters/transform",
"//mojo/public/cpp/bindings:bindings",
"//services/shell/public/cpp:shell_test_support",
@@ -221,6 +220,7 @@ test("mus_ws_unittests") {
"//testing/gtest",
"//third_party/mesa:osmesa",
"//ui/events",
+ "//ui/events/mojo",
"//ui/gfx",
"//ui/gfx:test_support",
"//ui/gfx/geometry",
« no previous file with comments | « components/mus/public/cpp/tests/window_tree_client_impl_unittest.cc ('k') | components/mus/ws/event_dispatcher.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698