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

Unified Diff: content/content_child.gypi

Issue 17704002: Move image_decoder.cc/.h from webkit\glue to content\child. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 6 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: content/content_child.gypi
===================================================================
--- content/content_child.gypi (revision 208527)
+++ content/content_child.gypi (working copy)
@@ -40,6 +40,8 @@
'child/fileapi/webfilesystem_impl.h',
'child/fileapi/webfilewriter_impl.cc',
'child/fileapi/webfilewriter_impl.h',
+ 'child/image_decoder.cc',
+ 'child/image_decoder.h',
'child/indexed_db/indexed_db_dispatcher.cc',
'child/indexed_db/indexed_db_dispatcher.h',
'child/indexed_db/indexed_db_message_filter.cc',
@@ -86,6 +88,7 @@
'child/webkitplatformsupport_impl.h',
'child/webmessageportchannel_impl.cc',
'child/webmessageportchannel_impl.h',
+ 'public/child/image_decoder_utils.h',
jam 2013/06/25 23:24:32 nit: by convention, we put "public/" at the front
ananta 2013/06/25 23:35:28 Done.
],
'conditions': [
['OS=="android"', {

Powered by Google App Engine
This is Rietveld 408576698