aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
authorGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-05 19:43:46 +0000
committerGravatar edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-09-05 19:43:46 +0000
commitd966ab9906027215698e8d6a488ef1cfb2346a9e (patch)
tree81ce69b47d365983047fa4a5a3fc6249e8837a46 /gyp/tools.gyp
parentd364554bcfd391c3b6111af8bff963a35ab87ba7 (diff)
Add efffects to the list of dependencies for bench_pictures. Required on Android.
Review URL: http://codereview.appspot.com/6489078 git-svn-id: http://skia.googlecode.com/svn/trunk@5406 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 02be7cfbdc..de40dc4de7 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -92,6 +92,7 @@
],
'dependencies': [
'core.gyp:core',
+ 'effects.gyp:effects',
'ports.gyp:ports',
'tools.gyp:picture_utils',
'tools.gyp:picture_benchmark',