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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1771743002: Move geolocation and permission mojoms into WebKit/public/platform. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 4 years, 9 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
Index: content/content_common_mojo_bindings.gyp
diff --git a/content/content_common_mojo_bindings.gyp b/content/content_common_mojo_bindings.gyp
index 6e5aade91a3ed57b042e5ca742e064f2fb9641b7..7f581cc1945ea65951dc6d277a533662ba9ad9e1 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -13,10 +13,8 @@
# 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/leveldb_wrapper.mojom',
- 'common/permission_service.mojom',
'common/presentation/presentation_service.mojom',
'common/process_control.mojom',
'common/render_frame_setup.mojom',
@@ -29,8 +27,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',
],
},
@@ -40,6 +36,7 @@
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
'../skia/skia.gyp:skia_mojo',
'../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
+ '../third_party/WebKit/public/blink.gyp:blink_mojo_bindings',
],
'includes': [ '../mojo/mojom_bindings_generator_explicit.gypi' ],
},

Powered by Google App Engine
This is Rietveld 408576698