Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(587)

Unified Diff: gyp/gpu.gyp

Issue 1160863006: delete experimental path renderers (Closed) Base URL: https://skia.googlesource.com/skia.git@map-buffer-option
Patch Set: Created 5 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « experimental/StrokePathRenderer/GrStrokePathRenderer.cpp ('k') | include/gpu/GrConfig.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/gpu.gyp
diff --git a/gyp/gpu.gyp b/gyp/gpu.gyp
index 7d3dad54636166ea3de9062504ef1b4a9d1a9c74..e49f706bb913a430c37d0bba592693d9627691df 100644
--- a/gyp/gpu.gyp
+++ b/gyp/gpu.gyp
@@ -113,27 +113,6 @@
'<(skia_gpu_extra_dependency_path):*',
]
}],
- [ 'skia_stroke_path_rendering', {
- 'sources': [
- '../experimental/StrokePathRenderer/GrStrokePathRenderer.h',
- '../experimental/StrokePathRenderer/GrStrokePathRenderer.cpp',
- ],
- 'defines': [
- 'GR_STROKE_PATH_RENDERING=1',
- ],
- }],
- [ 'skia_android_path_rendering', {
- 'sources': [
- '../experimental/AndroidPathRenderer/GrAndroidPathRenderer.cpp',
- '../experimental/AndroidPathRenderer/GrAndroidPathRenderer.h',
- '../experimental/AndroidPathRenderer/AndroidPathRenderer.cpp',
- '../experimental/AndroidPathRenderer/AndroidPathRenderer.h',
- '../experimental/AndroidPathRenderer/Vertex.h',
- ],
- 'defines': [
- 'GR_ANDROID_PATH_RENDERING=1',
- ],
- }],
[ 'skia_chrome_utils', {
'sources': [
'../experimental/ChromeUtils/SkBorder.cpp',
« no previous file with comments | « experimental/StrokePathRenderer/GrStrokePathRenderer.cpp ('k') | include/gpu/GrConfig.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698