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

Side by Side Diff: skia/skia.gyp

Issue 10824211: roll skia to 5000 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 8 years, 4 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 162 matching lines...) Expand 10 before | Expand all | Expand 10 after
173 '../third_party/skia/src/animator/SkTime.cpp', 173 '../third_party/skia/src/animator/SkTime.cpp',
174 174
175 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h', 175 '../third_party/skia/src/core/ARGB32_Clamp_Bilinear_BitmapShader.h',
176 '../third_party/skia/src/core/Sk64.cpp', 176 '../third_party/skia/src/core/Sk64.cpp',
177 '../third_party/skia/src/core/SkAAClip.cpp', 177 '../third_party/skia/src/core/SkAAClip.cpp',
178 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp', 178 '../third_party/skia/src/core/SkAdvancedTypefaceMetrics.cpp',
179 '../third_party/skia/src/core/SkAnnotation.cpp', 179 '../third_party/skia/src/core/SkAnnotation.cpp',
180 '../third_party/skia/src/core/SkAlphaRuns.cpp', 180 '../third_party/skia/src/core/SkAlphaRuns.cpp',
181 '../third_party/skia/src/core/SkAntiRun.h', 181 '../third_party/skia/src/core/SkAntiRun.h',
182 '../third_party/skia/src/core/SkBitmap.cpp', 182 '../third_party/skia/src/core/SkBitmap.cpp',
183 '../third_party/skia/src/core/SkBitmapHeap.cpp',
183 '../third_party/skia/src/core/SkBitmapProcShader.cpp', 184 '../third_party/skia/src/core/SkBitmapProcShader.cpp',
184 '../third_party/skia/src/core/SkBitmapProcShader.h', 185 '../third_party/skia/src/core/SkBitmapProcShader.h',
185 '../third_party/skia/src/core/SkBitmapProcState.cpp', 186 '../third_party/skia/src/core/SkBitmapProcState.cpp',
186 '../third_party/skia/src/core/SkBitmapProcState.h', 187 '../third_party/skia/src/core/SkBitmapProcState.h',
187 '../third_party/skia/src/core/SkBitmapProcState_matrix.h', 188 '../third_party/skia/src/core/SkBitmapProcState_matrix.h',
188 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp', 189 '../third_party/skia/src/core/SkBitmapProcState_matrixProcs.cpp',
189 '../third_party/skia/src/core/SkBitmapProcState_sample.h', 190 '../third_party/skia/src/core/SkBitmapProcState_sample.h',
190 '../third_party/skia/src/core/SkBitmapSampler.cpp', 191 '../third_party/skia/src/core/SkBitmapSampler.cpp',
191 '../third_party/skia/src/core/SkBitmapSampler.h', 192 '../third_party/skia/src/core/SkBitmapSampler.h',
192 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h', 193 '../third_party/skia/src/core/SkBitmapSamplerTemplate.h',
(...skipping 1148 matching lines...) Expand 10 before | Expand all | Expand 10 after
1341 ], 1342 ],
1342 'include_dirs': [ 1343 'include_dirs': [
1343 '..', 1344 '..',
1344 ], 1345 ],
1345 'sources': [ 1346 'sources': [
1346 'ext/image_operations_bench.cc', 1347 'ext/image_operations_bench.cc',
1347 ], 1348 ],
1348 }, 1349 },
1349 ], 1350 ],
1350 } 1351 }
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