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

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

Issue 1157653005: Move use of DisplayItemList's vector behind an explicit DisplayItems interface. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: DisplayItems must be noncopyable (Windows build fix) Created 5 years, 6 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 626 matching lines...) Expand 10 before | Expand all | Expand 10 after
637 'graphics/paint/ClipDisplayItem.cpp', 637 'graphics/paint/ClipDisplayItem.cpp',
638 'graphics/paint/ClipDisplayItem.h', 638 'graphics/paint/ClipDisplayItem.h',
639 'graphics/paint/ClipPathDisplayItem.cpp', 639 'graphics/paint/ClipPathDisplayItem.cpp',
640 'graphics/paint/ClipPathDisplayItem.h', 640 'graphics/paint/ClipPathDisplayItem.h',
641 'graphics/paint/ClipPathRecorder.cpp', 641 'graphics/paint/ClipPathRecorder.cpp',
642 'graphics/paint/ClipPathRecorder.h', 642 'graphics/paint/ClipPathRecorder.h',
643 'graphics/paint/ClipRecorder.cpp', 643 'graphics/paint/ClipRecorder.cpp',
644 'graphics/paint/ClipRecorder.h', 644 'graphics/paint/ClipRecorder.h',
645 'graphics/paint/DisplayItem.cpp', 645 'graphics/paint/DisplayItem.cpp',
646 'graphics/paint/DisplayItem.h', 646 'graphics/paint/DisplayItem.h',
647 'graphics/paint/DisplayItems.cpp',
648 'graphics/paint/DisplayItems.h',
647 'graphics/paint/DisplayItemCacheSkipper.h', 649 'graphics/paint/DisplayItemCacheSkipper.h',
648 'graphics/paint/DisplayItemClient.h', 650 'graphics/paint/DisplayItemClient.h',
649 'graphics/paint/DisplayItemList.cpp', 651 'graphics/paint/DisplayItemList.cpp',
650 'graphics/paint/DisplayItemList.h', 652 'graphics/paint/DisplayItemList.h',
651 'graphics/paint/DisplayItemListContextRecorder.h', 653 'graphics/paint/DisplayItemListContextRecorder.h',
652 'graphics/paint/DisplayItemTransformTree.cpp', 654 'graphics/paint/DisplayItemTransformTree.cpp',
653 'graphics/paint/DisplayItemTransformTree.h', 655 'graphics/paint/DisplayItemTransformTree.h',
654 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', 656 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
655 'graphics/paint/DisplayItemTransformTreeBuilder.h', 657 'graphics/paint/DisplayItemTransformTreeBuilder.h',
656 'graphics/paint/DrawingDisplayItem.cpp', 658 'graphics/paint/DrawingDisplayItem.cpp',
(...skipping 370 matching lines...) Expand 10 before | Expand all | Expand 10 after
1027 ['os_posix==1 and OS!="mac"', 1029 ['os_posix==1 and OS!="mac"',
1028 { 1030 {
1029 'platform_test_files': [ 1031 'platform_test_files': [
1030 'text/LocaleICUTest.cpp', 1032 'text/LocaleICUTest.cpp',
1031 ], 1033 ],
1032 } 1034 }
1033 ], 1035 ],
1034 ], 1036 ],
1035 }, 1037 },
1036 } 1038 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698