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

Unified Diff: ui/latency/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/latency/latency_info_unittest.cc ('k') | ui/latency/mojo/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/latency/mojo/BUILD.gn
diff --git a/ui/events/mojo/BUILD.gn b/ui/latency/mojo/BUILD.gn
similarity index 84%
copy from ui/events/mojo/BUILD.gn
copy to ui/latency/mojo/BUILD.gn
index 73878cbacb90d6ebce694ff4e3027d596a153327..0840e693bd28565c7b2627d2fd2a9d04e1491ffb 100644
--- a/ui/events/mojo/BUILD.gn
+++ b/ui/latency/mojo/BUILD.gn
@@ -6,16 +6,12 @@ import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "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",
]
}
« no previous file with comments | « ui/latency/latency_info_unittest.cc ('k') | ui/latency/mojo/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698