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

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

Issue 1110063006: Revert "Correct fixed-position recording for Slimming Paint" (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 7 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/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/graphics/paint/DisplayItem.h » ('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 642 matching lines...) Expand 10 before | Expand all | Expand 10 after
653 'graphics/paint/DisplayItemTransformTree.cpp', 653 'graphics/paint/DisplayItemTransformTree.cpp',
654 'graphics/paint/DisplayItemTransformTree.h', 654 'graphics/paint/DisplayItemTransformTree.h',
655 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', 655 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
656 'graphics/paint/DisplayItemTransformTreeBuilder.h', 656 'graphics/paint/DisplayItemTransformTreeBuilder.h',
657 'graphics/paint/DrawingDisplayItem.cpp', 657 'graphics/paint/DrawingDisplayItem.cpp',
658 'graphics/paint/DrawingDisplayItem.h', 658 'graphics/paint/DrawingDisplayItem.h',
659 'graphics/paint/DrawingRecorder.cpp', 659 'graphics/paint/DrawingRecorder.cpp',
660 'graphics/paint/DrawingRecorder.h', 660 'graphics/paint/DrawingRecorder.h',
661 'graphics/paint/FilterDisplayItem.cpp', 661 'graphics/paint/FilterDisplayItem.cpp',
662 'graphics/paint/FilterDisplayItem.h', 662 'graphics/paint/FilterDisplayItem.h',
663 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
664 'graphics/paint/FixedPositionContainerDisplayItem.h',
665 'graphics/paint/FixedPositionDisplayItem.cpp',
666 'graphics/paint/FixedPositionDisplayItem.h',
667 'graphics/paint/FloatClipDisplayItem.cpp', 663 'graphics/paint/FloatClipDisplayItem.cpp',
668 'graphics/paint/FloatClipDisplayItem.h', 664 'graphics/paint/FloatClipDisplayItem.h',
669 'graphics/paint/ScrollDisplayItem.cpp', 665 'graphics/paint/ScrollDisplayItem.cpp',
670 'graphics/paint/ScrollDisplayItem.h', 666 'graphics/paint/ScrollDisplayItem.h',
671 'graphics/paint/SkPictureRecorder.h', 667 'graphics/paint/SkPictureRecorder.h',
672 'graphics/paint/SubtreeDisplayItem.cpp', 668 'graphics/paint/SubtreeDisplayItem.cpp',
673 'graphics/paint/SubtreeDisplayItem.h', 669 'graphics/paint/SubtreeDisplayItem.h',
674 'graphics/paint/Transform3DDisplayItem.cpp', 670 'graphics/paint/Transform3DDisplayItem.cpp',
675 'graphics/paint/Transform3DDisplayItem.h', 671 'graphics/paint/Transform3DDisplayItem.h',
676 'graphics/paint/TransformDisplayItem.cpp', 672 'graphics/paint/TransformDisplayItem.cpp',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1005 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1001 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1006 ], 1002 ],
1007 'platform_unittest_support_files': [ 1003 'platform_unittest_support_files': [
1008 'testing/URLTestHelpers.cpp', 1004 'testing/URLTestHelpers.cpp',
1009 'testing/URLTestHelpers.h', 1005 'testing/URLTestHelpers.h',
1010 'testing/UnitTestHelpers.cpp', 1006 'testing/UnitTestHelpers.cpp',
1011 'testing/UnitTestHelpers.h', 1007 'testing/UnitTestHelpers.h',
1012 ], 1008 ],
1013 }, 1009 },
1014 } 1010 }
OLDNEW
« no previous file with comments | « Source/platform/RuntimeEnabledFeatures.in ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698