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

Unified Diff: components/components_tests.gyp

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: Rebase. 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: components/components_tests.gyp
diff --git a/components/components_tests.gyp b/components/components_tests.gyp
index 2ee73c99b4c264ebf29c25dc0ceb2e1f4d4ff6d2..ea1df1eb32337735d94d162b1ef55ed424d95583 100644
--- a/components/components_tests.gyp
+++ b/components/components_tests.gyp
@@ -235,6 +235,9 @@
'history/core/browser/visit_tracker_unittest.cc',
'history/core/common/thumbnail_score_unittest.cc',
],
+ 'image_decoder_unittest_sources': [
+ 'image_decoder/image_decoder_impl_unittest.cc',
+ ],
'instance_id_unittest_sources': [
'gcm_driver/instance_id/instance_id_driver_unittest.cc',
],
@@ -850,6 +853,7 @@
'<@(devtools_http_handler_unittest_sources)',
'<@(error_page_unittest_sources)',
'<@(guest_view_unittest_sources)',
+ '<@(image_decoder_unittest_sources)',
'<@(navigation_interception_unittest_sources)',
'<@(network_hints_unittest_sources)',
'<@(power_unittest_sources)',
@@ -872,6 +876,7 @@
'components.gyp:error_page_renderer',
'components.gyp:favicon_content',
'components.gyp:history_content_browser',
+ 'components.gyp:image_decoder',
'components.gyp:keyed_service_content',
'components.gyp:navigation_interception',
'components.gyp:network_hints_renderer',

Powered by Google App Engine
This is Rietveld 408576698