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

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

Issue 1160763005: Don't cache reflection drawings (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Fix win (which doesn't pack bool bitfields) 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 631 matching lines...) Expand 10 before | Expand all | Expand 10 after
642 'graphics/paint/ClipDisplayItem.cpp', 642 'graphics/paint/ClipDisplayItem.cpp',
643 'graphics/paint/ClipDisplayItem.h', 643 'graphics/paint/ClipDisplayItem.h',
644 'graphics/paint/ClipPathDisplayItem.cpp', 644 'graphics/paint/ClipPathDisplayItem.cpp',
645 'graphics/paint/ClipPathDisplayItem.h', 645 'graphics/paint/ClipPathDisplayItem.h',
646 'graphics/paint/ClipPathRecorder.cpp', 646 'graphics/paint/ClipPathRecorder.cpp',
647 'graphics/paint/ClipPathRecorder.h', 647 'graphics/paint/ClipPathRecorder.h',
648 'graphics/paint/ClipRecorder.cpp', 648 'graphics/paint/ClipRecorder.cpp',
649 'graphics/paint/ClipRecorder.h', 649 'graphics/paint/ClipRecorder.h',
650 'graphics/paint/DisplayItem.cpp', 650 'graphics/paint/DisplayItem.cpp',
651 'graphics/paint/DisplayItem.h', 651 'graphics/paint/DisplayItem.h',
652 'graphics/paint/DisplayItemCacheSkipper.h',
652 'graphics/paint/DisplayItemClient.h', 653 'graphics/paint/DisplayItemClient.h',
653 'graphics/paint/DisplayItemList.cpp', 654 'graphics/paint/DisplayItemList.cpp',
654 'graphics/paint/DisplayItemList.h', 655 'graphics/paint/DisplayItemList.h',
655 'graphics/paint/DisplayItemListContextRecorder.h', 656 'graphics/paint/DisplayItemListContextRecorder.h',
656 'graphics/paint/DisplayItemTransformTree.cpp', 657 'graphics/paint/DisplayItemTransformTree.cpp',
657 'graphics/paint/DisplayItemTransformTree.h', 658 'graphics/paint/DisplayItemTransformTree.h',
658 'graphics/paint/DisplayItemTransformTreeBuilder.cpp', 659 'graphics/paint/DisplayItemTransformTreeBuilder.cpp',
659 'graphics/paint/DisplayItemTransformTreeBuilder.h', 660 'graphics/paint/DisplayItemTransformTreeBuilder.h',
660 'graphics/paint/DrawingDisplayItem.cpp', 661 'graphics/paint/DrawingDisplayItem.cpp',
661 'graphics/paint/DrawingDisplayItem.h', 662 'graphics/paint/DrawingDisplayItem.h',
(...skipping 369 matching lines...) Expand 10 before | Expand all | Expand 10 after
1031 ['os_posix==1 and OS!="mac"', 1032 ['os_posix==1 and OS!="mac"',
1032 { 1033 {
1033 'platform_test_files': [ 1034 'platform_test_files': [
1034 'text/LocaleICUTest.cpp', 1035 'text/LocaleICUTest.cpp',
1035 ], 1036 ],
1036 } 1037 }
1037 ], 1038 ],
1038 ], 1039 ],
1039 }, 1040 },
1040 } 1041 }
OLDNEW
« no previous file with comments | « Source/core/paint/DeprecatedPaintLayerPainter.cpp ('k') | Source/platform/graphics/paint/DisplayItem.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698