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

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
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',
663 'graphics/paint/FloatClipDisplayItem.cpp', 667 'graphics/paint/FloatClipDisplayItem.cpp',
664 'graphics/paint/FloatClipDisplayItem.h', 668 'graphics/paint/FloatClipDisplayItem.h',
665 'graphics/paint/ScrollDisplayItem.cpp', 669 'graphics/paint/ScrollDisplayItem.cpp',
666 'graphics/paint/ScrollDisplayItem.h', 670 'graphics/paint/ScrollDisplayItem.h',
667 'graphics/paint/SkPictureRecorder.h', 671 'graphics/paint/SkPictureRecorder.h',
668 'graphics/paint/SubtreeDisplayItem.cpp', 672 'graphics/paint/SubtreeDisplayItem.cpp',
669 'graphics/paint/SubtreeDisplayItem.h', 673 'graphics/paint/SubtreeDisplayItem.h',
670 'graphics/paint/Transform3DDisplayItem.cpp', 674 'graphics/paint/Transform3DDisplayItem.cpp',
671 'graphics/paint/Transform3DDisplayItem.h', 675 'graphics/paint/Transform3DDisplayItem.h',
672 'graphics/paint/TransformDisplayItem.cpp', 676 'graphics/paint/TransformDisplayItem.cpp',
(...skipping 328 matching lines...) Expand 10 before | Expand all | Expand 10 after
1001 'image-decoders/webp/WEBPImageDecoderTest.cpp', 1005 'image-decoders/webp/WEBPImageDecoderTest.cpp',
1002 ], 1006 ],
1003 'platform_unittest_support_files': [ 1007 'platform_unittest_support_files': [
1004 'testing/URLTestHelpers.cpp', 1008 'testing/URLTestHelpers.cpp',
1005 'testing/URLTestHelpers.h', 1009 'testing/URLTestHelpers.h',
1006 'testing/UnitTestHelpers.cpp', 1010 'testing/UnitTestHelpers.cpp',
1007 'testing/UnitTestHelpers.h', 1011 'testing/UnitTestHelpers.h',
1008 ], 1012 ],
1009 }, 1013 },
1010 } 1014 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698