aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
authorGravatar Scroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-15 14:48:08 +0000
committerGravatar Scroggo <Scroggo@2bbb7eff-a529-9590-31e7-b0007b416f81>2011-04-15 14:48:08 +0000
commit9df214e836f2b897224178676c03017e9190b7e0 (patch)
treebf2d7d833029842a0d9bc0e9716ebec3f31ee163 /gyp
parentf5dbe2f00f853c6a1719924bdd0c33335a53423a (diff)
git-svn-id: http://skia.googlecode.com/svn/trunk@1135 2bbb7eff-a529-9590-31e7-b0007b416f81
Diffstat (limited to 'gyp')
-rw-r--r--gyp/skia.gyp10
1 files changed, 10 insertions, 0 deletions
diff --git a/gyp/skia.gyp b/gyp/skia.gyp
index bd19c0461a..c6267b864c 100644
--- a/gyp/skia.gyp
+++ b/gyp/skia.gyp
@@ -997,6 +997,8 @@
'../gpu/src/mac/GrGLDefaultInterface_mac.cpp',
'../gpu/src/win/GrGLDefaultInterface_win.cpp',
+
+ '../gpu/src/unix/GrGLDefaultInterface_unix.cpp',
],
'defines': [
'GR_IMPLEMENTATION=1',
@@ -1006,6 +1008,9 @@
'defines': [
'GR_LINUX_BUILD=1',
],
+ 'sources!': [
+ '../gpu/src/GrGLDefaultInterface_none.cpp',
+ ],
'link_settings': {
'libraries': [
'-lGL',
@@ -1045,6 +1050,11 @@
'../gpu/src/mac/GrGLDefaultInterface_mac.cpp',
],
}],
+ [ 'OS != "linux"', {
+ 'sources!': [
+ '../gpu/src/unix/GrGLDefaultInterface_unix.cpp',
+ ],
+ }],
],
'direct_dependent_settings': {
'conditions': [