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

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

Issue 1110653003: [Reland] Correct fixed-position recording for Slimming Paint (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase 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 643 matching lines...) Expand 10 before | Expand all | Expand 10 after
654 'graphics/paint/DisplayItemTransformTree.cpp', 654 'graphics/paint/DisplayItemTransformTree.cpp',
655 'graphics/paint/DisplayItemTransformTree.h', 655 'graphics/paint/DisplayItemTransformTree.h',
656 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', 656 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
657 'graphics/paint/DisplayItemTransformTreeBuilder.h', 657 'graphics/paint/DisplayItemTransformTreeBuilder.h',
658 'graphics/paint/DrawingDisplayItem.cpp', 658 'graphics/paint/DrawingDisplayItem.cpp',
659 'graphics/paint/DrawingDisplayItem.h', 659 'graphics/paint/DrawingDisplayItem.h',
660 'graphics/paint/DrawingRecorder.cpp', 660 'graphics/paint/DrawingRecorder.cpp',
661 'graphics/paint/DrawingRecorder.h', 661 'graphics/paint/DrawingRecorder.h',
662 'graphics/paint/FilterDisplayItem.cpp', 662 'graphics/paint/FilterDisplayItem.cpp',
663 'graphics/paint/FilterDisplayItem.h', 663 'graphics/paint/FilterDisplayItem.h',
664 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
665 'graphics/paint/FixedPositionContainerDisplayItem.h',
666 'graphics/paint/FixedPositionDisplayItem.cpp',
667 'graphics/paint/FixedPositionDisplayItem.h',
664 'graphics/paint/FloatClipDisplayItem.cpp', 668 'graphics/paint/FloatClipDisplayItem.cpp',
665 'graphics/paint/FloatClipDisplayItem.h', 669 'graphics/paint/FloatClipDisplayItem.h',
666 'graphics/paint/ScrollDisplayItem.cpp', 670 'graphics/paint/ScrollDisplayItem.cpp',
667 'graphics/paint/ScrollDisplayItem.h', 671 'graphics/paint/ScrollDisplayItem.h',
668 'graphics/paint/SkPictureRecorder.h', 672 'graphics/paint/SkPictureRecorder.h',
669 'graphics/paint/SubtreeDisplayItem.cpp', 673 'graphics/paint/SubtreeDisplayItem.cpp',
670 'graphics/paint/SubtreeDisplayItem.h', 674 'graphics/paint/SubtreeDisplayItem.h',
671 'graphics/paint/Transform3DDisplayItem.cpp', 675 'graphics/paint/Transform3DDisplayItem.cpp',
672 'graphics/paint/Transform3DDisplayItem.h', 676 'graphics/paint/Transform3DDisplayItem.h',
673 'graphics/paint/TransformDisplayItem.cpp', 677 'graphics/paint/TransformDisplayItem.cpp',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1002 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1006 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1003 ], 1007 ],
1004 'platform_unittest_support_files': [ 1008 'platform_unittest_support_files': [
1005 'testing/URLTestHelpers.cpp', 1009 'testing/URLTestHelpers.cpp',
1006 'testing/URLTestHelpers.h', 1010 'testing/URLTestHelpers.h',
1007 'testing/UnitTestHelpers.cpp', 1011 'testing/UnitTestHelpers.cpp',
1008 'testing/UnitTestHelpers.h', 1012 'testing/UnitTestHelpers.h',
1009 ], 1013 ],
1010 }, 1014 },
1011 } 1015 }
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