summaryrefslogtreecommitdiff
path: root/views.gyp
diff options
context:
space:
mode:
authorrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-02 20:42:26 +0000
committerrobertphillips@google.com <robertphillips@google.com@2bbb7eff-a529-9590-31e7-b0007b416f81>2012-04-02 20:42:26 +0000
commit9e0afa819e61de4ce7d93b32f21d25fe4995f8cf (patch)
treea4495e586b78cd42f322cd1a32fc4e4af5f93125 /views.gyp
parenta8fe647ee8cf2397ce4e4fd59adc6a3e029aed64 (diff)
downloadgyp-9e0afa819e61de4ce7d93b32f21d25fe4995f8cf.tar.gz
Delivering .gyp files to enable building & linking w/ ANGLE on Windows
http://codereview.appspot.com/5933057/ git-svn-id: http://skia.googlecode.com/svn/trunk/gyp@3580 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'views.gyp')
-rw-r--r--views.gyp4
1 files changed, 4 insertions, 0 deletions
diff --git a/views.gyp b/views.gyp
index 7998cd7..f3d3759 100644
--- a/views.gyp
+++ b/views.gyp
@@ -18,6 +18,10 @@
'../include/images',
'../include/effects',
'../include/views/unix',
+ '../include/gpu',
+ ],
+ 'dependencies': [
+ 'angle.gyp:*',
],
'sources': [
'../include/views/SkApplication.h',