aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-30 19:37:01 +0000
committerGravatar tomhudson@google.com <tomhudson@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-06-30 19:37:01 +0000
commit278cbb452a260de1550769b168df448e0911cf3c (patch)
treed6ca215af1d87509bbf72f4fa86dc1dd1f5dd0a7 /gyp
parent4ee7ae5dcfe2055cfcfc21bf2cec1d790330eb4a (diff)
Enable WebKit/Chromium style logging for Skia.
New macros called in Ganesh functions; by default are compiled away, in example code resolve to printout, and are compatible with WebKit/Chromium event logging and GPU profiler. git-svn-id: http://skia.googlecode.com/svn/trunk@1770 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/core.gyp2
1 files changed, 2 insertions, 0 deletions
diff --git a/gyp/core.gyp b/gyp/core.gyp
index ee64446a2c..aa4877e9be 100644
--- a/gyp/core.gyp
+++ b/gyp/core.gyp
@@ -140,6 +140,7 @@
'../src/core/SkTypefaceCache.cpp',
'../src/core/SkTypefaceCache.h',
'../src/core/SkUnPreMultiply.cpp',
+ '../src/core/SkUserTrace.h',
'../src/core/SkUtils.cpp',
'../src/core/SkWriter32.cpp',
'../src/core/SkXfermode.cpp',
@@ -235,6 +236,7 @@
'../include/core/SkThread.h',
'../include/core/SkThread_platform.h',
'../include/core/SkTime.h',
+ '../include/core/SkTrace.h',
'../include/core/SkTypeface.h',
'../include/core/SkTypes.h',
'../include/core/SkUnPreMultiply.h',