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/gyp@1770 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/core.gyp b/core.gyp
index ee64446..aa4877e 100644
--- a/core.gyp
+++ b/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',