| Index: gyp/gpu.gyp
|
| diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
|
| index 8034a7b3b48512235a04e5db9f9bbd21fa0d551b..fc6c28b82da634afce650a864178be3f48106d31 100644
|
| --- a/gyp/gpu.gyp
|
| +++ b/gyp/gpu.gyp
|
| @@ -107,6 +107,11 @@
|
| 'gpu.gypi', # Makes the gypi appear in IDEs (but does not modify the build).
|
| ],
|
| 'conditions': [
|
| + [ 'skia_nv_path_rendering', {
|
| + 'defines': [
|
| + 'GR_GL_USE_NV_PATH_RENDERING=1',
|
| + ],
|
| + }],
|
| [ 'skia_stroke_path_rendering', {
|
| 'sources': [
|
| '../experimental/StrokePathRenderer/GrStrokePathRenderer.h',
|
|
|