diff options
author | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-05 19:43:46 +0000 |
---|---|---|
committer | edisonn@google.com <edisonn@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-09-05 19:43:46 +0000 |
commit | d966ab9906027215698e8d6a488ef1cfb2346a9e (patch) | |
tree | 81ce69b47d365983047fa4a5a3fc6249e8837a46 | |
parent | d364554bcfd391c3b6111af8bff963a35ab87ba7 (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
-rw-r--r-- | gyp/tools.gyp | 1 |
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', |