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

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

Issue 1313223002: Simplify subtree (now subsequence) caching (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Created 5 years, 3 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 662 matching lines...) Expand 10 before | Expand all | Expand 10 after
673 'graphics/paint/FilterDisplayItem.h', 673 'graphics/paint/FilterDisplayItem.h',
674 'graphics/paint/FixedPositionContainerDisplayItem.cpp', 674 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
675 'graphics/paint/FixedPositionContainerDisplayItem.h', 675 'graphics/paint/FixedPositionContainerDisplayItem.h',
676 'graphics/paint/FixedPositionDisplayItem.cpp', 676 'graphics/paint/FixedPositionDisplayItem.cpp',
677 'graphics/paint/FixedPositionDisplayItem.h', 677 'graphics/paint/FixedPositionDisplayItem.h',
678 'graphics/paint/FloatClipDisplayItem.cpp', 678 'graphics/paint/FloatClipDisplayItem.cpp',
679 'graphics/paint/FloatClipDisplayItem.h', 679 'graphics/paint/FloatClipDisplayItem.h',
680 'graphics/paint/ScrollDisplayItem.cpp', 680 'graphics/paint/ScrollDisplayItem.cpp',
681 'graphics/paint/ScrollDisplayItem.h', 681 'graphics/paint/ScrollDisplayItem.h',
682 'graphics/paint/SkPictureBuilder.h', 682 'graphics/paint/SkPictureBuilder.h',
683 'graphics/paint/SubtreeDisplayItem.h', 683 'graphics/paint/SubsequenceDisplayItem.h',
684 'graphics/paint/SubtreeRecorder.cpp', 684 'graphics/paint/SubsequenceRecorder.cpp',
685 'graphics/paint/SubtreeRecorder.h', 685 'graphics/paint/SubsequenceRecorder.h',
686 'graphics/paint/Transform3DDisplayItem.cpp', 686 'graphics/paint/Transform3DDisplayItem.cpp',
687 'graphics/paint/Transform3DDisplayItem.h', 687 'graphics/paint/Transform3DDisplayItem.h',
688 'graphics/paint/TransformDisplayItem.cpp', 688 'graphics/paint/TransformDisplayItem.cpp',
689 'graphics/paint/TransformDisplayItem.h', 689 'graphics/paint/TransformDisplayItem.h',
690 'graphics/paint/CompositingDisplayItem.cpp', 690 'graphics/paint/CompositingDisplayItem.cpp',
691 'graphics/paint/CompositingDisplayItem.h', 691 'graphics/paint/CompositingDisplayItem.h',
692 'graphics/skia/SkSizeHash.h', 692 'graphics/skia/SkSizeHash.h',
693 'graphics/skia/SkiaUtils.cpp', 693 'graphics/skia/SkiaUtils.cpp',
694 'graphics/skia/SkiaUtils.h', 694 'graphics/skia/SkiaUtils.h',
695 'image-decoders/FastSharedBufferReader.cpp', 695 'image-decoders/FastSharedBufferReader.cpp',
(...skipping 363 matching lines...) Expand 10 before | Expand all | Expand 10 after
1059 ['os_posix==1 and OS!="mac"', 1059 ['os_posix==1 and OS!="mac"',
1060 { 1060 {
1061 'platform_test_files': [ 1061 'platform_test_files': [
1062 'text/LocaleICUTest.cpp', 1062 'text/LocaleICUTest.cpp',
1063 ], 1063 ],
1064 } 1064 }
1065 ], 1065 ],
1066 ], 1066 ],
1067 }, 1067 },
1068 } 1068 }
OLDNEW
« no previous file with comments | « Source/core/paint/DisplayItemListPaintTest.cpp ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698