skia2/debugger
scroggo@google.com c4ebdb03de Force linking with image decoders for images project.
Previously, each tool that wanted to use image decoders
but did not specifically reference them had to create a
dummy function that references them in order to ensure
they are not stripped by the linker.

Instead of making each tool reference each image decoder,
do it once in SkImageDecoder.cpp. Now each tool will have
image decoders linked in, assuming it includes the images
project.

This fixes a bug where SKPs with encoded data could not
be read by bench_ or render_pictures.

R=djsollen@google.com, robertphillips@google.com

Review URL: https://codereview.chromium.org/14678003

git-svn-id: http://skia.googlecode.com/svn/trunk@8941 2bbb7eff-a529-9590-31e7-b0007b416f81
2013-05-01 21:17:27 +00:00
..
QT Sanitizing source files in Skia_Periodic_House_Keeping 2013-03-13 07:01:04 +00:00
debuggermain.cpp Add data() to all QString::toASCII Qt calls to help out Linux compiler 2013-01-28 19:25:43 +00:00
SkDebugCanvas.cpp Add getDrawCommandAt and setDrawCommandAt to SkDebugCanvas 2013-04-01 18:18:49 +00:00
SkDebugCanvas.h Add getDrawCommandAt and setDrawCommandAt to SkDebugCanvas 2013-04-01 18:18:49 +00:00
SkDebugger.cpp Force linking with image decoders for images project. 2013-05-01 21:17:27 +00:00
SkDebugger.h Sanitizing source files in Skia_Periodic_House_Keeping 2013-03-13 07:01:04 +00:00
SkDrawCommand.cpp Sanitizing source files in Skia_Periodic_House_Keeping 2013-03-26 07:01:04 +00:00
SkDrawCommand.h New filter targeted at desk_googlespreadsheet overdraw issues 2013-03-28 12:25:25 +00:00
SkObjectParser.cpp Make debugger 'text' output less useless. 2013-03-07 20:30:32 +00:00
SkObjectParser.h Make debugger 'text' output less useless. 2013-03-07 20:30:32 +00:00