skia2/debugger
scroggo@google.com a0c2bc2438 Make flattenables no longer depend on global static initializers.
Instead, force all builds to call InitializeFlattenables.

Remove the make_debugger script, which was created to force
rebuilding without global static initializers so that all flattenables
would be linked. It is no longer necessary since all flattenables
will be linked thanks to InitializeFlattenables, which now can (and
must) be called when global static initializers are turned on.

BUG=https://code.google.com/p/skia/issues/detail?id=903
BUG=https://code.google.com/p/skia/issues/detail?id=902

Review URL: https://codereview.appspot.com/6548044

git-svn-id: http://skia.googlecode.com/svn/trunk@5642 2bbb7eff-a529-9590-31e7-b0007b416f81
2012-09-21 17:54:46 +00:00
..
QT Sanitizing source files in Skia_Periodic_House_Keeping 2012-09-11 02:01:14 +00:00
debuggermain.cpp Refactoring into a public facing facing SkDebugger class first pass. 2012-08-07 16:12:23 +00:00
moc.sh Moved the ownership of the current clip and current matrix into the debug canvas as part of the upcoming general refactor to everything living in debug canvas. 2012-08-03 17:32:05 +00:00
SkDebugCanvas.cpp re-re-land 5578 2012-09-18 15:14:33 +00:00
SkDebugCanvas.h re-re-land 5578 2012-09-18 15:14:33 +00:00
SkDebugger.cpp Refactoring into a public facing facing SkDebugger class first pass. 2012-08-07 16:12:23 +00:00
SkDebugger.h Replaced all instances of std strings and vectors in favor of SkStrings and SkTDArrays within skia code 2012-08-07 20:41:37 +00:00
SkDrawCommand.cpp Got debugger compiling again after SkCanvas API change 2012-09-20 19:09:17 +00:00
SkDrawCommand.h re-re-land 5578 2012-09-18 15:14:33 +00:00
SkObjectParser.cpp Fixed Windows compiler complaints (esp. in debugger) 2012-09-06 18:43:21 +00:00
SkObjectParser.h Replaced all instances of std strings and vectors in favor of SkStrings and SkTDArrays within skia code 2012-08-07 20:41:37 +00:00