Index: gyp/gpu.gyp |
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp |
index 69e0815c69de8eb84aa9db34d1d7750daf60b9ce..efe757de0acddacbb1b2a00a26cf620d76d2ba19 100644 |
--- a/gyp/gpu.gyp |
+++ b/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"', { |