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

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

Issue 1238123004: Slimming Paint phase 2 compositing algorithm plumbing & skeleton display list API. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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 | 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 644 matching lines...) Expand 10 before | Expand all | Expand 10 after
655 'graphics/paint/DisplayItem.cpp', 655 'graphics/paint/DisplayItem.cpp',
656 'graphics/paint/DisplayItem.h', 656 'graphics/paint/DisplayItem.h',
657 'graphics/paint/DisplayItemCacheSkipper.h', 657 'graphics/paint/DisplayItemCacheSkipper.h',
658 'graphics/paint/DisplayItemClient.h', 658 'graphics/paint/DisplayItemClient.h',
659 'graphics/paint/DisplayItemList.cpp', 659 'graphics/paint/DisplayItemList.cpp',
660 'graphics/paint/DisplayItemList.h', 660 'graphics/paint/DisplayItemList.h',
661 'graphics/paint/DisplayItemTransformTree.cpp', 661 'graphics/paint/DisplayItemTransformTree.cpp',
662 'graphics/paint/DisplayItemTransformTree.h', 662 'graphics/paint/DisplayItemTransformTree.h',
663 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', 663 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
664 'graphics/paint/DisplayItemTransformTreeBuilder.h', 664 'graphics/paint/DisplayItemTransformTreeBuilder.h',
665 'graphics/paint/DisplayList.h',
665 'graphics/paint/DrawingDisplayItem.cpp', 666 'graphics/paint/DrawingDisplayItem.cpp',
666 'graphics/paint/DrawingDisplayItem.h', 667 'graphics/paint/DrawingDisplayItem.h',
667 'graphics/paint/DrawingRecorder.cpp', 668 'graphics/paint/DrawingRecorder.cpp',
668 'graphics/paint/DrawingRecorder.h', 669 'graphics/paint/DrawingRecorder.h',
669 'graphics/paint/FilterDisplayItem.cpp', 670 'graphics/paint/FilterDisplayItem.cpp',
670 'graphics/paint/FilterDisplayItem.h', 671 'graphics/paint/FilterDisplayItem.h',
671 'graphics/paint/FixedPositionContainerDisplayItem.cpp', 672 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
672 'graphics/paint/FixedPositionContainerDisplayItem.h', 673 'graphics/paint/FixedPositionContainerDisplayItem.h',
673 'graphics/paint/FixedPositionDisplayItem.cpp', 674 'graphics/paint/FixedPositionDisplayItem.cpp',
674 'graphics/paint/FixedPositionDisplayItem.h', 675 'graphics/paint/FixedPositionDisplayItem.h',
(...skipping 371 matching lines...) Expand 10 before | Expand all | Expand 10 after
1046 ['os_posix==1 and OS!="mac"', 1047 ['os_posix==1 and OS!="mac"',
1047 { 1048 {
1048 'platform_test_files': [ 1049 'platform_test_files': [
1049 'text/LocaleICUTest.cpp', 1050 'text/LocaleICUTest.cpp',
1050 ], 1051 ],
1051 } 1052 }
1052 ], 1053 ],
1053 ], 1054 ],
1054 }, 1055 },
1055 } 1056 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698