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

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 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/browser/image_decoder.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/chrome_common.gypi
diff --git a/chrome/chrome_common.gypi b/chrome/chrome_common.gypi
index b16780852da34224aab41d917b43e448df7507be..9ded65f0126314e0d4b2652e3b641bcb5b736b3f 100644
--- a/chrome/chrome_common.gypi
+++ b/chrome/chrome_common.gypi
@@ -647,10 +647,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',
],
},
],
« no previous file with comments | « chrome/browser/image_decoder.cc ('k') | chrome/chrome_tests_unit.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698