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

Side by Side Diff: skia/skia.gyp

Issue 12838004: Roll Skia DEPS to r8142 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 7 years, 9 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 | « 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 116 matching lines...) Expand 10 before | Expand all | Expand 10 after
127 '../third_party/skia/src/utils/SkBase64.cpp', 127 '../third_party/skia/src/utils/SkBase64.cpp',
128 '../third_party/skia/src/utils/SkBase64.h', 128 '../third_party/skia/src/utils/SkBase64.h',
129 '../third_party/skia/src/utils/SkBitSet.cpp', 129 '../third_party/skia/src/utils/SkBitSet.cpp',
130 '../third_party/skia/src/utils/SkBitSet.h', 130 '../third_party/skia/src/utils/SkBitSet.h',
131 '../third_party/skia/src/utils/SkDeferredCanvas.cpp', 131 '../third_party/skia/src/utils/SkDeferredCanvas.cpp',
132 '../third_party/skia/src/utils/SkMatrix44.cpp', 132 '../third_party/skia/src/utils/SkMatrix44.cpp',
133 '../third_party/skia/src/utils/SkNullCanvas.cpp', 133 '../third_party/skia/src/utils/SkNullCanvas.cpp',
134 '../third_party/skia/include/utils/SkNWayCanvas.h', 134 '../third_party/skia/include/utils/SkNWayCanvas.h',
135 '../third_party/skia/src/utils/SkNWayCanvas.cpp', 135 '../third_party/skia/src/utils/SkNWayCanvas.cpp',
136 '../third_party/skia/src/utils/SkPictureUtils.cpp', 136 '../third_party/skia/src/utils/SkPictureUtils.cpp',
137 '../third_party/skia/src/utils/SkRTConf.cpp',
138 '../third_party/skia/include/utils/SkRTConf.h',
137 '../third_party/skia/include/pdf/SkPDFDevice.h', 139 '../third_party/skia/include/pdf/SkPDFDevice.h',
138 '../third_party/skia/include/pdf/SkPDFDocument.h', 140 '../third_party/skia/include/pdf/SkPDFDocument.h',
139 141
140 '../third_party/skia/include/ports/SkTypeface_win.h', 142 '../third_party/skia/include/ports/SkTypeface_win.h',
141 143
142 '../third_party/skia/include/images/SkImageDecoder.h', 144 '../third_party/skia/include/images/SkImageDecoder.h',
143 '../third_party/skia/include/images/SkImageEncoder.h', 145 '../third_party/skia/include/images/SkImageEncoder.h',
144 '../third_party/skia/include/images/SkImageRef.h', 146 '../third_party/skia/include/images/SkImageRef.h',
145 '../third_party/skia/include/images/SkImageRef_GlobalPool.h', 147 '../third_party/skia/include/images/SkImageRef_GlobalPool.h',
146 '../third_party/skia/include/images/SkMovie.h', 148 '../third_party/skia/include/images/SkMovie.h',
(...skipping 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
856 'sources': [ 858 'sources': [
857 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp', 859 '../third_party/skia/src/opts/SkBitmapProcState_opts_none.cpp',
858 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp', 860 '../third_party/skia/src/opts/SkBlitRow_opts_none.cpp',
859 '../third_party/skia/src/opts/SkUtils_opts_none.cpp', 861 '../third_party/skia/src/opts/SkUtils_opts_none.cpp',
860 ], 862 ],
861 }, 863 },
862 ], 864 ],
863 }], 865 }],
864 ], 866 ],
865 } 867 }
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