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

Side by Side Diff: gyp/codec.gyp

Issue 1573943002: sketch hooking into PNG_FILTER_OPTIMIZATIONS (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: asserts Created 4 years, 11 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/SkPngCodec.cpp » ('j') | src/codec/SkPngFilters.cpp » ('J')
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 31 matching lines...) Expand 10 before | Expand all | Expand 10 after
42 '../src/codec/SkBmpStandardCodec.cpp', 42 '../src/codec/SkBmpStandardCodec.cpp',
43 '../src/codec/SkCodec.cpp', 43 '../src/codec/SkCodec.cpp',
44 '../src/codec/SkGifCodec.cpp', 44 '../src/codec/SkGifCodec.cpp',
45 '../src/codec/SkIcoCodec.cpp', 45 '../src/codec/SkIcoCodec.cpp',
46 '../src/codec/SkJpegCodec.cpp', 46 '../src/codec/SkJpegCodec.cpp',
47 '../src/codec/SkJpegDecoderMgr.cpp', 47 '../src/codec/SkJpegDecoderMgr.cpp',
48 '../src/codec/SkJpegUtility_codec.cpp', 48 '../src/codec/SkJpegUtility_codec.cpp',
49 '../src/codec/SkMaskSwizzler.cpp', 49 '../src/codec/SkMaskSwizzler.cpp',
50 '../src/codec/SkMasks.cpp', 50 '../src/codec/SkMasks.cpp',
51 '../src/codec/SkPngCodec.cpp', 51 '../src/codec/SkPngCodec.cpp',
52 '../src/codec/SkPngFilters.cpp',
52 '../src/codec/SkSampler.cpp', 53 '../src/codec/SkSampler.cpp',
53 '../src/codec/SkSampledCodec.cpp', 54 '../src/codec/SkSampledCodec.cpp',
54 '../src/codec/SkSwizzler.cpp', 55 '../src/codec/SkSwizzler.cpp',
55 '../src/codec/SkWbmpCodec.cpp', 56 '../src/codec/SkWbmpCodec.cpp',
56 '../src/codec/SkWebpAdapterCodec.cpp', 57 '../src/codec/SkWebpAdapterCodec.cpp',
57 '../src/codec/SkWebpCodec.cpp', 58 '../src/codec/SkWebpCodec.cpp',
58 59
59 '../src/codec/SkCodecImageGenerator.cpp', 60 '../src/codec/SkCodecImageGenerator.cpp',
60 ], 61 ],
61 'direct_dependent_settings': { 62 'direct_dependent_settings': {
(...skipping 64 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 ['skia_os == "ios" or skia_os == "mac"', { 127 ['skia_os == "ios" or skia_os == "mac"', {
127 'xcode_settings': { 128 'xcode_settings': {
128 'OTHER_CFLAGS': ['-fexceptions'], 129 'OTHER_CFLAGS': ['-fexceptions'],
129 'OTHER_CPLUSPLUSFLAGS': ['-fexceptions'], 130 'OTHER_CPLUSPLUSFLAGS': ['-fexceptions'],
130 }, 131 },
131 }], 132 }],
132 ], 133 ],
133 }, 134 },
134 ], 135 ],
135 } 136 }
OLDNEW
« no previous file with comments | « no previous file | src/codec/SkPngCodec.cpp » ('j') | src/codec/SkPngFilters.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698