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

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

Issue 2107103002: Find cached display items directly during painting (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 4 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 726 matching lines...) Expand 10 before | Expand all | Expand 10 after
737 'graphics/gpu/AcceleratedImageBufferSurface.cpp', 737 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
738 'graphics/gpu/AcceleratedImageBufferSurface.h', 738 'graphics/gpu/AcceleratedImageBufferSurface.h',
739 'graphics/gpu/SharedContextRateLimiter.cpp', 739 'graphics/gpu/SharedContextRateLimiter.cpp',
740 'graphics/gpu/SharedContextRateLimiter.h', 740 'graphics/gpu/SharedContextRateLimiter.h',
741 'graphics/gpu/DrawingBuffer.cpp', 741 'graphics/gpu/DrawingBuffer.cpp',
742 'graphics/gpu/DrawingBuffer.h', 742 'graphics/gpu/DrawingBuffer.h',
743 'graphics/gpu/Extensions3DUtil.cpp', 743 'graphics/gpu/Extensions3DUtil.cpp',
744 'graphics/gpu/Extensions3DUtil.h', 744 'graphics/gpu/Extensions3DUtil.h',
745 'graphics/gpu/WebGLImageConversion.cpp', 745 'graphics/gpu/WebGLImageConversion.cpp',
746 'graphics/gpu/WebGLImageConversion.h', 746 'graphics/gpu/WebGLImageConversion.h',
747 'graphics/paint/CachedDisplayItem.h',
748 'graphics/paint/ClipDisplayItem.cpp', 747 'graphics/paint/ClipDisplayItem.cpp',
749 'graphics/paint/ClipDisplayItem.h', 748 'graphics/paint/ClipDisplayItem.h',
750 'graphics/paint/ClipPaintPropertyNode.h', 749 'graphics/paint/ClipPaintPropertyNode.h',
751 'graphics/paint/ClipPathDisplayItem.cpp', 750 'graphics/paint/ClipPathDisplayItem.cpp',
752 'graphics/paint/ClipPathDisplayItem.h', 751 'graphics/paint/ClipPathDisplayItem.h',
753 'graphics/paint/ClipPathRecorder.cpp', 752 'graphics/paint/ClipPathRecorder.cpp',
754 'graphics/paint/ClipPathRecorder.h', 753 'graphics/paint/ClipPathRecorder.h',
755 'graphics/paint/ClipRecorder.cpp', 754 'graphics/paint/ClipRecorder.cpp',
756 'graphics/paint/ClipRecorder.h', 755 'graphics/paint/ClipRecorder.h',
757 'graphics/paint/CompositingRecorder.cpp', 756 'graphics/paint/CompositingRecorder.cpp',
(...skipping 592 matching lines...) Expand 10 before | Expand all | Expand 10 after
1350 ['use_default_render_theme==1', 1349 ['use_default_render_theme==1',
1351 { 1350 {
1352 'platform_test_files': [ 1351 'platform_test_files': [
1353 'scroll/ScrollbarThemeAuraTest.cpp', 1352 'scroll/ScrollbarThemeAuraTest.cpp',
1354 ], 1353 ],
1355 } 1354 }
1356 ], 1355 ],
1357 ], 1356 ],
1358 }, 1357 },
1359 } 1358 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698