summaryrefslogtreecommitdiff
path: root/tools.gyp
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 19:45:46 +0000
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 19:45:46 +0000
commit3e95628bd6ac702ce95c0060639fd22dd02e50bc (patch)
tree6f863fe99d0cebd0821c7b9a8f50cd3aadfc10cf /tools.gyp
parent9c566d8b5d04173353a7a1e2ef019f821b0b298d (diff)
downloadgyp-3e95628bd6ac702ce95c0060639fd22dd02e50bc.tar.gz
Enhance GL error checking for non-Ganesh GL calls
https://codereview.appspot.com/7312057/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@7647 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'tools.gyp')
-rw-r--r--tools.gyp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools.gyp b/tools.gyp
index 8148358..121779b 100644
--- a/tools.gyp
+++ b/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',
],