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

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

Issue 1396783003: Factor PaintArtifact out of DisplayItemList. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@const-replay
Patch Set: Created 5 years, 2 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
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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'graphics/paint/ClipDisplayItem.cpp', 654 'graphics/paint/ClipDisplayItem.cpp',
655 'graphics/paint/ClipDisplayItem.h', 655 'graphics/paint/ClipDisplayItem.h',
656 'graphics/paint/ClipPathDisplayItem.cpp', 656 'graphics/paint/ClipPathDisplayItem.cpp',
657 'graphics/paint/ClipPathDisplayItem.h', 657 'graphics/paint/ClipPathDisplayItem.h',
658 'graphics/paint/ClipPathRecorder.cpp', 658 'graphics/paint/ClipPathRecorder.cpp',
659 'graphics/paint/ClipPathRecorder.h', 659 'graphics/paint/ClipPathRecorder.h',
660 'graphics/paint/ClipRecorder.cpp', 660 'graphics/paint/ClipRecorder.cpp',
661 'graphics/paint/ClipRecorder.h', 661 'graphics/paint/ClipRecorder.h',
662 'graphics/paint/DisplayItem.cpp', 662 'graphics/paint/DisplayItem.cpp',
663 'graphics/paint/DisplayItem.h', 663 'graphics/paint/DisplayItem.h',
664 'graphics/paint/DisplayItems.h',
664 'graphics/paint/DisplayItemCacheSkipper.h', 665 'graphics/paint/DisplayItemCacheSkipper.h',
665 'graphics/paint/DisplayItemClient.h', 666 'graphics/paint/DisplayItemClient.h',
666 'graphics/paint/DisplayItemList.cpp', 667 'graphics/paint/DisplayItemList.cpp',
667 'graphics/paint/DisplayItemList.h', 668 'graphics/paint/DisplayItemList.h',
668 'graphics/paint/DisplayItemClipTree.cpp', 669 'graphics/paint/DisplayItemClipTree.cpp',
669 'graphics/paint/DisplayItemClipTree.h', 670 'graphics/paint/DisplayItemClipTree.h',
670 'graphics/paint/DisplayItemPropertyTreeBuilder.cpp', 671 'graphics/paint/DisplayItemPropertyTreeBuilder.cpp',
671 'graphics/paint/DisplayItemPropertyTreeBuilder.h', 672 'graphics/paint/DisplayItemPropertyTreeBuilder.h',
672 'graphics/paint/DisplayItemTransformTree.cpp', 673 'graphics/paint/DisplayItemTransformTree.cpp',
673 'graphics/paint/DisplayItemTransformTree.h', 674 'graphics/paint/DisplayItemTransformTree.h',
674 'graphics/paint/DrawingDisplayItem.cpp', 675 'graphics/paint/DrawingDisplayItem.cpp',
675 'graphics/paint/DrawingDisplayItem.h', 676 'graphics/paint/DrawingDisplayItem.h',
676 'graphics/paint/DrawingRecorder.cpp', 677 'graphics/paint/DrawingRecorder.cpp',
677 'graphics/paint/DrawingRecorder.h', 678 'graphics/paint/DrawingRecorder.h',
678 'graphics/paint/FilterDisplayItem.cpp', 679 'graphics/paint/FilterDisplayItem.cpp',
679 'graphics/paint/FilterDisplayItem.h', 680 'graphics/paint/FilterDisplayItem.h',
680 'graphics/paint/FixedPositionContainerDisplayItem.cpp', 681 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
681 'graphics/paint/FixedPositionContainerDisplayItem.h', 682 'graphics/paint/FixedPositionContainerDisplayItem.h',
682 'graphics/paint/FixedPositionDisplayItem.cpp', 683 'graphics/paint/FixedPositionDisplayItem.cpp',
683 'graphics/paint/FixedPositionDisplayItem.h', 684 'graphics/paint/FixedPositionDisplayItem.h',
684 'graphics/paint/FloatClipDisplayItem.cpp', 685 'graphics/paint/FloatClipDisplayItem.cpp',
685 'graphics/paint/FloatClipDisplayItem.h', 686 'graphics/paint/FloatClipDisplayItem.h',
687 'graphics/paint/PaintArtifact.cpp',
688 'graphics/paint/PaintArtifact.h',
686 'graphics/paint/PaintChunkProperties.h', 689 'graphics/paint/PaintChunkProperties.h',
687 'graphics/paint/PaintChunk.h', 690 'graphics/paint/PaintChunk.h',
688 'graphics/paint/PaintChunker.cpp', 691 'graphics/paint/PaintChunker.cpp',
689 'graphics/paint/PaintChunker.h', 692 'graphics/paint/PaintChunker.h',
690 'graphics/paint/ScrollDisplayItem.cpp', 693 'graphics/paint/ScrollDisplayItem.cpp',
691 'graphics/paint/ScrollDisplayItem.h', 694 'graphics/paint/ScrollDisplayItem.h',
692 'graphics/paint/SkPictureBuilder.h', 695 'graphics/paint/SkPictureBuilder.h',
693 'graphics/paint/SubsequenceDisplayItem.h', 696 'graphics/paint/SubsequenceDisplayItem.h',
694 'graphics/paint/SubsequenceRecorder.cpp', 697 'graphics/paint/SubsequenceRecorder.cpp',
695 'graphics/paint/SubsequenceRecorder.h', 698 'graphics/paint/SubsequenceRecorder.h',
(...skipping 381 matching lines...) Expand 10 before | Expand all | Expand 10 after
1077 ['os_posix==1 and OS!="mac"', 1080 ['os_posix==1 and OS!="mac"',
1078 { 1081 {
1079 'platform_test_files': [ 1082 'platform_test_files': [
1080 'text/LocaleICUTest.cpp', 1083 'text/LocaleICUTest.cpp',
1081 ], 1084 ],
1082 } 1085 }
1083 ], 1086 ],
1084 ], 1087 ],
1085 }, 1088 },
1086 } 1089 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698