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

Unified Diff: ui/events/mojo/BUILD.gn

Issue 2057793002: Reorganize event mojom files. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fixed typos in comments. Created 4 years, 6 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 | « mash/app_driver/app_driver.cc ('k') | ui/events/mojo/event.mojom » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/events/mojo/BUILD.gn
diff --git a/ui/events/mojo/BUILD.gn b/ui/events/mojo/BUILD.gn
index c56359f79e2391664bc85989829c4a9705368d5a..7179c8f18d8f80846dc3bf17a0e0ca5767bc653c 100644
--- a/ui/events/mojo/BUILD.gn
+++ b/ui/events/mojo/BUILD.gn
@@ -6,6 +6,9 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
+ "event.mojom",
+ "event_constants.mojom",
+ "keyboard_codes.mojom",
"latency_info.mojom",
]
@@ -23,6 +26,5 @@ mojom("test_interfaces") {
public_deps = [
":interfaces",
- "//components/mus/public/interfaces",
]
}
« no previous file with comments | « mash/app_driver/app_driver.cc ('k') | ui/events/mojo/event.mojom » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698