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

Unified Diff: gyp/tools.gyp

Issue 1457753002: Clean up dead code: PictureRenderer (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: rebase? Created 5 years, 1 month 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 | « debugger/QT/SkDebuggerGUI.h ('k') | tools/PictureRenderer.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/tools.gyp
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index da88bc4a02dde1ec4bdb215ff4c28e781f98f885..127827bd4bffa724eece69467de16d42efa165c2 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -361,44 +361,6 @@
],
},
{
- 'target_name': 'picture_renderer',
- 'type': 'static_library',
- 'sources': [
- '../tools/PictureRenderer.h',
- '../tools/PictureRenderer.cpp',
- ],
- 'include_dirs': [
- '../include/private',
- '../src/core',
- '../src/images',
- '../src/lazy',
- '../src/pipe/utils/',
- '../src/utils/',
- ],
- 'dependencies': [
- 'lazy_decode_bitmap',
- 'flags.gyp:flags',
- 'jsoncpp.gyp:jsoncpp',
- 'skia_lib.gyp:skia_lib',
- 'tools.gyp:picture_utils',
- ],
- 'conditions': [
- ['skia_gpu == 1',
- {
- 'include_dirs' : [
- '../src/gpu',
- ],
- 'dependencies': [
- 'gputest.gyp:skgputest',
- ],
- 'export_dependent_settings': [
- 'gputest.gyp:skgputest',
- ],
- },
- ],
- ],
- },
- {
'target_name': 'picture_utils',
'type': 'static_library',
'sources': [
« no previous file with comments | « debugger/QT/SkDebuggerGUI.h ('k') | tools/PictureRenderer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698