Index: gyp/images.gyp |
diff --git a/gyp/images.gyp b/gyp/images.gyp |
index bb1b92c10382c928d36957251942c33518e1a81f..03bae3ead7c9806712beb9a689582f87f990de56 100644 |
--- a/gyp/images.gyp |
+++ b/gyp/images.gyp |
@@ -40,6 +40,9 @@ |
'../src/images/SkImageDecoder.cpp', |
'../src/images/SkImageDecoder_FactoryDefault.cpp', |
'../src/images/SkImageDecoder_FactoryRegistrar.cpp', |
+ # If decoders are added/removed to/from (all/individual) |
+ # platform(s), be sure to update SkImageDecoder.cpp:force_linking |
+ # so the right decoders will be forced to link. |
'../src/images/SkImageDecoder_libbmp.cpp', |
'../src/images/SkImageDecoder_libgif.cpp', |
'../src/images/SkImageDecoder_libico.cpp', |