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

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: 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 09f7a4a989204e33a05aad18fa063f18163d780e..d832571a93d64e9ef8545a7e0c8b67d9389a7ade 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -484,6 +484,7 @@ mojom("mojo_bindings") {
"application_setup.mojom",
"background_sync_service.mojom",
"geolocation_service.mojom",
+ "image_downloader/image_downloader.mojom",
"permission_service.mojom",
"presentation/presentation_service.mojom",
"process_control.mojom",
@@ -495,5 +496,7 @@ mojom("mojo_bindings") {
deps = [
"//content/public/common:mojo_bindings",
"//mojo/application/public/interfaces",
+ "//skia/public/interfaces",
+ "//ui/mojo/geometry:interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698