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

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

Issue 1085233004: Moves services implementations out of third_party/mojo_services (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: unnecessary changes Created 5 years, 8 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 2c05f8d6fa6023347d76b6f0db9fe1cba3f3e8cb..e3790d53729de3dc9c222a102fc1386c4aa502ef 100644
--- a/mojo/converters/input_events/BUILD.gn
+++ b/mojo/converters/input_events/BUILD.gn
@@ -15,12 +15,12 @@ component("input_events") {
deps = [
"//base",
- "//ui/events",
- "//ui/gfx/geometry",
"//mojo/converters/geometry",
"//mojo/environment:chromium",
"//third_party/mojo/src/mojo/public/c/system:for_component",
- "//third_party/mojo_services/src/input_events/public/interfaces",
- "//third_party/mojo_services/src/geometry/public/interfaces",
+ "//ui/events",
+ "//ui/gfx/geometry",
+ "//ui/mojo/events:interfaces",
+ "//ui/mojo/geometry:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698