Chromium Code Reviews| 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"', { |