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

Side by Side Diff: gyp/codec.gyp

Issue 2445653004: Rename GIFImageReader to SkGifImageReader (Closed)
Patch Set: Remove dependent patch set Created 4 years, 1 month 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
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 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
48 '../src/codec/SkSampledCodec.cpp', 48 '../src/codec/SkSampledCodec.cpp',
49 '../src/codec/SkStreamBuffer.cpp', 49 '../src/codec/SkStreamBuffer.cpp',
50 '../src/codec/SkSwizzler.cpp', 50 '../src/codec/SkSwizzler.cpp',
51 '../src/codec/SkWbmpCodec.cpp', 51 '../src/codec/SkWbmpCodec.cpp',
52 '../src/codec/SkWebpAdapterCodec.cpp', 52 '../src/codec/SkWebpAdapterCodec.cpp',
53 '../src/codec/SkWebpCodec.cpp', 53 '../src/codec/SkWebpCodec.cpp',
54 54
55 '../src/codec/SkCodecImageGenerator.cpp', 55 '../src/codec/SkCodecImageGenerator.cpp',
56 '../src/ports/SkImageGenerator_skia.cpp', 56 '../src/ports/SkImageGenerator_skia.cpp',
57 57
58 '../third_party/gif/GIFImageReader.cpp', 58 '../third_party/gif/SkGifImageReader.cpp',
59 ], 59 ],
60 'direct_dependent_settings': { 60 'direct_dependent_settings': {
61 'include_dirs': [ 61 'include_dirs': [
62 '../include/codec', 62 '../include/codec',
63 ], 63 ],
64 }, 64 },
65 'conditions': [ 65 'conditions': [
66 ['skia_codec_decodes_raw', { 66 ['skia_codec_decodes_raw', {
67 'dependencies': [ 67 'dependencies': [
68 'raw_codec', 68 'raw_codec',
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 ['skia_os == "ios" or skia_os == "mac"', { 115 ['skia_os == "ios" or skia_os == "mac"', {
116 'xcode_settings': { 116 'xcode_settings': {
117 'OTHER_CFLAGS': ['-fexceptions'], 117 'OTHER_CFLAGS': ['-fexceptions'],
118 'OTHER_CPLUSPLUSFLAGS': ['-fexceptions'], 118 'OTHER_CPLUSPLUSFLAGS': ['-fexceptions'],
119 }, 119 },
120 }], 120 }],
121 ], 121 ],
122 }, 122 },
123 ], 123 ],
124 } 124 }
OLDNEW
« no previous file with comments | « BUILD.gn ('k') | src/codec/SkGifCodec.h » ('j') | third_party/gif/SkGifImageReader.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698