Exclude angle dependency on non-angle builds
R=bsalomon@google.com Review URL: https://codereview.chromium.org/14200018 git-svn-id: http://skia.googlecode.com/svn/trunk@8983 2bbb7eff-a529-9590-31e7-b0007b416f81
This commit is contained in:
parent
6ba0b0f9ad
commit
403b90e061
21
gyp/gpu.gyp
21
gyp/gpu.gyp
@ -160,9 +160,13 @@
|
||||
}],
|
||||
[ 'not skia_angle', {
|
||||
'sources!': [
|
||||
'../include/gpu/gl/SkANGLEGLContext.h',
|
||||
'../src/gpu/gl/angle/SkANGLEGLContext.cpp',
|
||||
'../src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
|
||||
'<@(skgr_angle_gl_sources)',
|
||||
],
|
||||
'dependencies!': [
|
||||
'angle.gyp:*',
|
||||
],
|
||||
'export_dependent_settings!': [
|
||||
'angle.gyp:*',
|
||||
],
|
||||
}],
|
||||
],
|
||||
@ -289,10 +293,13 @@
|
||||
}],
|
||||
[ 'not skia_angle', {
|
||||
'sources!': [
|
||||
'../include/gpu/gl/SkANGLEGLContext.h',
|
||||
|
||||
'../src/gpu/gl/angle/GrGLCreateANGLEInterface.cpp',
|
||||
'../src/gpu/gl/angle/SkANGLEGLContext.cpp',
|
||||
'<@(gr_angle_gl_sources)',
|
||||
],
|
||||
'dependencies!': [
|
||||
'angle.gyp:*',
|
||||
],
|
||||
'export_dependent_settings!': [
|
||||
'angle.gyp:*',
|
||||
],
|
||||
}],
|
||||
[ 'skia_os == "android"', {
|
||||
|
Loading…
Reference in New Issue
Block a user