summaryrefslogtreecommitdiff
path: root/views.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'views.gyp')
-rw-r--r--views.gyp6
1 files changed, 5 insertions, 1 deletions
diff --git a/views.gyp b/views.gyp
index fa0a29a..ec3fd79 100644
--- a/views.gyp
+++ b/views.gyp
@@ -18,7 +18,6 @@
'../include/images',
'../include/effects',
'../include/views/unix',
- '../include/gpu',
],
'dependencies': [
'angle.gyp:*',
@@ -112,6 +111,11 @@
'../src/views/win/skia_win.cpp',
],
}],
+ [ 'skia_gpu == 1', {
+ 'include_dirs': [
+ '../include/gpu',
+ ],
+ }],
],
'direct_dependent_settings': {
'include_dirs': [