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

Side by Side Diff: skia/skia.gyp

Issue 10821090: Roll Skia DEPS to 4834 & update skia.gyp (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 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
318 '../third_party/skia/src/core/SkUtils.cpp', 318 '../third_party/skia/src/core/SkUtils.cpp',
319 '../third_party/skia/src/core/SkWriter32.cpp', 319 '../third_party/skia/src/core/SkWriter32.cpp',
320 '../third_party/skia/src/core/SkXfermode.cpp', 320 '../third_party/skia/src/core/SkXfermode.cpp',
321 321
322 '../third_party/skia/src/pipe/SkGPipeRead.cpp', 322 '../third_party/skia/src/pipe/SkGPipeRead.cpp',
323 '../third_party/skia/src/pipe/SkGPipeWrite.cpp', 323 '../third_party/skia/src/pipe/SkGPipeWrite.cpp',
324 324
325 '../third_party/skia/src/effects/Sk1DPathEffect.cpp', 325 '../third_party/skia/src/effects/Sk1DPathEffect.cpp',
326 '../third_party/skia/src/effects/Sk2DPathEffect.cpp', 326 '../third_party/skia/src/effects/Sk2DPathEffect.cpp',
327 '../third_party/skia/src/effects/SkAvoidXfermode.cpp', 327 '../third_party/skia/src/effects/SkAvoidXfermode.cpp',
328 '../third_party/skia/src/effects/SkBitmapCache.cpp',
329 '../third_party/skia/src/effects/SkBitmapCache.h',
330 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp', 328 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp',
331 '../third_party/skia/src/effects/SkBlurImageFilter.cpp', 329 '../third_party/skia/src/effects/SkBlurImageFilter.cpp',
332 '../third_party/skia/src/effects/SkBlurMask.cpp', 330 '../third_party/skia/src/effects/SkBlurMask.cpp',
333 '../third_party/skia/src/effects/SkBlurMask.h', 331 '../third_party/skia/src/effects/SkBlurMask.h',
334 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp', 332 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp',
335 '../third_party/skia/src/effects/SkClampRange.cpp',
336 '../third_party/skia/src/effects/SkColorFilters.cpp', 333 '../third_party/skia/src/effects/SkColorFilters.cpp',
337 '../third_party/skia/src/effects/SkColorMatrixFilter.cpp', 334 '../third_party/skia/src/effects/SkColorMatrixFilter.cpp',
338 '../third_party/skia/src/effects/SkCornerPathEffect.cpp', 335 '../third_party/skia/src/effects/SkCornerPathEffect.cpp',
339 '../third_party/skia/src/effects/SkDashPathEffect.cpp', 336 '../third_party/skia/src/effects/SkDashPathEffect.cpp',
340 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp', 337 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp',
341 '../third_party/skia/src/effects/SkEmbossMask.cpp', 338 '../third_party/skia/src/effects/SkEmbossMask.cpp',
342 '../third_party/skia/src/effects/SkEmbossMask.h', 339 '../third_party/skia/src/effects/SkEmbossMask.h',
343 '../third_party/skia/src/effects/SkEmbossMask_Table.h', 340 '../third_party/skia/src/effects/SkEmbossMask_Table.h',
344 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', 341 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp',
345 '../third_party/skia/src/effects/SkGradientShader.cpp',
346 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', 342 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
347 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', 343 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
348 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', 344 '../third_party/skia/src/effects/SkLayerRasterizer.cpp',
349 '../third_party/skia/src/effects/SkLightingImageFilter.cpp', 345 '../third_party/skia/src/effects/SkLightingImageFilter.cpp',
350 '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp', 346 '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp',
351 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', 347 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
352 '../third_party/skia/src/effects/SkPorterDuff.cpp', 348 '../third_party/skia/src/effects/SkPorterDuff.cpp',
353 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', 349 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
354 '../third_party/skia/src/effects/SkRadialGradient_Table.h',
355 '../third_party/skia/src/effects/SkTableColorFilter.cpp', 350 '../third_party/skia/src/effects/SkTableColorFilter.cpp',
356 '../third_party/skia/src/effects/SkTransparentShader.cpp', 351 '../third_party/skia/src/effects/SkTransparentShader.cpp',
357 352
353 '../third_party/skia/src/effects/gradients/SkBitmapCache.cpp',
354 '../third_party/skia/src/effects/gradients/SkBitmapCache.h',
355 '../third_party/skia/src/effects/gradients/SkClampRange.cpp',
356 '../third_party/skia/src/effects/gradients/SkGradientShader.cpp',
357 '../third_party/skia/src/effects/gradients/SkLinearGradient.cpp',
358 '../third_party/skia/src/effects/gradients/SkLinearGradient.h',
359 '../third_party/skia/src/effects/gradients/SkRadialGradient.cpp',
360 '../third_party/skia/src/effects/gradients/SkRadialGradient.h',
361 '../third_party/skia/src/effects/gradients/SkTwoPointRadialGradient.cpp' ,
362 '../third_party/skia/src/effects/gradients/SkTwoPointRadialGradient.h',
363 '../third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.cpp ',
364 '../third_party/skia/src/effects/gradients/SkTwoPointConicalGradient.h',
365 '../third_party/skia/src/effects/gradients/SkSweepGradient.cpp',
366 '../third_party/skia/src/effects/gradients/SkSweepGradient.h',
367 '../third_party/skia/src/effects/gradients/SkGradientShaderPriv.h',
368
358 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp', 369 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp',
359 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', 370 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h',
360 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', 371 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp',
361 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', 372 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h',
362 '../third_party/skia/src/gpu/GrAARectRenderer.cpp', 373 '../third_party/skia/src/gpu/GrAARectRenderer.cpp',
363 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', 374 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp',
364 '../third_party/skia/src/gpu/GrAllocPool.cpp', 375 '../third_party/skia/src/gpu/GrAllocPool.cpp',
365 '../third_party/skia/src/gpu/GrAllocPool.h', 376 '../third_party/skia/src/gpu/GrAllocPool.h',
366 '../third_party/skia/src/gpu/GrAllocator.h', 377 '../third_party/skia/src/gpu/GrAllocator.h',
367 '../third_party/skia/src/gpu/GrAtlas.cpp', 378 '../third_party/skia/src/gpu/GrAtlas.cpp',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
431 '../third_party/skia/src/gpu/SkGrFontScaler.cpp', 442 '../third_party/skia/src/gpu/SkGrFontScaler.cpp',
432 '../third_party/skia/src/gpu/SkGrPixelRef.cpp', 443 '../third_party/skia/src/gpu/SkGrPixelRef.cpp',
433 '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp', 444 '../third_party/skia/src/gpu/SkGrTexturePixelRef.cpp',
434 '../third_party/skia/src/gpu/effects/Gr1DKernelEffect.h', 445 '../third_party/skia/src/gpu/effects/Gr1DKernelEffect.h',
435 '../third_party/skia/src/gpu/effects/GrColorTableEffect.cpp', 446 '../third_party/skia/src/gpu/effects/GrColorTableEffect.cpp',
436 '../third_party/skia/src/gpu/effects/GrColorTableEffect.h', 447 '../third_party/skia/src/gpu/effects/GrColorTableEffect.h',
437 '../third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp', 448 '../third_party/skia/src/gpu/effects/GrConvolutionEffect.cpp',
438 '../third_party/skia/src/gpu/effects/GrConvolutionEffect.h', 449 '../third_party/skia/src/gpu/effects/GrConvolutionEffect.h',
439 '../third_party/skia/src/gpu/effects/GrMorphologyEffect.cpp', 450 '../third_party/skia/src/gpu/effects/GrMorphologyEffect.cpp',
440 '../third_party/skia/src/gpu/effects/GrMorphologyEffect.h', 451 '../third_party/skia/src/gpu/effects/GrMorphologyEffect.h',
441 '../third_party/skia/src/gpu/effects/GrGradientEffects.cpp',
442 '../third_party/skia/src/gpu/effects/GrGradientEffects.h',
443 '../third_party/skia/src/gpu/effects/GrSingleTextureEffect.cpp', 452 '../third_party/skia/src/gpu/effects/GrSingleTextureEffect.cpp',
444 '../third_party/skia/src/gpu/effects/GrSingleTextureEffect.h', 453 '../third_party/skia/src/gpu/effects/GrSingleTextureEffect.h',
445 '../third_party/skia/src/gpu/effects/GrTextureDomainEffect.cpp', 454 '../third_party/skia/src/gpu/effects/GrTextureDomainEffect.cpp',
446 '../third_party/skia/src/gpu/effects/GrTextureDomainEffect.h', 455 '../third_party/skia/src/gpu/effects/GrTextureDomainEffect.h',
447 '../third_party/skia/src/gpu/gl/GrGLCaps.cpp', 456 '../third_party/skia/src/gpu/gl/GrGLCaps.cpp',
448 '../third_party/skia/src/gpu/gl/GrGLCaps.h', 457 '../third_party/skia/src/gpu/gl/GrGLCaps.h',
449 '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp', 458 '../third_party/skia/src/gpu/gl/GrGLContextInfo.cpp',
450 '../third_party/skia/src/gpu/gl/GrGLContextInfo.h', 459 '../third_party/skia/src/gpu/gl/GrGLContextInfo.h',
451 '../third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp', 460 '../third_party/skia/src/gpu/gl/GrGLCreateNativeInterface_none.cpp',
452 '../third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp', 461 '../third_party/skia/src/gpu/gl/GrGLDefaultInterface_none.cpp',
(...skipping 857 matching lines...) Expand 10 before | Expand all | Expand 10 after
1310 ], 1319 ],
1311 'include_dirs': [ 1320 'include_dirs': [
1312 '..', 1321 '..',
1313 ], 1322 ],
1314 'sources': [ 1323 'sources': [
1315 'ext/image_operations_bench.cc', 1324 'ext/image_operations_bench.cc',
1316 ], 1325 ],
1317 }, 1326 },
1318 ], 1327 ],
1319 } 1328 }
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