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

Unified Diff: mojo/services/public/mojo_services_public.gyp

Issue 788353002: Restructure public side of input_events service. (Closed) Base URL: https://github.com/domokit/mojo.git@master
Patch Set: Created 6 years 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
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': [
« no previous file with comments | « mojo/services/public/interfaces/input_events/input_key_codes.mojom ('k') | mojo/services/view_manager/public/cpp/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698