aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-09 03:18:41 +0000
committerGravatar commit-bot@chromium.org <commit-bot@chromium.org@2bbb7eff-a529-9590-31e7-b0007b416f81>2014-05-09 03:18:41 +0000
commit90c0fbd34947b6b644e90c5b2253752035f65b64 (patch)
treea6177a057e95bf3a67eea1dd4a9ac56b43cc52f5 /gyp/tools.gyp
parent8a1e688552e8bc6b70633a56ea4769ee168a5f49 (diff)
reland "extract some common code from PictureRenderer"
re-lands https://codereview.chromium.org/273703006/ NOTRY=True R=bungeman@google.com, djsollen@google.com Author: epoger@google.com Review URL: https://codereview.chromium.org/278633002 git-svn-id: http://skia.googlecode.com/svn/trunk@14662 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp7
1 files changed, 3 insertions, 4 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 769cf6cd2f..340f20766b 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -182,7 +182,6 @@
'gm.gyp:gm_expectations',
'jsoncpp.gyp:jsoncpp',
'skia_lib.gyp:skia_lib',
- 'utils.gyp:utils',
],
},
{
@@ -237,7 +236,6 @@
'pdf.gyp:pdf',
'ports.gyp:ports',
'skia_lib.gyp:skia_lib',
- 'utils.gyp:utils',
],
},
{
@@ -263,7 +261,6 @@
'pdf.gyp:pdf',
'ports.gyp:ports',
'skia_lib.gyp:skia_lib',
- 'utils.gyp:utils',
],
},
{
@@ -369,6 +366,8 @@
'target_name': 'picture_renderer',
'type': 'static_library',
'sources': [
+ '../tools/image_expectations.h',
+ '../tools/image_expectations.cpp',
'../tools/LazyDecodeBitmap.cpp',
'../tools/PictureRenderer.h',
'../tools/PictureRenderer.cpp',
@@ -388,7 +387,7 @@
],
'direct_dependent_settings': {
'include_dirs': [
- # needed for JSON headers used within PictureRenderer.h
+ # needed for JSON headers used within image_expectations.h
'../third_party/externals/jsoncpp-chromium/overrides/include/',
'../third_party/externals/jsoncpp/include/',
],