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

Unified Diff: content/common/BUILD.gn

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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index b73a71b6ebb994d09adaa0999bc2db665ceed936..042c80b311752498c6abd0d7cd1b8a956b207f38 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -467,6 +467,8 @@ mojom("mojo_bindings") {
sources = [
"application_setup.mojom",
"geolocation_service.mojom",
+ "image_downloader/image_downloader.mojom",
+ "image_downloader/image_downloader_types.mojom",
"permission_service.mojom",
"presentation/presentation_service.mojom",
"render_frame_setup.mojom",
@@ -474,6 +476,8 @@ mojom("mojo_bindings") {
deps = [
"//content/public/common:mojo_bindings",
+ "//skia/public/interfaces",
"//third_party/mojo/src/mojo/public/interfaces/application:application",
+ "//third_party/mojo_services/src/geometry/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698