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

Side by Side Diff: Source/platform/blink_platform.gypi

Issue 1160183003: Use SkPictureBuilder in SVGShapePainter, and generalize SkPictureBuilder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 6 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 | « Source/core/svg/graphics/SVGImage.cpp ('k') | Source/platform/graphics/GeneratedImage.cpp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 634 matching lines...) Expand 10 before | Expand all | Expand 10 after
645 'graphics/paint/ClipRecorder.cpp', 645 'graphics/paint/ClipRecorder.cpp',
646 'graphics/paint/ClipRecorder.h', 646 'graphics/paint/ClipRecorder.h',
647 'graphics/paint/DisplayItem.cpp', 647 'graphics/paint/DisplayItem.cpp',
648 'graphics/paint/DisplayItem.h', 648 'graphics/paint/DisplayItem.h',
649 'graphics/paint/DisplayItems.cpp', 649 'graphics/paint/DisplayItems.cpp',
650 'graphics/paint/DisplayItems.h', 650 'graphics/paint/DisplayItems.h',
651 'graphics/paint/DisplayItemCacheSkipper.h', 651 'graphics/paint/DisplayItemCacheSkipper.h',
652 'graphics/paint/DisplayItemClient.h', 652 'graphics/paint/DisplayItemClient.h',
653 'graphics/paint/DisplayItemList.cpp', 653 'graphics/paint/DisplayItemList.cpp',
654 'graphics/paint/DisplayItemList.h', 654 'graphics/paint/DisplayItemList.h',
655 'graphics/paint/DisplayItemListContextRecorder.h',
656 'graphics/paint/DisplayItemTransformTree.cpp', 655 'graphics/paint/DisplayItemTransformTree.cpp',
657 'graphics/paint/DisplayItemTransformTree.h', 656 'graphics/paint/DisplayItemTransformTree.h',
658 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', 657 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
659 'graphics/paint/DisplayItemTransformTreeBuilder.h', 658 'graphics/paint/DisplayItemTransformTreeBuilder.h',
660 'graphics/paint/DrawingDisplayItem.cpp', 659 'graphics/paint/DrawingDisplayItem.cpp',
661 'graphics/paint/DrawingDisplayItem.h', 660 'graphics/paint/DrawingDisplayItem.h',
662 'graphics/paint/DrawingRecorder.cpp', 661 'graphics/paint/DrawingRecorder.cpp',
663 'graphics/paint/DrawingRecorder.h', 662 'graphics/paint/DrawingRecorder.h',
664 'graphics/paint/FilterDisplayItem.cpp', 663 'graphics/paint/FilterDisplayItem.cpp',
665 'graphics/paint/FilterDisplayItem.h', 664 'graphics/paint/FilterDisplayItem.h',
(...skipping 365 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 ['os_posix==1 and OS!="mac"', 1030 ['os_posix==1 and OS!="mac"',
1032 { 1031 {
1033 'platform_test_files': [ 1032 'platform_test_files': [
1034 'text/LocaleICUTest.cpp', 1033 'text/LocaleICUTest.cpp',
1035 ], 1034 ],
1036 } 1035 }
1037 ], 1036 ],
1038 ], 1037 ],
1039 }, 1038 },
1040 } 1039 }
OLDNEW
« no previous file with comments | « Source/core/svg/graphics/SVGImage.cpp ('k') | Source/platform/graphics/GeneratedImage.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698