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

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

Issue 793243002: Restructure public side of content_handler 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/content_handler/content_handler.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 d9e6b4ef9c9028a6d0a01d8329623076ba496379..684c7c6a550001f3283269cf0328259c6109fdf9 100644
--- a/mojo/services/public/mojo_services_public.gyp
+++ b/mojo/services/public/mojo_services_public.gyp
@@ -135,11 +135,11 @@
],
},
{
- # GN version: //mojo/services/public/interfaces/content_handler
+ # GN version: //mojo/services/content_handler/public/interfaces
'target_name': 'mojo_content_handler_bindings',
'type': 'static_library',
'sources': [
- 'interfaces/content_handler/content_handler.mojom',
+ '../content_handler/public/interfaces/content_handler.mojom',
],
'includes': [ '../../public/tools/bindings/mojom_bindings_generator.gypi' ],
'export_dependent_settings': [
« no previous file with comments | « mojo/services/public/interfaces/content_handler/content_handler.mojom ('k') | mojo/tools/roll/rev_sdk.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698