diff options
author | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-13 18:50:33 +0000 |
---|---|---|
committer | djsollen@google.com <djsollen@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2012-11-13 18:50:33 +0000 |
commit | a09e8838f2534d42046338752482d6759f6c649d (patch) | |
tree | 39726d7e381bcbf098662f2304c032e564290f22 /gyp | |
parent | c3c8216949146641222f7d2f7a464340627ae43a (diff) |
Update filter tool to allow input directory.
Review URL: https://codereview.appspot.com/6847046
git-svn-id: http://skia.googlecode.com/svn/trunk@6399 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-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 6f419712b5..e7c22415ae 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -180,6 +180,7 @@ 'skia_base_libs.gyp:skia_base_libs', 'effects.gyp:effects', 'images.gyp:images', + 'tools.gyp:picture_utils', ], }, ], |