| commit | d966ab9906027215698e8d6a488ef1cfb2346a9e | [log] [tgz] |
|---|---|---|
| author | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Sep 05 19:43:46 2012 +0000 |
| committer | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | Wed Sep 05 19:43:46 2012 +0000 |
| tree | 81ce69b47d365983047fa4a5a3fc6249e8837a46 | |
| parent | d364554bcfd391c3b6111af8bff963a35ab87ba7 [diff] [blame] |
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
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 02be7cf..de40dc4 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',