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

Side by Side Diff: gyp/codec.gyp

Issue 1322623004: Call standard libjpeg/libjpeg-turbo APIs from SkJpegCodec (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Need to save the state, so we can call onGetScaledDimensions before rewinding Created 5 years, 3 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 unified diff | Download patch
« no previous file with comments | « no previous file | src/codec/SkJpegCodec.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 Google Inc. 1 # Copyright 2015 Google Inc.
2 # 2 #
3 # Use of this source code is governed by a BSD-style license that can be 3 # Use of this source code is governed by a BSD-style license that can be
4 # found in the LICENSE file. 4 # found in the LICENSE file.
5 # Copyright 2015 Google Inc. 5 # Copyright 2015 Google Inc.
6 # 6 #
7 # Use of this source code is governed by a BSD-style license that can be 7 # Use of this source code is governed by a BSD-style license that can be
8 # found in the LICENSE file. 8 # found in the LICENSE file.
9 9
10 # GYP file for codec project. 10 # GYP file for codec project.
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
74 }, { # !skia_android_framework 74 }, { # !skia_android_framework
75 'dependencies': [ 75 'dependencies': [
76 # TODO(msarett): Add libjpeg-turbo to Android so this can be a glo bal 76 # TODO(msarett): Add libjpeg-turbo to Android so this can be a glo bal
77 # dependency. 77 # dependency.
78 'libjpeg-turbo.gyp:libjpeg-turbo', 78 'libjpeg-turbo.gyp:libjpeg-turbo',
79 'libpng.gyp:libpng_static', 79 'libpng.gyp:libpng_static',
80 ], 80 ],
81 'export_dependent_settings': [ 81 'export_dependent_settings': [
82 'libjpeg-turbo.gyp:libjpeg-turbo', 82 'libjpeg-turbo.gyp:libjpeg-turbo',
83 ], 83 ],
84 'cflags': [ 84 'defines': [
85 '-DTURBO_HAS_SKIP', 85 'TURBO_HAS_SKIP',
86 ], 86 ],
87 } 87 }
88 ] 88 ]
89 ] 89 ]
90 }, 90 },
91 ], 91 ],
92 } 92 }
OLDNEW
« no previous file with comments | « no previous file | src/codec/SkJpegCodec.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698