aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
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',
],