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

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
« no previous file with comments | « content/child/image_decoder.cc ('k') | content/public/child/image_decoder_utils.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/content_child.gypi
===================================================================
--- content/content_child.gypi (revision 208527)
+++ content/content_child.gypi (working copy)
@@ -16,6 +16,7 @@
'../base/base.gyp:base',
],
'sources': [
+ 'public/child/image_decoder_utils.h',
'child/android/child_jni_registrar.cc',
'child/android/child_jni_registrar.h',
'child/appcache_backend_proxy.cc',
@@ -40,6 +41,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',
« no previous file with comments | « content/child/image_decoder.cc ('k') | content/public/child/image_decoder_utils.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698