aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-17 15:27:30 +0000
committerGravatar epoger@google.com <epoger@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-12-17 15:27:30 +0000
commit6c0e5225a0df3f91af5322216314d97ea59bb3b3 (patch)
treebefe129f1d6443e66b7937f4a2ba5d94210b684e /gyp
parent2882c57910e0e91fa0be070871a9258548364825 (diff)
Add --writeJsonSummary option to gm
This writes out a JSON file containing expected and actual checksum values for every test. Next step: allow the same checksum file to be compared against, instead of PNG files. Review URL: https://codereview.appspot.com/6940053 git-svn-id: http://skia.googlecode.com/svn/trunk@6843 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/gm.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/gm.gyp b/gyp/gm.gyp
index 6f0fc3d377..2dd9aa3c8c 100644
--- a/gyp/gm.gyp
+++ b/gyp/gm.gyp
@@ -10,6 +10,7 @@
'include_dirs' : [
'../src/core',
'../src/pipe/utils/',
+ '../src/utils/',
],
'includes': [
'gmslides.gypi',
@@ -26,6 +27,8 @@
'effects.gyp:effects',
'images.gyp:images',
'pdf.gyp:pdf',
+ 'utils.gyp:utils',
+ '../third_party/externals/jsoncpp/jsoncpp.gyp:jsoncpp',
],
'conditions': [
['skia_os == "mac"', {