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

Side by Side Diff: skia/skia.gyp

Issue 10835026: Revert 148768 - roll skia to 4804 (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',
328 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp', 330 '../third_party/skia/src/effects/SkBlurDrawLooper.cpp',
329 '../third_party/skia/src/effects/SkBlurImageFilter.cpp', 331 '../third_party/skia/src/effects/SkBlurImageFilter.cpp',
330 '../third_party/skia/src/effects/SkBlurMask.cpp', 332 '../third_party/skia/src/effects/SkBlurMask.cpp',
331 '../third_party/skia/src/effects/SkBlurMask.h', 333 '../third_party/skia/src/effects/SkBlurMask.h',
332 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp', 334 '../third_party/skia/src/effects/SkBlurMaskFilter.cpp',
335 '../third_party/skia/src/effects/SkClampRange.cpp',
333 '../third_party/skia/src/effects/SkColorFilters.cpp', 336 '../third_party/skia/src/effects/SkColorFilters.cpp',
334 '../third_party/skia/src/effects/SkColorMatrixFilter.cpp', 337 '../third_party/skia/src/effects/SkColorMatrixFilter.cpp',
335 '../third_party/skia/src/effects/SkCornerPathEffect.cpp', 338 '../third_party/skia/src/effects/SkCornerPathEffect.cpp',
336 '../third_party/skia/src/effects/SkDashPathEffect.cpp', 339 '../third_party/skia/src/effects/SkDashPathEffect.cpp',
337 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp', 340 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp',
338 '../third_party/skia/src/effects/SkEmbossMask.cpp', 341 '../third_party/skia/src/effects/SkEmbossMask.cpp',
339 '../third_party/skia/src/effects/SkEmbossMask.h', 342 '../third_party/skia/src/effects/SkEmbossMask.h',
340 '../third_party/skia/src/effects/SkEmbossMask_Table.h', 343 '../third_party/skia/src/effects/SkEmbossMask_Table.h',
341 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', 344 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp',
345 '../third_party/skia/src/effects/SkGradientShader.cpp',
342 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', 346 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
343 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', 347 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
344 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', 348 '../third_party/skia/src/effects/SkLayerRasterizer.cpp',
345 '../third_party/skia/src/effects/SkLightingImageFilter.cpp', 349 '../third_party/skia/src/effects/SkLightingImageFilter.cpp',
346 '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp', 350 '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp',
347 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', 351 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
348 '../third_party/skia/src/effects/SkPorterDuff.cpp', 352 '../third_party/skia/src/effects/SkPorterDuff.cpp',
349 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', 353 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
354 '../third_party/skia/src/effects/SkRadialGradient_Table.h',
350 '../third_party/skia/src/effects/SkTableColorFilter.cpp', 355 '../third_party/skia/src/effects/SkTableColorFilter.cpp',
351 '../third_party/skia/src/effects/SkTransparentShader.cpp', 356 '../third_party/skia/src/effects/SkTransparentShader.cpp',
352 357
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
369 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp', 358 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp',
370 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', 359 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h',
371 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', 360 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp',
372 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h', 361 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.h',
373 '../third_party/skia/src/gpu/GrAARectRenderer.cpp', 362 '../third_party/skia/src/gpu/GrAARectRenderer.cpp',
374 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp', 363 '../third_party/skia/src/gpu/GrAddPathRenderers_default.cpp',
375 '../third_party/skia/src/gpu/GrAllocPool.cpp', 364 '../third_party/skia/src/gpu/GrAllocPool.cpp',
376 '../third_party/skia/src/gpu/GrAllocPool.h', 365 '../third_party/skia/src/gpu/GrAllocPool.h',
377 '../third_party/skia/src/gpu/GrAllocator.h', 366 '../third_party/skia/src/gpu/GrAllocator.h',
378 '../third_party/skia/src/gpu/GrAtlas.cpp', 367 '../third_party/skia/src/gpu/GrAtlas.cpp',
(...skipping 942 matching lines...) Expand 10 before | Expand all | Expand 10 after
1321 ], 1310 ],
1322 'include_dirs': [ 1311 'include_dirs': [
1323 '..', 1312 '..',
1324 ], 1313 ],
1325 'sources': [ 1314 'sources': [
1326 'ext/image_operations_bench.cc', 1315 'ext/image_operations_bench.cc',
1327 ], 1316 ],
1328 }, 1317 },
1329 ], 1318 ],
1330 } 1319 }
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