Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(272)

Unified Diff: gyp/utils.gyp

Issue 149563004: initial import of Chrome's trace_event into skia framework (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: remove duplicate test entries (error from rebase) Created 6 years, 11 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « gyp/tests.gyp ('k') | include/utils/SkEventTracer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/utils.gyp
diff --git a/gyp/utils.gyp b/gyp/utils.gyp
index e9e91099047f5bbcb14e62f0a9916219f0093bdf..3f6e5b5bf17a1b526b76b1ddb2fcb19ff81ef443 100644
--- a/gyp/utils.gyp
+++ b/gyp/utils.gyp
@@ -41,6 +41,7 @@
'../include/utils/SkDebugUtils.h',
'../include/utils/SkDeferredCanvas.h',
'../include/utils/SkDumpCanvas.h',
+ '../include/utils/SkEventTracer.h',
'../include/utils/SkInterpolator.h',
'../include/utils/SkLayer.h',
'../include/utils/SkMatrix44.h',
@@ -74,6 +75,7 @@
'../src/utils/SkCullPoints.cpp',
'../src/utils/SkDeferredCanvas.cpp',
'../src/utils/SkDumpCanvas.cpp',
+ '../src/utils/SkEventTracer.cpp',
'../src/utils/SkFloatUtils.h',
'../src/utils/SkGatherPixelRefsAndRects.cpp',
'../src/utils/SkGatherPixelRefsAndRects.h',
« no previous file with comments | « gyp/tests.gyp ('k') | include/utils/SkEventTracer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698