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

Unified Diff: chrome/chrome_common.gypi

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 and address comments. Created 4 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: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index 130f6db0d5248753fda52cedcbae12a9b58516ab..c31360dca5577a6ea772fa762d5102982b3cbe3d 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -631,10 +631,12 @@
'../mojo/mojom_bindings_generator.gypi'
],
'sources': [
+ 'common/image_decoder.mojom',
'common/resource_usage_reporter.mojom',
],
'dependencies': [
'../mojo/mojo_public.gyp:mojo_cpp_bindings',
+ '../skia/skia.gyp:skia_mojo',
],
},
],

Powered by Google App Engine
This is Rietveld 408576698