summaryrefslogtreecommitdiffstats
path: root/skia/skia.gyp
diff options
context:
space:
mode:
authorfmalita@google.com <fmalita@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 02:57:56 +0000
committerfmalita@google.com <fmalita@google.com@0039d316-1c4b-4281-b951-d872f2087c98>2013-06-21 02:57:56 +0000
commit91d8aa9df9f97a36bb6441da44289bee6661714d (patch)
treeac88be1f2cb6115266e63e6381ba178eeeb81529 /skia/skia.gyp
parent5322973d577a1064bb32eb19bd01c6aa5e7c51a5 (diff)
downloadchromium_src-91d8aa9df9f97a36bb6441da44289bee6661714d.zip
chromium_src-91d8aa9df9f97a36bb6441da44289bee6661714d.tar.gz
chromium_src-91d8aa9df9f97a36bb6441da44289bee6661714d.tar.bz2
Add skiaBenchmarking.getOps()
Given a JSON-encoded Picture, the new function returns an array of Skia draw commands + info. Depends on https://codereview.chromium.org/16638014/. R=nduca@chromium.org, piman@chromium.org, senorblanco@chromium.org Review URL: https://codereview.chromium.org/15967010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@207676 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'skia/skia.gyp')
-rw-r--r--skia/skia.gyp6
1 files changed, 6 insertions, 0 deletions
diff --git a/skia/skia.gyp b/skia/skia.gyp
index e806d2c..2f7a2a9 100644
--- a/skia/skia.gyp
+++ b/skia/skia.gyp
@@ -129,6 +129,12 @@
'../third_party/skia/include/utils/mac/SkCGUtils.h',
'../third_party/skia/include/utils/SkDeferredCanvas.h',
'../third_party/skia/include/utils/SkMatrix44.h',
+ '../third_party/skia/src/utils/debugger/SkDebugCanvas.cpp',
+ '../third_party/skia/src/utils/debugger/SkDebugCanvas.h',
+ '../third_party/skia/src/utils/debugger/SkDrawCommand.cpp',
+ '../third_party/skia/src/utils/debugger/SkDrawCommand.h',
+ '../third_party/skia/src/utils/debugger/SkObjectParser.cpp',
+ '../third_party/skia/src/utils/debugger/SkObjectParser.h',
'../third_party/skia/src/utils/mac/SkCreateCGImageRef.cpp',
'../third_party/skia/src/utils/SkBase64.cpp',
'../third_party/skia/src/utils/SkBase64.h',