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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1373883003: Move geolocation and permission mojoms into components. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 2 months 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 | « content/common/permission_service.mojom ('k') | content/public/browser/permission_manager.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index 5ab1fddc22ee7a318fae34f1d45149211b00ee42..506ed96a6553f4b07dfdfec2296f37c870d9d6df 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -13,9 +13,7 @@
# NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
'common/application_setup.mojom',
'common/background_sync_service.mojom',
- 'common/geolocation_service.mojom',
'common/image_downloader/image_downloader.mojom',
- 'common/permission_service.mojom',
'common/presentation/presentation_service.mojom',
'common/process_control.mojom',
'common/render_frame_setup.mojom',
@@ -26,8 +24,6 @@
# NOTE: Sources duplicated in
# //content/public/common/BUILD.gn:mojo_bindings.
'public/common/background_sync.mojom',
- 'public/common/mojo_geoposition.mojom',
- 'public/common/permission_status.mojom',
'public/common/service_worker_event_status.mojom',
],
},
@@ -44,6 +40,8 @@
'../skia/skia.gyp:skia_mojo',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
'../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
+ '../components/geolocation/public/interfaces/geolocation_interfaces.gyp:components_geolocation_public_interfaces',
+ '../components/permission/public/interfaces/permission_interfaces.gyp:components_permission_public_interfaces',
]
},
]
« no previous file with comments | « content/common/permission_service.mojom ('k') | content/public/browser/permission_manager.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698