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

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: 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/common/BUILD.gn
diff --git a/content/common/BUILD.gn b/content/common/BUILD.gn
index 5a383d16874ff892bbc9b9e463926c52769ba79f..ca573cd71a93ed3038be16396f27f4bee18c8a7a 100644
--- a/content/common/BUILD.gn
+++ b/content/common/BUILD.gn
@@ -489,6 +489,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",
@@ -502,5 +503,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