| 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",
|
| ]
|
| }
|
|
|
|
|