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

Side by Side Diff: skia/skia.gyp

Issue 15960015: Build SkImageDecoder_empty.cpp (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 6 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 | Annotate | Revision Log
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'skia', 8 'target_name': 'skia',
9 'type': '<(component)', 9 'type': '<(component)',
10 'variables': { 10 'variables': {
(...skipping 18 matching lines...) Expand all
29 ], 29 ],
30 30
31 'sources': [ 31 'sources': [
32 # this should likely be moved into src/utils in skia 32 # this should likely be moved into src/utils in skia
33 '../third_party/skia/src/core/SkFlate.cpp', 33 '../third_party/skia/src/core/SkFlate.cpp',
34 # We don't want to add this to Skia's core.gypi since it is 34 # We don't want to add this to Skia's core.gypi since it is
35 # Android only. Include it here and remove it for everyone 35 # Android only. Include it here and remove it for everyone
36 # but Android later. 36 # but Android later.
37 '../third_party/skia/src/core/SkPaintOptionsAndroid.cpp', 37 '../third_party/skia/src/core/SkPaintOptionsAndroid.cpp',
38 38
39 '../third_party/skia/src/ports/SkImageDecoder_empty.cpp',
39 #'../third_party/skia/src/images/bmpdecoderhelper.cpp', 40 #'../third_party/skia/src/images/bmpdecoderhelper.cpp',
40 #'../third_party/skia/src/images/bmpdecoderhelper.h', 41 #'../third_party/skia/src/images/bmpdecoderhelper.h',
41 #'../third_party/skia/src/images/SkFDStream.cpp', 42 #'../third_party/skia/src/images/SkFDStream.cpp',
42 #'../third_party/skia/src/images/SkImageDecoder.cpp', 43 #'../third_party/skia/src/images/SkImageDecoder.cpp',
43 #'../third_party/skia/src/images/SkImageDecoder_FactoryDefault.cpp', 44 #'../third_party/skia/src/images/SkImageDecoder_FactoryDefault.cpp',
44 #'../third_party/skia/src/images/SkImageDecoder_FactoryRegistrar.cpp', 45 #'../third_party/skia/src/images/SkImageDecoder_FactoryRegistrar.cpp',
45 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp', 46 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp',
46 #'../third_party/skia/src/images/SkImageDecoder_libbmp.cpp', 47 #'../third_party/skia/src/images/SkImageDecoder_libbmp.cpp',
47 #'../third_party/skia/src/images/SkImageDecoder_libgif.cpp', 48 #'../third_party/skia/src/images/SkImageDecoder_libgif.cpp',
48 #'../third_party/skia/src/images/SkImageDecoder_libico.cpp', 49 #'../third_party/skia/src/images/SkImageDecoder_libico.cpp',
(...skipping 789 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'sources': [ 839 'sources': [
839 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 840 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
840 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 841 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
841 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 842 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
842 ], 843 ],
843 }, 844 },
844 ], 845 ],
845 }], 846 }],
846 ], 847 ],
847 } 848 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698