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

Unified Diff: gyp/tools.gyp

Issue 1699183004: Make SkPicture/SkImageGenerator default to SkCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Fix rebase bug 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 4b89427545275db76fd1d8841ee824c2a37d6bce..1e6eb52f209be2c649025c48f43f74d239fc7112 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -83,7 +83,6 @@
],
'dependencies': [
'flags.gyp:flags',
- 'lazy_decode_bitmap',
'skia_lib.gyp:skia_lib',
],
},
@@ -267,20 +266,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': 'get_images_from_skps',
'type': 'executable',
'sources': [
@@ -303,7 +288,6 @@
'../src/images',
],
'dependencies': [
- 'lazy_decode_bitmap',
'flags.gyp:flags',
'skia_lib.gyp:skia_lib',
],
@@ -345,7 +329,6 @@
'../src/core/',
],
'dependencies': [
- 'lazy_decode_bitmap',
'effects.gyp:effects',
'flags.gyp:flags',
'images.gyp:images',
@@ -379,7 +362,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