Effects Bug Fix
authorchudy@google.com <chudy@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 13 Aug 2012 14:26:36 +0000 (14:26 +0000)
committerchudy@google.com <chudy@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>
Mon, 13 Aug 2012 14:26:36 +0000 (14:26 +0000)
commitbbad34de3b117347bedea619feaf1685586d4202
tree574e29f777459c02a60c53c29cfcee6fd74ec48a
parent82aa7482cbf55ce6d42c692550cadee5e23146e4
Effects Bug Fix

Certain compilers in an effort to optimize code chop off files that are never
used. By adding a flag to common conditions and variables we can force skia to
recompile with global static initializers off. By making a call to
SkGraphics::Init we now register all those functions that had been previously
automatically excluded by the compiler.

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

git-svn-id: http://skia.googlecode.com/svn/trunk@5057 2bbb7eff-a529-9590-31e7-b0007b416f81
debugger/QT/SkDebuggerGUI.cpp
debugger/make_debugger.sh [new file with mode: 0755]
gyp/common_conditions.gypi
gyp/common_variables.gypi
gyp/debugger.gyp