aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 19:45:46 +0000
committerGravatar robertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2013-02-07 19:45:46 +0000
commitfe1b536bb7af523995549b64ad19de6685e11411 (patch)
treed2ea589d7b1d92bd8ad6bc36447c4ee523f445b0 /gyp
parentefbe8e9bedda21a3e061ebf3d96431a0f250a654 (diff)
Enhance GL error checking for non-Ganesh GL calls
Diffstat (limited to 'gyp')
-rw-r--r--gyp/tools.gyp9
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',
],