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

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

Issue 1379883003: Create PaintChunk and begin writing code to build paint chunks. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enable RuntimeEnabledFeature for PaintChunkerTest 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 665 matching lines...) Expand 10 before | Expand all | Expand 10 after
676 'graphics/paint/DrawingRecorder.cpp', 676 'graphics/paint/DrawingRecorder.cpp',
677 'graphics/paint/DrawingRecorder.h', 677 'graphics/paint/DrawingRecorder.h',
678 'graphics/paint/FilterDisplayItem.cpp', 678 'graphics/paint/FilterDisplayItem.cpp',
679 'graphics/paint/FilterDisplayItem.h', 679 'graphics/paint/FilterDisplayItem.h',
680 'graphics/paint/FixedPositionContainerDisplayItem.cpp', 680 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
681 'graphics/paint/FixedPositionContainerDisplayItem.h', 681 'graphics/paint/FixedPositionContainerDisplayItem.h',
682 'graphics/paint/FixedPositionDisplayItem.cpp', 682 'graphics/paint/FixedPositionDisplayItem.cpp',
683 'graphics/paint/FixedPositionDisplayItem.h', 683 'graphics/paint/FixedPositionDisplayItem.h',
684 'graphics/paint/FloatClipDisplayItem.cpp', 684 'graphics/paint/FloatClipDisplayItem.cpp',
685 'graphics/paint/FloatClipDisplayItem.h', 685 'graphics/paint/FloatClipDisplayItem.h',
686 'graphics/paint/PaintChunk.h',
687 'graphics/paint/PaintChunker.cpp',
688 'graphics/paint/PaintChunker.h',
689 'graphics/paint/PaintProperties.h',
686 'graphics/paint/ScrollDisplayItem.cpp', 690 'graphics/paint/ScrollDisplayItem.cpp',
687 'graphics/paint/ScrollDisplayItem.h', 691 'graphics/paint/ScrollDisplayItem.h',
688 'graphics/paint/SkPictureBuilder.h', 692 'graphics/paint/SkPictureBuilder.h',
689 'graphics/paint/SubsequenceDisplayItem.h', 693 'graphics/paint/SubsequenceDisplayItem.h',
690 'graphics/paint/SubsequenceRecorder.cpp', 694 'graphics/paint/SubsequenceRecorder.cpp',
691 'graphics/paint/SubsequenceRecorder.h', 695 'graphics/paint/SubsequenceRecorder.h',
692 'graphics/paint/Transform3DDisplayItem.cpp', 696 'graphics/paint/Transform3DDisplayItem.cpp',
693 'graphics/paint/Transform3DDisplayItem.h', 697 'graphics/paint/Transform3DDisplayItem.h',
694 'graphics/paint/TransformDisplayItem.cpp', 698 'graphics/paint/TransformDisplayItem.cpp',
695 'graphics/paint/TransformDisplayItem.h', 699 'graphics/paint/TransformDisplayItem.h',
(...skipping 290 matching lines...) Expand 10 before | Expand all | Expand 10 after
986 'graphics/ContiguousContainerTest.cpp', 990 'graphics/ContiguousContainerTest.cpp',
987 'graphics/GraphicsContextTest.cpp', 991 'graphics/GraphicsContextTest.cpp',
988 'graphics/RecordingImageBufferSurfaceTest.cpp', 992 'graphics/RecordingImageBufferSurfaceTest.cpp',
989 'graphics/ThreadSafeDataTransportTest.cpp', 993 'graphics/ThreadSafeDataTransportTest.cpp',
990 'graphics/filters/FilterOperationsTest.cpp', 994 'graphics/filters/FilterOperationsTest.cpp',
991 'graphics/filters/ImageFilterBuilderTest.cpp', 995 'graphics/filters/ImageFilterBuilderTest.cpp',
992 'graphics/gpu/DrawingBufferTest.cpp', 996 'graphics/gpu/DrawingBufferTest.cpp',
993 'graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp', 997 'graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp',
994 'graphics/paint/DisplayItemListTest.cpp', 998 'graphics/paint/DisplayItemListTest.cpp',
995 'graphics/paint/DisplayItemTest.cpp', 999 'graphics/paint/DisplayItemTest.cpp',
1000 'graphics/paint/PaintChunkerTest.cpp',
996 'image-decoders/FastSharedBufferReaderTest.cpp', 1001 'image-decoders/FastSharedBufferReaderTest.cpp',
997 'image-decoders/ImageDecoderTest.cpp', 1002 'image-decoders/ImageDecoderTest.cpp',
998 'mac/VersionUtilMacTest.mm', 1003 'mac/VersionUtilMacTest.mm',
999 'network/EncodedFormDataTest.cpp', 1004 'network/EncodedFormDataTest.cpp',
1000 'network/HTTPParsersTest.cpp', 1005 'network/HTTPParsersTest.cpp',
1001 'network/ResourceRequestTest.cpp', 1006 'network/ResourceRequestTest.cpp',
1002 'scheduler/CancellableTaskFactoryTest.cpp', 1007 'scheduler/CancellableTaskFactoryTest.cpp',
1003 'scroll/ScrollableAreaTest.cpp', 1008 'scroll/ScrollableAreaTest.cpp',
1004 'testing/ArenaTestHelpers.h', 1009 'testing/ArenaTestHelpers.h',
1005 'testing/TreeTestHelpers.cpp', 1010 'testing/TreeTestHelpers.cpp',
(...skipping 37 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 # TODO(jbroman): Move these into platform_test_support_files. 1048 # TODO(jbroman): Move these into platform_test_support_files.
1044 'platform_unittest_support_files': [ 1049 'platform_unittest_support_files': [
1045 'testing/URLTestHelpers.cpp', 1050 'testing/URLTestHelpers.cpp',
1046 'testing/URLTestHelpers.h', 1051 'testing/URLTestHelpers.h',
1047 'testing/UnitTestHelpers.cpp', 1052 'testing/UnitTestHelpers.cpp',
1048 'testing/UnitTestHelpers.h', 1053 'testing/UnitTestHelpers.h',
1049 ], 1054 ],
1050 'platform_test_support_files': [ 1055 'platform_test_support_files': [
1051 'testing/GeometryPrinters.cpp', 1056 'testing/GeometryPrinters.cpp',
1052 'testing/GeometryPrinters.h', 1057 'testing/GeometryPrinters.h',
1058 'testing/PaintPrinters.cpp',
1059 'testing/PaintPrinters.h',
1053 ], 1060 ],
1054 'conditions': [ 1061 'conditions': [
1055 ['OS=="win"', 1062 ['OS=="win"',
1056 { 1063 {
1057 'platform_test_files': [ 1064 'platform_test_files': [
1058 'text/LocaleWinTest.cpp', 1065 'text/LocaleWinTest.cpp',
1059 ], 1066 ],
1060 } 1067 }
1061 ], 1068 ],
1062 ['OS=="mac"', 1069 ['OS=="mac"',
1063 { 1070 {
1064 'platform_test_files': [ 1071 'platform_test_files': [
1065 'text/LocaleMacTest.cpp', 1072 'text/LocaleMacTest.cpp',
1066 ] 1073 ]
1067 } 1074 }
1068 ], 1075 ],
1069 ['os_posix==1 and OS!="mac"', 1076 ['os_posix==1 and OS!="mac"',
1070 { 1077 {
1071 'platform_test_files': [ 1078 'platform_test_files': [
1072 'text/LocaleICUTest.cpp', 1079 'text/LocaleICUTest.cpp',
1073 ], 1080 ],
1074 } 1081 }
1075 ], 1082 ],
1076 ], 1083 ],
1077 }, 1084 },
1078 } 1085 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698