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

Unified Diff: gyp/tools.gyp

Issue 1671193002: Make SkPicture/SkImageGenerator default to SkCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Move ImageGenerator impl into ktx code to share with nanobench Created 4 years, 10 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 | « gyp/images.gyp ('k') | include/core/SkPicture.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 e303669310cf49fc88fa34f229655d623b31a96f..d693266aa4a33e8b90fe9cd6dc1043d15b48cab8 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -82,7 +82,6 @@
],
'dependencies': [
'flags.gyp:flags',
- 'lazy_decode_bitmap',
'skia_lib.gyp:skia_lib',
],
},
@@ -265,20 +264,6 @@
],
},
{
- 'target_name': 'lazy_decode_bitmap',
- 'type': 'static_library',
- 'sources': [ '../tools/LazyDecodeBitmap.cpp' ],
- 'include_dirs': [
- '../include/private',
- '../src/core',
- '../src/lazy',
- ],
- 'dependencies': [
- 'flags.gyp:flags',
- 'skia_lib.gyp:skia_lib'
- ],
- },
- {
'target_name': 'gpuveto',
'type': 'executable',
'sources': [
@@ -290,7 +275,6 @@
'../src/images',
],
'dependencies': [
- 'lazy_decode_bitmap',
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
],
@@ -332,7 +316,6 @@
'../src/core/',
],
'dependencies': [
- 'lazy_decode_bitmap',
'effects.gyp:effects',
'flags.gyp:flags',
'images.gyp:images',
@@ -366,7 +349,6 @@
'../tools/pinspect.cpp',
],
'dependencies': [
- 'lazy_decode_bitmap',
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
],
« no previous file with comments | « gyp/images.gyp ('k') | include/core/SkPicture.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698