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

Unified Diff: base/base.gyp

Issue 243076: Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes... (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: '' Created 11 years, 3 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 | « app/resource_bundle.cc ('k') | base/gfx/DEPS » ('j') | build/common.gypi » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: base/base.gyp
===================================================================
--- base/base.gyp (revision 27832)
+++ base/base.gyp (working copy)
@@ -525,16 +525,10 @@
'gfx/gtk_native_view_id_manager.h',
'gfx/gtk_util.cc',
'gfx/gtk_util.h',
- 'gfx/jpeg_codec.cc',
- 'gfx/jpeg_codec.h',
'gfx/native_theme.cc',
'gfx/native_theme.h',
'gfx/native_widget_types.h',
'gfx/native_widget_types_gtk.cc',
- 'gfx/png_decoder.cc',
- 'gfx/png_decoder.h',
- 'gfx/png_encoder.cc',
- 'gfx/png_encoder.h',
'gfx/point.cc',
'gfx/point.h',
'gfx/rect.cc',
@@ -548,9 +542,6 @@
'dependencies': [
'base',
'../skia/skia.gyp:skia',
- '../third_party/libjpeg/libjpeg.gyp:libjpeg',
- '../third_party/libpng/libpng.gyp:libpng',
- '../third_party/zlib/zlib.gyp:zlib',
],
'export_dependent_settings': [
'base',
@@ -601,9 +592,7 @@
'file_path_unittest.cc',
'file_util_unittest.cc',
'file_version_info_unittest.cc',
- 'gfx/jpeg_codec_unittest.cc',
'gfx/native_theme_unittest.cc',
- 'gfx/png_codec_unittest.cc',
'gfx/rect_unittest.cc',
'gmock_unittest.cc',
'histogram_unittest.cc',
« no previous file with comments | « app/resource_bundle.cc ('k') | base/gfx/DEPS » ('j') | build/common.gypi » ('J')

Powered by Google App Engine
This is Rietveld 408576698