| Index: third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn
|
| diff --git a/third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn b/third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn
|
| index e7a75f2e806a9af7bfdb115381eeab774c625563..5ef09eb13717816cadde63ae96bcd1d64591c211 100644
|
| --- a/third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn
|
| +++ b/third_party/mojo_services/src/input_events/public/interfaces/BUILD.gn
|
| @@ -2,13 +2,13 @@
|
| # Use of this source code is governed by a BSD-style license that can be
|
| # found in the LICENSE file.
|
|
|
| -import("../../../mojo_sdk_root.gni")
|
| +import("//build/module_args/mojo.gni")
|
| import("$mojo_sdk_root/mojo/public/tools/bindings/mojom.gni")
|
|
|
| mojom("interfaces") {
|
| sources = [
|
| - "input_events.mojom",
|
| "input_event_constants.mojom",
|
| + "input_events.mojom",
|
| "input_key_codes.mojom",
|
| ]
|
|
|
|
|