Images are written by PictureRenderer and not render_pictures_main.
Review URL: https://codereview.appspot.com/6448174
git-svn-id: http://skia.googlecode.com/svn/trunk@5216 2bbb7eff-a529-9590-31e7-b0007b416f81
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index ca61453..347812f 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -76,7 +76,6 @@
],
'dependencies': [
'core.gyp:core',
- 'images.gyp:images',
'ports.gyp:ports',
'tools.gyp:picture_renderer',
'tools.gyp:picture_utils',
@@ -94,10 +93,8 @@
'dependencies': [
'core.gyp:core',
'ports.gyp:ports',
- 'images.gyp:images',
'tools.gyp:picture_utils',
'tools.gyp:picture_benchmark',
- 'bench.gyp:bench_timer',
],
},
{
@@ -132,8 +129,12 @@
],
'dependencies': [
'core.gyp:core',
+ 'images.gyp:images',
'tools.gyp:picture_utils',
],
+ 'export_dependent_settings': [
+ 'images.gyp:images',
+ ],
'conditions': [
['skia_gpu == 1', {
'dependencies': [