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

Unified Diff: components/image_decoder/public/interfaces/BUILD.gn

Issue 1028543002: Turn the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase and address comments. Created 5 years, 7 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: components/image_decoder/public/interfaces/BUILD.gn
diff --git a/net/interfaces/BUILD.gn b/components/image_decoder/public/interfaces/BUILD.gn
similarity index 77%
copy from net/interfaces/BUILD.gn
copy to components/image_decoder/public/interfaces/BUILD.gn
index 03a07785251e4d2fa222319e0a4cab1d0c4c5f9a..6879354e4a7994ca44e37bf0beb8800bc895407b 100644
--- a/net/interfaces/BUILD.gn
+++ b/components/image_decoder/public/interfaces/BUILD.gn
@@ -6,7 +6,10 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "host_resolver_service.mojom",
- "proxy_resolver_service.mojom",
+ "image_decoder.mojom",
+ ]
+
+ public_deps = [
+ "//skia/public/interfaces",
]
}

Powered by Google App Engine
This is Rietveld 408576698