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

Unified Diff: chrome/chrome_utility.gypi

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: Type converter arg change. Created 5 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
Index: chrome/chrome_utility.gypi
diff --git a/chrome/chrome_utility.gypi b/chrome/chrome_utility.gypi
index 8192e56e08895c7c6c0b13865804c2897217e8b0..e98ea634b67dbb12ad18f2607fe0c6a5fd76ff98 100644
--- a/chrome/chrome_utility.gypi
+++ b/chrome/chrome_utility.gypi
@@ -150,6 +150,7 @@
['OS!="android"', {
'dependencies': [
'../net/net.gyp:net_utility_services',
+ '../services/image_decoder/image_decoder.gyp:services_image_decoder',
],
'sources': [
'<@(chrome_utility_importer_sources)',

Powered by Google App Engine
This is Rietveld 408576698