aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp')
-rw-r--r--gyp/common_variables.gypi2
-rw-r--r--gyp/gpu.gyp5
2 files changed, 0 insertions, 7 deletions
diff --git a/gyp/common_variables.gypi b/gyp/common_variables.gypi
index ac57b6956a..c06666d89a 100644
--- a/gyp/common_variables.gypi
+++ b/gyp/common_variables.gypi
@@ -86,7 +86,6 @@
'skia_sanitizer%': '',
'skia_scalar%': 'float',
'skia_mesa%': 0,
- 'skia_nv_path_rendering%': 0,
'skia_stroke_path_rendering%': 0,
'skia_android_path_rendering%': 0,
'skia_resource_cache_mb_limit%': 0,
@@ -145,7 +144,6 @@
'skia_sanitizer%': '<(skia_sanitizer)',
'skia_scalar%': '<(skia_scalar)',
'skia_mesa%': '<(skia_mesa)',
- 'skia_nv_path_rendering%': '<(skia_nv_path_rendering)',
'skia_stroke_path_rendering%': '<(skia_stroke_path_rendering)',
'skia_android_path_rendering%': '<(skia_android_path_rendering)',
'skia_resource_cache_mb_limit%': '<(skia_resource_cache_mb_limit)',
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index fc6c28b82d..8034a7b3b4 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -107,11 +107,6 @@
'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',