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

Unified Diff: gyp/codec.gyp

Issue 1032253003: Enable both static and dynamically linked libpng (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 5 years, 9 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 | « no previous file | gyp/common_variables.gypi » ('j') | third_party/libpng/pnglibconf.h » ('J')
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 ee8eaad003ec14360c4db9135f3dc73681f32672..f21280088bd417690fe1716931cb5a06a9c2c740 100644
--- a/gyp/codec.gyp
+++ b/gyp/codec.gyp
@@ -17,7 +17,7 @@
'standalone_static_library': 1,
'dependencies': [
'core.gyp:*',
- 'libpng.gyp:libpng',
+ 'libpng.gyp:libpng_static',
djsollen 2015/03/26 16:39:12 need to make this conditional so that the framewor
scroggo 2015/03/26 17:19:02 I'm not sure what you mean by this comment. Is thi
djsollen 2015/04/01 15:12:43 This is addressed in my next patch.
],
'cflags':[
# FIXME: This gets around a longjmp warning. See
« no previous file with comments | « no previous file | gyp/common_variables.gypi » ('j') | third_party/libpng/pnglibconf.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698