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

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

Issue 2783973002: Moving LatencyInfo into a separate component. (Closed)
Patch Set: Rebase again Created 3 years, 9 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 | « ui/events/latency_info_unittest.cc ('k') | ui/events/mojo/DEPS » ('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 73878cbacb90d6ebce694ff4e3027d596a153327..34b89eb66435eccef58381e5ccb9b53ff1d0b844 100644
--- a/ui/events/mojo/BUILD.gn
+++ b/ui/events/mojo/BUILD.gn
@@ -9,13 +9,11 @@ mojom("interfaces") {
"event.mojom",
"event_constants.mojom",
"keyboard_codes.mojom",
- "latency_info.mojom",
]
public_deps = [
- "//mojo/common:common_custom_types",
- "//ui/gfx/geometry/mojo",
"//ui/gfx/mojo",
+ "//ui/latency/mojo:interfaces",
]
}
« no previous file with comments | « ui/events/latency_info_unittest.cc ('k') | ui/events/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698