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

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

Issue 1193433004: Blink-side contiguous allocation of display items. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Add ListContainer::AllocateAndConstructWithArguments and a TODO in DisplayItemList::findMatchingIte… Created 5 years, 5 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
« no previous file with comments | « Source/core/paint/TransformRecorder.cpp ('k') | Source/platform/graphics/ListContainer.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 635 matching lines...) Expand 10 before | Expand all | Expand 10 after
646 'graphics/paint/ClipDisplayItem.cpp', 646 'graphics/paint/ClipDisplayItem.cpp',
647 'graphics/paint/ClipDisplayItem.h', 647 'graphics/paint/ClipDisplayItem.h',
648 'graphics/paint/ClipPathDisplayItem.cpp', 648 'graphics/paint/ClipPathDisplayItem.cpp',
649 'graphics/paint/ClipPathDisplayItem.h', 649 'graphics/paint/ClipPathDisplayItem.h',
650 'graphics/paint/ClipPathRecorder.cpp', 650 'graphics/paint/ClipPathRecorder.cpp',
651 'graphics/paint/ClipPathRecorder.h', 651 'graphics/paint/ClipPathRecorder.h',
652 'graphics/paint/ClipRecorder.cpp', 652 'graphics/paint/ClipRecorder.cpp',
653 'graphics/paint/ClipRecorder.h', 653 'graphics/paint/ClipRecorder.h',
654 'graphics/paint/DisplayItem.cpp', 654 'graphics/paint/DisplayItem.cpp',
655 'graphics/paint/DisplayItem.h', 655 'graphics/paint/DisplayItem.h',
656 'graphics/paint/DisplayItems.cpp',
657 'graphics/paint/DisplayItems.h',
658 'graphics/paint/DisplayItemCacheSkipper.h', 656 'graphics/paint/DisplayItemCacheSkipper.h',
659 'graphics/paint/DisplayItemClient.h', 657 'graphics/paint/DisplayItemClient.h',
660 'graphics/paint/DisplayItemList.cpp', 658 'graphics/paint/DisplayItemList.cpp',
661 'graphics/paint/DisplayItemList.h', 659 'graphics/paint/DisplayItemList.h',
662 'graphics/paint/DisplayItemTransformTree.cpp', 660 'graphics/paint/DisplayItemTransformTree.cpp',
663 'graphics/paint/DisplayItemTransformTree.h', 661 'graphics/paint/DisplayItemTransformTree.h',
664 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', 662 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
665 'graphics/paint/DisplayItemTransformTreeBuilder.h', 663 'graphics/paint/DisplayItemTransformTreeBuilder.h',
666 'graphics/paint/DrawingDisplayItem.cpp', 664 'graphics/paint/DrawingDisplayItem.cpp',
667 'graphics/paint/DrawingDisplayItem.h', 665 'graphics/paint/DrawingDisplayItem.h',
(...skipping 373 matching lines...) Expand 10 before | Expand all | Expand 10 after
1041 ['os_posix==1 and OS!="mac"', 1039 ['os_posix==1 and OS!="mac"',
1042 { 1040 {
1043 'platform_test_files': [ 1041 'platform_test_files': [
1044 'text/LocaleICUTest.cpp', 1042 'text/LocaleICUTest.cpp',
1045 ], 1043 ],
1046 } 1044 }
1047 ], 1045 ],
1048 ], 1046 ],
1049 }, 1047 },
1050 } 1048 }
OLDNEW
« no previous file with comments | « Source/core/paint/TransformRecorder.cpp ('k') | Source/platform/graphics/ListContainer.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698