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

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

Issue 1422493003: Change Widget subclasses to use a CullRect instead of an IntRect for painting. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 1 month 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
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 647 matching lines...) Expand 10 before | Expand all | Expand 10 after
658 'graphics/gpu/WebGLImageConversion.h', 658 'graphics/gpu/WebGLImageConversion.h',
659 'graphics/paint/CachedDisplayItem.h', 659 'graphics/paint/CachedDisplayItem.h',
660 'graphics/paint/ClipDisplayItem.cpp', 660 'graphics/paint/ClipDisplayItem.cpp',
661 'graphics/paint/ClipDisplayItem.h', 661 'graphics/paint/ClipDisplayItem.h',
662 'graphics/paint/ClipPathDisplayItem.cpp', 662 'graphics/paint/ClipPathDisplayItem.cpp',
663 'graphics/paint/ClipPathDisplayItem.h', 663 'graphics/paint/ClipPathDisplayItem.h',
664 'graphics/paint/ClipPathRecorder.cpp', 664 'graphics/paint/ClipPathRecorder.cpp',
665 'graphics/paint/ClipPathRecorder.h', 665 'graphics/paint/ClipPathRecorder.h',
666 'graphics/paint/ClipRecorder.cpp', 666 'graphics/paint/ClipRecorder.cpp',
667 'graphics/paint/ClipRecorder.h', 667 'graphics/paint/ClipRecorder.h',
668 'graphics/paint/CullRect.cpp',
669 'graphics/paint/CullRect.h',
668 'graphics/paint/DisplayItem.cpp', 670 'graphics/paint/DisplayItem.cpp',
669 'graphics/paint/DisplayItem.h', 671 'graphics/paint/DisplayItem.h',
670 'graphics/paint/DisplayItemCacheSkipper.h', 672 'graphics/paint/DisplayItemCacheSkipper.h',
671 'graphics/paint/DisplayItemClient.h', 673 'graphics/paint/DisplayItemClient.h',
672 'graphics/paint/DisplayItemList.h', 674 'graphics/paint/DisplayItemList.h',
673 'graphics/paint/DrawingDisplayItem.cpp', 675 'graphics/paint/DrawingDisplayItem.cpp',
674 'graphics/paint/DrawingDisplayItem.h', 676 'graphics/paint/DrawingDisplayItem.h',
675 'graphics/paint/DrawingRecorder.cpp', 677 'graphics/paint/DrawingRecorder.cpp',
676 'graphics/paint/DrawingRecorder.h', 678 'graphics/paint/DrawingRecorder.h',
677 'graphics/paint/FilterDisplayItem.cpp', 679 'graphics/paint/FilterDisplayItem.cpp',
(...skipping 409 matching lines...) Expand 10 before | Expand all | Expand 10 after
1087 ['os_posix==1 and OS!="mac"', 1089 ['os_posix==1 and OS!="mac"',
1088 { 1090 {
1089 'platform_test_files': [ 1091 'platform_test_files': [
1090 'text/LocaleICUTest.cpp', 1092 'text/LocaleICUTest.cpp',
1091 ], 1093 ],
1092 } 1094 }
1093 ], 1095 ],
1094 ], 1096 ],
1095 }, 1097 },
1096 } 1098 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/platform/Widget.h ('k') | third_party/WebKit/Source/platform/graphics/paint/CullRect.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698