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

Unified Diff: mojo/converters/input_events/BUILD.gn

Issue 2009073003: Move mojo/converters/geometry -> ui/gfx/geometry/mojo (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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: mojo/converters/input_events/BUILD.gn
diff --git a/mojo/converters/input_events/BUILD.gn b/mojo/converters/input_events/BUILD.gn
index b724bbe9678019b44ab5f77a79299be2f672abb3..2a0a3299b244d3ecbc0fb68caed9e1ca37d6f7d8 100644
--- a/mojo/converters/input_events/BUILD.gn
+++ b/mojo/converters/input_events/BUILD.gn
@@ -16,11 +16,11 @@ component("input_events") {
deps = [
"//base",
"//components/mus/public/interfaces",
- "//mojo/converters/geometry",
"//mojo/public/c/system:for_component",
"//ui/events",
"//ui/events:dom_keycode_converter",
"//ui/gfx/geometry",
- "//ui/mojo/geometry:interfaces",
+ "//ui/gfx/geometry/mojo",
+ "//ui/gfx/geometry/mojo:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698