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

Side by Side Diff: gyp/images.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 unified diff | Download patch
« no previous file with comments | « gyp/codec.gyp ('k') | gyp/tools.gyp » ('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 5
6 # GYP file for images project. 6 # GYP file for images project.
7 { 7 {
8 'targets': [ 8 'targets': [
9 { 9 {
10 'target_name': 'images', 10 'target_name': 'images',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
68 '../src/images/SkImageEncoder.cpp', 68 '../src/images/SkImageEncoder.cpp',
69 '../src/images/SkImageEncoder_Factory.cpp', 69 '../src/images/SkImageEncoder_Factory.cpp',
70 '../src/images/SkImageEncoder_argb.cpp', 70 '../src/images/SkImageEncoder_argb.cpp',
71 '../src/images/SkJpegUtility.cpp', 71 '../src/images/SkJpegUtility.cpp',
72 '../src/images/SkMovie.cpp', 72 '../src/images/SkMovie.cpp',
73 '../src/images/SkMovie_gif.cpp', 73 '../src/images/SkMovie_gif.cpp',
74 '../src/images/SkPageFlipper.cpp', 74 '../src/images/SkPageFlipper.cpp',
75 '../src/images/SkScaledBitmapSampler.cpp', 75 '../src/images/SkScaledBitmapSampler.cpp',
76 '../src/images/SkScaledBitmapSampler.h', 76 '../src/images/SkScaledBitmapSampler.h',
77 77
78 '../src/ports/SkImageGenerator_skia.cpp',
79
80 '../src/ports/SkImageDecoder_CG.cpp', 78 '../src/ports/SkImageDecoder_CG.cpp',
81 '../src/ports/SkImageDecoder_WIC.cpp', 79 '../src/ports/SkImageDecoder_WIC.cpp',
82 ], 80 ],
83 'conditions': [ 81 'conditions': [
84 [ 'skia_os == "win"', { 82 [ 'skia_os == "win"', {
85 'sources!': [ 83 'sources!': [
86 '../src/images/SkImageDecoder_FactoryDefault.cpp', 84 '../src/images/SkImageDecoder_FactoryDefault.cpp',
87 '../src/images/SkImageDecoder_libgif.cpp', 85 '../src/images/SkImageDecoder_libgif.cpp',
88 '../src/images/SkImageDecoder_libpng.cpp', 86 '../src/images/SkImageDecoder_libpng.cpp',
89 '../src/images/SkMovie_gif.cpp', 87 '../src/images/SkMovie_gif.cpp',
(...skipping 60 matching lines...) Expand 10 before | Expand all | Expand 10 after
150 }], 148 }],
151 ], 149 ],
152 'direct_dependent_settings': { 150 'direct_dependent_settings': {
153 'include_dirs': [ 151 'include_dirs': [
154 '../include/images', 152 '../include/images',
155 ], 153 ],
156 }, 154 },
157 }, 155 },
158 ], 156 ],
159 } 157 }
OLDNEW
« no previous file with comments | « gyp/codec.gyp ('k') | gyp/tools.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698