diff options
author | sglez@google.com <sglez@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-25 14:55:18 +0000 |
---|---|---|
committer | sglez@google.com <sglez@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-07-25 14:55:18 +0000 |
commit | a9b7936a72b240d0f87b81e75fd9dda4dba750a4 (patch) | |
tree | d0886b3f4273e72fadf14327aa12e87dc15c3917 /gyp | |
parent | 56172676c6f108af7daeffb75c7f9d5c792544a1 (diff) |
Add lua_pictures target to tools.gyp
BUG=
R=rmistry@google.com
Review URL: https://codereview.chromium.org/20321002
git-svn-id: http://skia.googlecode.com/svn/trunk@10355 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 f460ee38ae..3eae3cc769 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -15,6 +15,7 @@ 'dependencies': [ 'bench_pictures', 'filter', + 'lua_pictures', 'bbh_shootout', 'lua_app', 'pinspect', |