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

Unified Diff: gyp/codec.gyp

Issue 1956573002: Compile SkForceLinking on CMake (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Refactoring Created 4 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 | « cmake/CMakeLists.txt ('k') | gyp/common_conditions.gypi » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/codec.gyp
diff --git a/gyp/codec.gyp b/gyp/codec.gyp
index bea740b9d179fac0aa4146f0906b83c1892b5d74..c7393bb7ca1d28ef096071d0d2c0fa1ad66d32bf 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -64,15 +64,6 @@
],
},
'defines': [
- # Turn on all of the codecs, since we know that we have all of the
- # necessary dependencies. Clients that are missing some of the
- # required decoding libraries may choose to turn the codecs on or
- # off individually.
- 'SK_CODEC_DECODES_GIF',
- 'SK_CODEC_DECODES_JPEG',
- 'SK_CODEC_DECODES_PNG',
- 'SK_CODEC_DECODES_WEBP',
-
# Turn on libjpeg-turbo optimizations since we know that the
# appropriate version of libjpeg-turbo is present.
'TURBO_HAS_CROP',
« no previous file with comments | « cmake/CMakeLists.txt ('k') | gyp/common_conditions.gypi » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698