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

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 645 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 'graphics/paint/DisplayItem.cpp', 656 'graphics/paint/DisplayItem.cpp',
657 'graphics/paint/DisplayItem.h', 657 'graphics/paint/DisplayItem.h',
658 'graphics/paint/DisplayItemCacheSkipper.h', 658 'graphics/paint/DisplayItemCacheSkipper.h',
659 'graphics/paint/DisplayItemClient.h', 659 'graphics/paint/DisplayItemClient.h',
660 'graphics/paint/DisplayItemList.cpp', 660 'graphics/paint/DisplayItemList.cpp',
661 'graphics/paint/DisplayItemList.h', 661 'graphics/paint/DisplayItemList.h',
662 'graphics/paint/DisplayItemTransformTree.cpp', 662 'graphics/paint/DisplayItemTransformTree.cpp',
663 'graphics/paint/DisplayItemTransformTree.h', 663 'graphics/paint/DisplayItemTransformTree.h',
664 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', 664 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
665 'graphics/paint/DisplayItemTransformTreeBuilder.h', 665 'graphics/paint/DisplayItemTransformTreeBuilder.h',
666 'graphics/paint/DisplayList.h',
666 'graphics/paint/DrawingDisplayItem.cpp', 667 'graphics/paint/DrawingDisplayItem.cpp',
667 'graphics/paint/DrawingDisplayItem.h', 668 'graphics/paint/DrawingDisplayItem.h',
668 'graphics/paint/DrawingRecorder.cpp', 669 'graphics/paint/DrawingRecorder.cpp',
669 'graphics/paint/DrawingRecorder.h', 670 'graphics/paint/DrawingRecorder.h',
670 'graphics/paint/FilterDisplayItem.cpp', 671 'graphics/paint/FilterDisplayItem.cpp',
671 'graphics/paint/FilterDisplayItem.h', 672 'graphics/paint/FilterDisplayItem.h',
672 'graphics/paint/FixedPositionContainerDisplayItem.cpp', 673 'graphics/paint/FixedPositionContainerDisplayItem.cpp',
673 'graphics/paint/FixedPositionContainerDisplayItem.h', 674 'graphics/paint/FixedPositionContainerDisplayItem.h',
674 'graphics/paint/FixedPositionDisplayItem.cpp', 675 'graphics/paint/FixedPositionDisplayItem.cpp',
675 'graphics/paint/FixedPositionDisplayItem.h', 676 'graphics/paint/FixedPositionDisplayItem.h',
(...skipping 367 matching lines...) Expand 10 before | Expand all | Expand 10 after
1043 ['os_posix==1 and OS!="mac"', 1044 ['os_posix==1 and OS!="mac"',
1044 { 1045 {
1045 'platform_test_files': [ 1046 'platform_test_files': [
1046 'text/LocaleICUTest.cpp', 1047 'text/LocaleICUTest.cpp',
1047 ], 1048 ],
1048 } 1049 }
1049 ], 1050 ],
1050 ], 1051 ],
1051 }, 1052 },
1052 } 1053 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698