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

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: rebase to master@{#333882} Created 5 years, 6 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 4f0104361f07fea4173d25194f7ef51fa970d22c..c3fc6e50a63918eeebe71472da3f62afe2160d1e 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',
@@ -36,7 +37,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