diff options
author | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-07 19:45:46 +0000 |
---|---|---|
committer | robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81> | 2013-02-07 19:45:46 +0000 |
commit | fe1b536bb7af523995549b64ad19de6685e11411 (patch) | |
tree | d2ea589d7b1d92bd8ad6bc36447c4ee523f445b0 /gyp | |
parent | efbe8e9bedda21a3e061ebf3d96431a0f250a654 (diff) |
Enhance GL error checking for non-Ganesh GL calls
https://codereview.appspot.com/7312057/
git-svn-id: http://skia.googlecode.com/svn/trunk@7647 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 81483585a0..121779bbf2 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -144,6 +144,15 @@ 'images.gyp:images', 'tools.gyp:picture_utils', ], + 'conditions': [ + ['skia_gpu == 1', + { + 'include_dirs' : [ + '../src/gpu', + ], + }, + ], + ], 'export_dependent_settings': [ 'images.gyp:images', ], |