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

Unified Diff: services/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: Move to //services. Created 5 years, 9 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: services/image_decoder/public/interfaces/BUILD.gn
diff --git a/net/interfaces/BUILD.gn b/services/image_decoder/public/interfaces/BUILD.gn
similarity index 79%
copy from net/interfaces/BUILD.gn
copy to services/image_decoder/public/interfaces/BUILD.gn
index 03a07785251e4d2fa222319e0a4cab1d0c4c5f9a..8c64e42b5de5c3db83402239c1eb2f07afd56c47 100644
--- a/net/interfaces/BUILD.gn
+++ b/services/image_decoder/public/interfaces/BUILD.gn
@@ -6,7 +6,7 @@ import("//third_party/mojo/src/mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
- "host_resolver_service.mojom",
- "proxy_resolver_service.mojom",
+ "image.mojom",
+ "image_decoder.mojom",
]
}

Powered by Google App Engine
This is Rietveld 408576698