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

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

Issue 788353002: Restructure public side of input_events service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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 | « examples/wm_flow/wm/wm.cc ('k') | mojo/converters/input_events/input_events_type_converters.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: mojo/converters/input_events/BUILD.gn
diff --git a/mojo/converters/input_events/BUILD.gn b/mojo/converters/input_events/BUILD.gn
index 97c1abb007f023db6390b0070609915a434c7092..b4d46e1af86ecd6726ff7dd8258a57f44e59dc1f 100644
--- a/mojo/converters/input_events/BUILD.gn
+++ b/mojo/converters/input_events/BUILD.gn
@@ -21,6 +21,6 @@ component("input_events") {
"//mojo/environment:chromium",
"//mojo/public/c/system",
"//mojo/services/geometry/public/interfaces",
- "//mojo/services/public/interfaces/input_events",
+ "//mojo/services/input_events/public/interfaces",
]
}
« no previous file with comments | « examples/wm_flow/wm/wm.cc ('k') | mojo/converters/input_events/input_events_type_converters.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698