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

Unified Diff: chrome/utility/BUILD.gn

Issue 1844103004: Convert the utility process image decoder into a Mojo service. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
« no previous file with comments | « chrome/common/image_decoder.mojom ('k') | chrome/utility/DEPS » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/utility/BUILD.gn
diff --git a/chrome/utility/BUILD.gn b/chrome/utility/BUILD.gn
index d00c1cf04ac4b31b287c35d8265e96feccccb367..d581352b788b2d572cc0ce0c712e28c0233f7c28 100644
--- a/chrome/utility/BUILD.gn
+++ b/chrome/utility/BUILD.gn
@@ -30,6 +30,7 @@ static_library("utility") {
"//chrome:resources",
"//chrome:strings",
"//chrome/common",
+ "//chrome/common:mojo_bindings",
"//components/safe_json:safe_json_parser_message_filter",
"//components/search_engines",
"//components/strings",
@@ -41,6 +42,7 @@ static_library("utility") {
"//media",
"//net:net_with_v8",
"//skia",
+ "//skia/public",
"//sql",
"//third_party/libxml",
]
« no previous file with comments | « chrome/common/image_decoder.mojom ('k') | chrome/utility/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698