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

Side by Side Diff: skia/skia.gyp

Issue 11576027: Roll Skia DEPS to 6808 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years 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 | « DEPS ('k') | 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 23 matching lines...) Expand all
34 '../third_party/skia/gyp/effects.gypi', 34 '../third_party/skia/gyp/effects.gypi',
35 ], 35 ],
36 36
37 'sources': [ 37 'sources': [
38 # this should likely be moved into src/utils in skia 38 # this should likely be moved into src/utils in skia
39 '../third_party/skia/src/core/SkFlate.cpp', 39 '../third_party/skia/src/core/SkFlate.cpp',
40 40
41 '../third_party/skia/src/images/bmpdecoderhelper.cpp', 41 '../third_party/skia/src/images/bmpdecoderhelper.cpp',
42 '../third_party/skia/src/images/bmpdecoderhelper.h', 42 '../third_party/skia/src/images/bmpdecoderhelper.h',
43 #'../third_party/skia/src/images/SkFDStream.cpp', 43 #'../third_party/skia/src/images/SkFDStream.cpp',
44 #'../third_party/skia/src/images/SkFlipPixelRef.cpp',
45 '../third_party/skia/src/images/SkImageDecoder.cpp', 44 '../third_party/skia/src/images/SkImageDecoder.cpp',
46 '../third_party/skia/src/images/SkImageDecoder_Factory.cpp', 45 '../third_party/skia/src/images/SkImageDecoder_Factory.cpp',
47 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp', 46 #'../third_party/skia/src/images/SkImageDecoder_fpdfemb.cpp',
48 #'../third_party/skia/src/images/SkImageDecoder_libbmp.cpp', 47 #'../third_party/skia/src/images/SkImageDecoder_libbmp.cpp',
49 #'../third_party/skia/src/images/SkImageDecoder_libgif.cpp', 48 #'../third_party/skia/src/images/SkImageDecoder_libgif.cpp',
50 #'../third_party/skia/src/images/SkImageDecoder_libico.cpp', 49 #'../third_party/skia/src/images/SkImageDecoder_libico.cpp',
51 #'../third_party/skia/src/images/SkImageDecoder_libjpeg.cpp', 50 #'../third_party/skia/src/images/SkImageDecoder_libjpeg.cpp',
52 #'../third_party/skia/src/images/SkImageDecoder_libpng.cpp', 51 #'../third_party/skia/src/images/SkImageDecoder_libpng.cpp',
53 #'../third_party/skia/src/images/SkImageDecoder_libpvjpeg.cpp', 52 #'../third_party/skia/src/images/SkImageDecoder_libpvjpeg.cpp',
54 #'../third_party/skia/src/images/SkImageDecoder_wbmp.cpp', 53 #'../third_party/skia/src/images/SkImageDecoder_wbmp.cpp',
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
135 '../third_party/skia/src/utils/SkMatrix44.cpp', 134 '../third_party/skia/src/utils/SkMatrix44.cpp',
136 '../third_party/skia/src/utils/SkNullCanvas.cpp', 135 '../third_party/skia/src/utils/SkNullCanvas.cpp',
137 '../third_party/skia/include/utils/SkNWayCanvas.h', 136 '../third_party/skia/include/utils/SkNWayCanvas.h',
138 '../third_party/skia/src/utils/SkNWayCanvas.cpp', 137 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
139 '../third_party/skia/src/utils/SkPictureUtils.cpp', 138 '../third_party/skia/src/utils/SkPictureUtils.cpp',
140 '../third_party/skia/include/pdf/SkPDFDevice.h', 139 '../third_party/skia/include/pdf/SkPDFDevice.h',
141 '../third_party/skia/include/pdf/SkPDFDocument.h', 140 '../third_party/skia/include/pdf/SkPDFDocument.h',
142 141
143 '../third_party/skia/include/ports/SkTypeface_win.h', 142 '../third_party/skia/include/ports/SkTypeface_win.h',
144 143
145 '../third_party/skia/include/images/SkFlipPixelRef.h',
146 '../third_party/skia/include/images/SkImageDecoder.h', 144 '../third_party/skia/include/images/SkImageDecoder.h',
147 '../third_party/skia/include/images/SkImageEncoder.h', 145 '../third_party/skia/include/images/SkImageEncoder.h',
148 '../third_party/skia/include/images/SkImageRef.h', 146 '../third_party/skia/include/images/SkImageRef.h',
149 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 147 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
150 '../third_party/skia/include/images/SkMovie.h', 148 '../third_party/skia/include/images/SkMovie.h',
151 '../third_party/skia/include/images/SkPageFlipper.h', 149 '../third_party/skia/include/images/SkPageFlipper.h',
152 150
153 '../third_party/skia/include/utils/SkNullCanvas.h', 151 '../third_party/skia/include/utils/SkNullCanvas.h',
154 '../third_party/skia/include/utils/SkPictureUtils.h', 152 '../third_party/skia/include/utils/SkPictureUtils.h',
155 'ext/bitmap_platform_device.h', 153 'ext/bitmap_platform_device.h',
(...skipping 682 matching lines...) Expand 10 before | Expand all | Expand 10 after
838 'sources': [ 836 'sources': [
839 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 837 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
840 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 838 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
841 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 839 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
842 ], 840 ],
843 }, 841 },
844 ], 842 ],
845 }], 843 }],
846 ], 844 ],
847 } 845 }
OLDNEW
« no previous file with comments | « DEPS ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698