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

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: Fix review comments on set7 Created 5 years, 5 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 2bd97b4d1e7469d54059c42bf01c1b86a5664d92..f4175a3962a89b2b06aa08253720ac7381b9da23 100644
--- a/content/content_common_mojo_bindings.gyp
+++ b/content/content_common_mojo_bindings.gyp
@@ -14,6 +14,7 @@
'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',
@@ -38,7 +39,9 @@
'content_common_mojo_bindings_mojom',
'../mojo/mojo_base.gyp:mojo_application_bindings',
'../mojo/mojo_base.gyp:mojo_environment_chromium',
+ '../skia/skia.gyp:skia_mojo',
'../third_party/mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../ui/mojo/geometry/mojo_bindings.gyp:mojo_geometry_bindings',
]
},
]

Powered by Google App Engine
This is Rietveld 408576698