Index: mojo/services/public/mojo_services_public.gyp |
diff --git a/mojo/services/public/mojo_services_public.gyp b/mojo/services/public/mojo_services_public.gyp |
index 7059800b2084a34537c797d59ee22c0b5fba1467..ed3cb25c3c7475308fabfc81caabf1bb8257702e 100644 |
--- a/mojo/services/public/mojo_services_public.gyp |
+++ b/mojo/services/public/mojo_services_public.gyp |
@@ -42,13 +42,13 @@ |
], |
}, |
{ |
- # GN version: //mojo/services/public/interfaces/input_events |
+ # GN version: //mojo/services/input_events/public/interfaces |
'target_name': 'mojo_input_events_bindings', |
'type': 'static_library', |
'sources': [ |
- 'interfaces/input_events/input_event_constants.mojom', |
- 'interfaces/input_events/input_events.mojom', |
- 'interfaces/input_events/input_key_codes.mojom', |
+ '../input_events/public/interfaces/input_event_constants.mojom', |
+ '../input_events/public/interfaces/input_events.mojom', |
+ '../input_events/public/interfaces/input_key_codes.mojom', |
], |
'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ], |
'dependencies': [ |