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

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

Issue 1296963002: Put transform tree building in DisplayItemPropertyTreeBuilder. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rename State to BuilderState Created 5 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
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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after
270 'exported/WebCredential.cpp', 270 'exported/WebCredential.cpp',
271 'exported/WebCryptoAlgorithm.cpp', 271 'exported/WebCryptoAlgorithm.cpp',
272 'exported/WebCryptoKey.cpp', 272 'exported/WebCryptoKey.cpp',
273 'exported/WebCryptoKeyAlgorithm.cpp', 273 'exported/WebCryptoKeyAlgorithm.cpp',
274 'exported/WebCryptoResult.cpp', 274 'exported/WebCryptoResult.cpp',
275 'exported/WebCursorInfo.cpp', 275 'exported/WebCursorInfo.cpp',
276 'exported/WebData.cpp', 276 'exported/WebData.cpp',
277 'exported/WebDataConsumerHandle.cpp', 277 'exported/WebDataConsumerHandle.cpp',
278 'exported/WebDeviceMotionData.cpp', 278 'exported/WebDeviceMotionData.cpp',
279 'exported/WebDeviceOrientationData.cpp', 279 'exported/WebDeviceOrientationData.cpp',
280 'exported/WebDisplayItemClipTree.cpp',
280 'exported/WebDisplayItemTransformTree.cpp', 281 'exported/WebDisplayItemTransformTree.cpp',
281 'exported/WebDragData.cpp', 282 'exported/WebDragData.cpp',
282 'exported/WebEncryptedMediaClient.cpp', 283 'exported/WebEncryptedMediaClient.cpp',
283 'exported/WebEncryptedMediaKeyInformation.cpp', 284 'exported/WebEncryptedMediaKeyInformation.cpp',
284 'exported/WebEncryptedMediaRequest.cpp', 285 'exported/WebEncryptedMediaRequest.cpp',
285 'exported/WebFederatedCredential.cpp', 286 'exported/WebFederatedCredential.cpp',
286 'exported/WebFileSystemCallbacks.cpp', 287 'exported/WebFileSystemCallbacks.cpp',
287 'exported/WebFilterKeyframe.cpp', 288 'exported/WebFilterKeyframe.cpp',
288 'exported/WebHTTPBody.cpp', 289 'exported/WebHTTPBody.cpp',
289 'exported/WebHTTPLoadInfo.cpp', 290 'exported/WebHTTPLoadInfo.cpp',
(...skipping 360 matching lines...) Expand 10 before | Expand all | Expand 10 after
650 'graphics/paint/ClipPathRecorder.cpp', 651 'graphics/paint/ClipPathRecorder.cpp',
651 'graphics/paint/ClipPathRecorder.h', 652 'graphics/paint/ClipPathRecorder.h',
652 'graphics/paint/ClipRecorder.cpp', 653 'graphics/paint/ClipRecorder.cpp',
653 'graphics/paint/ClipRecorder.h', 654 'graphics/paint/ClipRecorder.h',
654 'graphics/paint/DisplayItem.cpp', 655 'graphics/paint/DisplayItem.cpp',
655 'graphics/paint/DisplayItem.h', 656 'graphics/paint/DisplayItem.h',
656 'graphics/paint/DisplayItemCacheSkipper.h', 657 'graphics/paint/DisplayItemCacheSkipper.h',
657 'graphics/paint/DisplayItemClient.h', 658 'graphics/paint/DisplayItemClient.h',
658 'graphics/paint/DisplayItemList.cpp', 659 'graphics/paint/DisplayItemList.cpp',
659 'graphics/paint/DisplayItemList.h', 660 'graphics/paint/DisplayItemList.h',
661 'graphics/paint/DisplayItemClipTree.cpp',
662 'graphics/paint/DisplayItemClipTree.h',
663 'graphics/paint/DisplayItemPropertyTreeBuilder.cpp',
664 'graphics/paint/DisplayItemPropertyTreeBuilder.h',
660 'graphics/paint/DisplayItemTransformTree.cpp', 665 'graphics/paint/DisplayItemTransformTree.cpp',
661 'graphics/paint/DisplayItemTransformTree.h', 666 'graphics/paint/DisplayItemTransformTree.h',
662 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
663 'graphics/paint/DisplayItemTransformTreeBuilder.h',
664 'graphics/paint/DrawingDisplayItem.cpp', 667 'graphics/paint/DrawingDisplayItem.cpp',
665 'graphics/paint/DrawingDisplayItem.h', 668 'graphics/paint/DrawingDisplayItem.h',
666 'graphics/paint/DrawingRecorder.cpp', 669 'graphics/paint/DrawingRecorder.cpp',
667 'graphics/paint/DrawingRecorder.h', 670 'graphics/paint/DrawingRecorder.h',
668 'graphics/paint/FilterDisplayItem.cpp', 671 'graphics/paint/FilterDisplayItem.cpp',
669 'graphics/paint/FilterDisplayItem.h', 672 'graphics/paint/FilterDisplayItem.h',
670 'graphics/paint/FixedPositionContainerDisplayItem.cpp', 673 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
671 'graphics/paint/FixedPositionContainerDisplayItem.h', 674 'graphics/paint/FixedPositionContainerDisplayItem.h',
672 'graphics/paint/FixedPositionDisplayItem.cpp', 675 'graphics/paint/FixedPositionDisplayItem.cpp',
673 'graphics/paint/FixedPositionDisplayItem.h', 676 'graphics/paint/FixedPositionDisplayItem.h',
(...skipping 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
969 'geometry/GeometryTestHelpers.cpp', 972 'geometry/GeometryTestHelpers.cpp',
970 'geometry/LayoutRectOutsetsTest.cpp', 973 'geometry/LayoutRectOutsetsTest.cpp',
971 'geometry/RegionTest.cpp', 974 'geometry/RegionTest.cpp',
972 'graphics/ContiguousContainerTest.cpp', 975 'graphics/ContiguousContainerTest.cpp',
973 'graphics/GraphicsContextTest.cpp', 976 'graphics/GraphicsContextTest.cpp',
974 'graphics/RecordingImageBufferSurfaceTest.cpp', 977 'graphics/RecordingImageBufferSurfaceTest.cpp',
975 'graphics/ThreadSafeDataTransportTest.cpp', 978 'graphics/ThreadSafeDataTransportTest.cpp',
976 'graphics/filters/FilterOperationsTest.cpp', 979 'graphics/filters/FilterOperationsTest.cpp',
977 'graphics/filters/ImageFilterBuilderTest.cpp', 980 'graphics/filters/ImageFilterBuilderTest.cpp',
978 'graphics/gpu/DrawingBufferTest.cpp', 981 'graphics/gpu/DrawingBufferTest.cpp',
982 'graphics/paint/DisplayItemPropertyTreeBuilderTest.cpp',
979 'graphics/paint/DisplayItemListTest.cpp', 983 'graphics/paint/DisplayItemListTest.cpp',
980 'graphics/paint/DisplayItemTest.cpp', 984 'graphics/paint/DisplayItemTest.cpp',
981 'graphics/paint/DisplayItemTransformTreeBuilderTest.cpp',
982 'image-decoders/FastSharedBufferReaderTest.cpp', 985 'image-decoders/FastSharedBufferReaderTest.cpp',
983 'image-decoders/ImageDecoderTest.cpp', 986 'image-decoders/ImageDecoderTest.cpp',
984 'network/FormDataTest.cpp', 987 'network/FormDataTest.cpp',
985 'network/HTTPParsersTest.cpp', 988 'network/HTTPParsersTest.cpp',
986 'network/ResourceRequestTest.cpp', 989 'network/ResourceRequestTest.cpp',
987 'scheduler/CancellableTaskFactoryTest.cpp', 990 'scheduler/CancellableTaskFactoryTest.cpp',
988 'scroll/ScrollableAreaTest.cpp', 991 'scroll/ScrollableAreaTest.cpp',
989 'testing/ArenaTestHelpers.h', 992 'testing/ArenaTestHelpers.h',
990 'testing/TreeTestHelpers.cpp', 993 'testing/TreeTestHelpers.cpp',
991 'testing/TreeTestHelpers.h', 994 'testing/TreeTestHelpers.h',
(...skipping 57 matching lines...) Expand 10 before | Expand all | Expand 10 after
1049 ['os_posix==1 and OS!="mac"', 1052 ['os_posix==1 and OS!="mac"',
1050 { 1053 {
1051 'platform_test_files': [ 1054 'platform_test_files': [
1052 'text/LocaleICUTest.cpp', 1055 'text/LocaleICUTest.cpp',
1053 ], 1056 ],
1054 } 1057 }
1055 ], 1058 ],
1056 ], 1059 ],
1057 }, 1060 },
1058 } 1061 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698