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

Unified Diff: content/content_common_mojo_bindings.gyp

Issue 1085783002: Replace image_messages.h with Mojo service (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 8 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 e898e6cca4817d4faa238ec47c7b94926d7286bd..6a2f40bec02f4eea6afb89c1e1f1774095801225 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -13,6 +13,8 @@
# NOTE: Sources duplicated in //content/common/BUILD.gn:mojo_bindings.
'common/application_setup.mojom',
'common/geolocation_service.mojom',
+ 'common/image_downloader/image_downloader_types.mojom',
+ 'common/image_downloader/image_downloader.mojom',
'common/permission_service.mojom',
'common/presentation/presentation_service.mojom',
'common/render_frame_setup.mojom',
@@ -32,8 +34,10 @@
'dependencies': [
'content_common_mojo_bindings_mojom',
'../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../skia/skia.gyp:skia_mojo',
'../third_party/mojo/mojo_public.gyp:mojo_application_bindings',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../third_party/mojo_services/mojo_services_public.gyp:mojo_geometry_bindings',
]
},
]

Powered by Google App Engine
This is Rietveld 408576698