summaryrefslogtreecommitdiff
path: root/views.gyp
diff options
context:
space:
mode:
authorbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-02 14:03:32 +0000
committerbsalomon@google.com <bsalomon@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-08-02 14:03:32 +0000
commitedb7a90972180c50ca81f9784e9c77eb29f82d6b (patch)
tree9e3ad1ef8146c0ff039b770303d1a52016f0175e /views.gyp
parent679d8c30e7a2343102c00dbcd012b791d359e629 (diff)
downloadgyp-edb7a90972180c50ca81f9784e9c77eb29f82d6b.tar.gz
Create GPU-less build of Skia.
git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@4912 2bbb7eff-a529-9590-31e7-b0007b416f81
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': [