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

Side by Side Diff: skia/skia.gyp

Issue 9704043: Add skia's SkMorphologyImageFilter.* to the Chrome build. (Closed) Base URL: svn://chrome-svn/chrome/trunk/src/
Patch Set: Created 8 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 | « no previous file | 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 319 matching lines...) Expand 10 before | Expand all | Expand 10 after
330 '../third_party/skia/src/effects/SkDashPathEffect.cpp', 330 '../third_party/skia/src/effects/SkDashPathEffect.cpp',
331 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp', 331 '../third_party/skia/src/effects/SkDiscretePathEffect.cpp',
332 '../third_party/skia/src/effects/SkEmbossMask.cpp', 332 '../third_party/skia/src/effects/SkEmbossMask.cpp',
333 '../third_party/skia/src/effects/SkEmbossMask.h', 333 '../third_party/skia/src/effects/SkEmbossMask.h',
334 '../third_party/skia/src/effects/SkEmbossMask_Table.h', 334 '../third_party/skia/src/effects/SkEmbossMask_Table.h',
335 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp', 335 '../third_party/skia/src/effects/SkEmbossMaskFilter.cpp',
336 '../third_party/skia/src/effects/SkGradientShader.cpp', 336 '../third_party/skia/src/effects/SkGradientShader.cpp',
337 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp', 337 '../third_party/skia/src/effects/SkKernel33MaskFilter.cpp',
338 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp', 338 '../third_party/skia/src/effects/SkLayerDrawLooper.cpp',
339 '../third_party/skia/src/effects/SkLayerRasterizer.cpp', 339 '../third_party/skia/src/effects/SkLayerRasterizer.cpp',
340 '../third_party/skia/src/effects/SkMorphologyImageFilter.cpp',
340 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp', 341 '../third_party/skia/src/effects/SkPaintFlagsDrawFilter.cpp',
341 '../third_party/skia/src/effects/SkPorterDuff.cpp', 342 '../third_party/skia/src/effects/SkPorterDuff.cpp',
342 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp', 343 '../third_party/skia/src/effects/SkPixelXorXfermode.cpp',
343 '../third_party/skia/src/effects/SkRadialGradient_Table.h', 344 '../third_party/skia/src/effects/SkRadialGradient_Table.h',
344 '../third_party/skia/src/effects/SkTableColorFilter.cpp', 345 '../third_party/skia/src/effects/SkTableColorFilter.cpp',
345 '../third_party/skia/src/effects/SkTransparentShader.cpp', 346 '../third_party/skia/src/effects/SkTransparentShader.cpp',
346 347
347 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp', 348 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.cpp',
348 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h', 349 '../third_party/skia/src/gpu/GrAAConvexPathRenderer.h',
349 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp', 350 '../third_party/skia/src/gpu/GrAAHairLinePathRenderer.cpp',
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after
611 '../third_party/skia/include/effects/SkColorMatrixFilter.h', 612 '../third_party/skia/include/effects/SkColorMatrixFilter.h',
612 '../third_party/skia/include/effects/SkCornerPathEffect.h', 613 '../third_party/skia/include/effects/SkCornerPathEffect.h',
613 '../third_party/skia/include/effects/SkDashPathEffect.h', 614 '../third_party/skia/include/effects/SkDashPathEffect.h',
614 '../third_party/skia/include/effects/SkDiscretePathEffect.h', 615 '../third_party/skia/include/effects/SkDiscretePathEffect.h',
615 '../third_party/skia/include/effects/SkDrawExtraPathEffect.h', 616 '../third_party/skia/include/effects/SkDrawExtraPathEffect.h',
616 '../third_party/skia/include/effects/SkEmbossMaskFilter.h', 617 '../third_party/skia/include/effects/SkEmbossMaskFilter.h',
617 '../third_party/skia/include/effects/SkGradientShader.h', 618 '../third_party/skia/include/effects/SkGradientShader.h',
618 '../third_party/skia/include/effects/SkKernel33MaskFilter.h', 619 '../third_party/skia/include/effects/SkKernel33MaskFilter.h',
619 '../third_party/skia/include/effects/SkLayerDrawLooper.h', 620 '../third_party/skia/include/effects/SkLayerDrawLooper.h',
620 '../third_party/skia/include/effects/SkLayerRasterizer.h', 621 '../third_party/skia/include/effects/SkLayerRasterizer.h',
622 '../third_party/skia/include/effects/SkMorphologyImageFilter.h',
621 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h', 623 '../third_party/skia/include/effects/SkPaintFlagsDrawFilter.h',
622 '../third_party/skia/include/effects/SkPixelXorXfermode.h', 624 '../third_party/skia/include/effects/SkPixelXorXfermode.h',
623 '../third_party/skia/include/effects/SkPorterDuff.h', 625 '../third_party/skia/include/effects/SkPorterDuff.h',
624 '../third_party/skia/include/effects/SkTransparentShader.h', 626 '../third_party/skia/include/effects/SkTransparentShader.h',
625 627
626 '../third_party/skia/include/gpu/GrClip.h', 628 '../third_party/skia/include/gpu/GrClip.h',
627 '../third_party/skia/include/gpu/GrClipIterator.h', 629 '../third_party/skia/include/gpu/GrClipIterator.h',
628 '../third_party/skia/include/gpu/GrColor.h', 630 '../third_party/skia/include/gpu/GrColor.h',
629 '../third_party/skia/include/gpu/GrConfig.h', 631 '../third_party/skia/include/gpu/GrConfig.h',
630 '../third_party/skia/include/gpu/GrContext.h', 632 '../third_party/skia/include/gpu/GrContext.h',
(...skipping 608 matching lines...) Expand 10 before | Expand all | Expand 10 after
1239 ], 1241 ],
1240 'include_dirs': [ 1242 'include_dirs': [
1241 '..', 1243 '..',
1242 ], 1244 ],
1243 'sources': [ 1245 'sources': [
1244 'ext/image_operations_bench.cc', 1246 'ext/image_operations_bench.cc',
1245 ], 1247 ],
1246 }, 1248 },
1247 ], 1249 ],
1248 } 1250 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698