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

Side by Side Diff: skia/skia.gyp

Issue 8538010: Rolling Skia DEPS from r2633 to r2666 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 9 years, 1 month 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') | webkit/tools/layout_tests/test_expectations.txt » ('j') | 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) 2011 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2011 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 'sources': [ 10 'sources': [
(...skipping 194 matching lines...) Expand 10 before | Expand all | Expand 10 after
205 '../third_party/skia/src/core/SkCanvas.cpp', 205 '../third_party/skia/src/core/SkCanvas.cpp',
206 '../third_party/skia/src/core/SkChunkAlloc.cpp', 206 '../third_party/skia/src/core/SkChunkAlloc.cpp',
207 '../third_party/skia/src/core/SkClampRange.cpp', 207 '../third_party/skia/src/core/SkClampRange.cpp',
208 '../third_party/skia/src/core/SkClipStack.cpp', 208 '../third_party/skia/src/core/SkClipStack.cpp',
209 '../third_party/skia/src/core/SkColor.cpp', 209 '../third_party/skia/src/core/SkColor.cpp',
210 '../third_party/skia/src/core/SkColorFilter.cpp', 210 '../third_party/skia/src/core/SkColorFilter.cpp',
211 '../third_party/skia/src/core/SkColorTable.cpp', 211 '../third_party/skia/src/core/SkColorTable.cpp',
212 '../third_party/skia/src/core/SkComposeShader.cpp', 212 '../third_party/skia/src/core/SkComposeShader.cpp',
213 '../third_party/skia/src/core/SkConcaveToTriangles.cpp', 213 '../third_party/skia/src/core/SkConcaveToTriangles.cpp',
214 '../third_party/skia/src/core/SkConcaveToTriangles.h', 214 '../third_party/skia/src/core/SkConcaveToTriangles.h',
215 '../third_party/skia/src/core/SkConfig8888.h',
215 '../third_party/skia/src/core/SkCordic.cpp', 216 '../third_party/skia/src/core/SkCordic.cpp',
216 '../third_party/skia/src/core/SkCordic.h', 217 '../third_party/skia/src/core/SkCordic.h',
217 '../third_party/skia/src/core/SkCoreBlitters.h', 218 '../third_party/skia/src/core/SkCoreBlitters.h',
218 '../third_party/skia/src/core/SkCubicClipper.cpp', 219 '../third_party/skia/src/core/SkCubicClipper.cpp',
219 '../third_party/skia/src/core/SkCubicClipper.h', 220 '../third_party/skia/src/core/SkCubicClipper.h',
220 '../third_party/skia/src/core/SkData.cpp', 221 '../third_party/skia/src/core/SkData.cpp',
221 '../third_party/skia/src/core/SkDebug.cpp', 222 '../third_party/skia/src/core/SkDebug.cpp',
222 #'../third_party/skia/src/core/SkDebug_stdio.cpp', 223 #'../third_party/skia/src/core/SkDebug_stdio.cpp',
223 '../third_party/skia/src/core/SkDeque.cpp', 224 '../third_party/skia/src/core/SkDeque.cpp',
224 '../third_party/skia/src/core/SkDevice.cpp', 225 '../third_party/skia/src/core/SkDevice.cpp',
(...skipping 84 matching lines...) Expand 10 before | Expand all | Expand 10 after
309 '../third_party/skia/src/core/SkUtils.cpp', 310 '../third_party/skia/src/core/SkUtils.cpp',
310 '../third_party/skia/src/core/SkWriter32.cpp', 311 '../third_party/skia/src/core/SkWriter32.cpp',
311 '../third_party/skia/src/core/SkXfermode.cpp', 312 '../third_party/skia/src/core/SkXfermode.cpp',
312 313
313 '../third_party/skia/src/effects/Sk1DPathEffect.cpp', 314 '../third_party/skia/src/effects/Sk1DPathEffect.cpp',
314 '../third_party/skia/src/effects/Sk2DPathEffect.cpp', 315 '../third_party/skia/src/effects/Sk2DPathEffect.cpp',
315 '../third_party/skia/src/effects/SkAvoidXfermode.cpp', 316 '../third_party/skia/src/effects/SkAvoidXfermode.cpp',
316 '../third_party/skia/src/effects/SkBitmapCache.cpp', 317 '../third_party/skia/src/effects/SkBitmapCache.cpp',
317 '../third_party/skia/src/effects/SkBitmapCache.h', 318 '../third_party/skia/src/effects/SkBitmapCache.h',
318 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp', 319 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp',
320 '../third_party/skia/src/effects/SkBlurImageFilter.cpp',
319 '../third_party/skia/src/effects/SkBlurMask.cpp', 321 '../third_party/skia/src/effects/SkBlurMask.cpp',
320 '../third_party/skia/src/effects/SkBlurMask.h', 322 '../third_party/skia/src/effects/SkBlurMask.h',
321 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp', 323 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp',
322 '../third_party/skia/src/effects/SkColorFilters.cpp', 324 '../third_party/skia/src/effects/SkColorFilters.cpp',
323 '../third_party/skia/src/effects/SkColorMatrixFilter.cpp', 325 '../third_party/skia/src/effects/SkColorMatrixFilter.cpp',
324 '../third_party/skia/src/effects/SkCornerPathEffect.cpp', 326 '../third_party/skia/src/effects/SkCornerPathEffect.cpp',
325 '../third_party/skia/src/effects/SkDashPathEffect.cpp', 327 '../third_party/skia/src/effects/SkDashPathEffect.cpp',
326 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp', 328 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp',
327 '../third_party/skia/src/effects/SkEmbossMask.cpp', 329 '../third_party/skia/src/effects/SkEmbossMask.cpp',
328 '../third_party/skia/src/effects/SkEmbossMask.h', 330 '../third_party/skia/src/effects/SkEmbossMask.h',
(...skipping 257 matching lines...) Expand 10 before | Expand all | Expand 10 after
586 '../third_party/skia/include/core/SkUnPreMultiply.h', 588 '../third_party/skia/include/core/SkUnPreMultiply.h',
587 '../third_party/skia/include/core/SkUnitMapper.h', 589 '../third_party/skia/include/core/SkUnitMapper.h',
588 '../third_party/skia/include/core/SkUtils.h', 590 '../third_party/skia/include/core/SkUtils.h',
589 '../third_party/skia/include/core/SkWriter32.h', 591 '../third_party/skia/include/core/SkWriter32.h',
590 '../third_party/skia/include/core/SkXfermode.h', 592 '../third_party/skia/include/core/SkXfermode.h',
591 593
592 '../third_party/skia/include/effects/Sk1DPathEffect.h', 594 '../third_party/skia/include/effects/Sk1DPathEffect.h',
593 '../third_party/skia/include/effects/Sk2DPathEffect.h', 595 '../third_party/skia/include/effects/Sk2DPathEffect.h',
594 '../third_party/skia/include/effects/SkAvoidXfermode.h', 596 '../third_party/skia/include/effects/SkAvoidXfermode.h',
595 '../third_party/skia/include/effects/SkBlurDrawLooper.h', 597 '../third_party/skia/include/effects/SkBlurDrawLooper.h',
598 '../third_party/skia/include/effects/SkBlurImageFilter.h',
596 '../third_party/skia/include/effects/SkBlurMaskFilter.h', 599 '../third_party/skia/include/effects/SkBlurMaskFilter.h',
597 '../third_party/skia/include/effects/SkColorMatrix.h', 600 '../third_party/skia/include/effects/SkColorMatrix.h',
598 '../third_party/skia/include/effects/SkColorMatrixFilter.h', 601 '../third_party/skia/include/effects/SkColorMatrixFilter.h',
599 '../third_party/skia/include/effects/SkCornerPathEffect.h', 602 '../third_party/skia/include/effects/SkCornerPathEffect.h',
600 '../third_party/skia/include/effects/SkDashPathEffect.h', 603 '../third_party/skia/include/effects/SkDashPathEffect.h',
601 '../third_party/skia/include/effects/SkDiscretePathEffect.h', 604 '../third_party/skia/include/effects/SkDiscretePathEffect.h',
602 '../third_party/skia/include/effects/SkDrawExtraPathEffect.h', 605 '../third_party/skia/include/effects/SkDrawExtraPathEffect.h',
603 '../third_party/skia/include/effects/SkEmbossMaskFilter.h', 606 '../third_party/skia/include/effects/SkEmbossMaskFilter.h',
604 '../third_party/skia/include/effects/SkGradientShader.h', 607 '../third_party/skia/include/effects/SkGradientShader.h',
605 '../third_party/skia/include/effects/SkKernel33MaskFilter.h', 608 '../third_party/skia/include/effects/SkKernel33MaskFilter.h',
(...skipping 505 matching lines...) Expand 10 before | Expand all | Expand 10 after
1111 ], 1114 ],
1112 'include_dirs': [ 1115 'include_dirs': [
1113 '..', 1116 '..',
1114 ], 1117 ],
1115 'sources': [ 1118 'sources': [
1116 'ext/image_operations_bench.cc', 1119 'ext/image_operations_bench.cc',
1117 ], 1120 ],
1118 }, 1121 },
1119 ], 1122 ],
1120 } 1123 }
OLDNEW
« no previous file with comments | « DEPS ('k') | webkit/tools/layout_tests/test_expectations.txt » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698