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

Unified Diff: tools/imagediff/image_diff.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
Index: tools/imagediff/image_diff.gyp
===================================================================
--- tools/imagediff/image_diff.gyp (revision 27832)
+++ tools/imagediff/image_diff.gyp (working copy)
@@ -9,8 +9,8 @@
'type': 'executable',
'msvs_guid': '50B079C7-CD01-42D3-B8C4-9F8D9322E822',
'dependencies': [
+ '../../app/app.gyp:app_base',
'../../base/base.gyp:base',
- '../../base/base.gyp:base_gfx',
],
'sources': [
'image_diff.cc',

Powered by Google App Engine
This is Rietveld 408576698