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

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

Issue 796783002: Restructure public side of navigation 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
« no previous file with comments | « mojo/services/public/interfaces/navigation/navigation.mojom ('k') | mojo/tools/roll/rev_sdk.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 684c7c6a550001f3283269cf0328259c6109fdf9..55673c72b858d4fde4ff8bb5254fc3f268d454fe 100644
--- a/mojo/services/public/mojo_services_public.gyp
+++ b/mojo/services/public/mojo_services_public.gyp
@@ -119,11 +119,11 @@
],
},
{
- # GN version: //mojo/services/public/interfaces/navigation
+ # GN version: //mojo/services/navigation/public/interfaces
'target_name': 'mojo_navigation_bindings',
'type': 'static_library',
'sources': [
- 'interfaces/navigation/navigation.mojom',
+ '../navigation/public/interfaces/navigation.mojom',
],
'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
« no previous file with comments | « mojo/services/public/interfaces/navigation/navigation.mojom ('k') | mojo/tools/roll/rev_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698