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

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

Issue 2300633004: Allow canvases to be GPU-accelerated in Workers (Closed)
Patch Set: Created 4 years, 3 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 721 matching lines...) Expand 10 before | Expand all | Expand 10 after
732 'graphics/filters/SourceAlpha.cpp', 732 'graphics/filters/SourceAlpha.cpp',
733 'graphics/filters/SourceAlpha.h', 733 'graphics/filters/SourceAlpha.h',
734 'graphics/filters/SourceGraphic.cpp', 734 'graphics/filters/SourceGraphic.cpp',
735 'graphics/filters/SourceGraphic.h', 735 'graphics/filters/SourceGraphic.h',
736 'graphics/filters/SpotLightSource.cpp', 736 'graphics/filters/SpotLightSource.cpp',
737 'graphics/filters/SpotLightSource.h', 737 'graphics/filters/SpotLightSource.h',
738 'graphics/gpu/AcceleratedImageBufferSurface.cpp', 738 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
739 'graphics/gpu/AcceleratedImageBufferSurface.h', 739 'graphics/gpu/AcceleratedImageBufferSurface.h',
740 'graphics/gpu/SharedContextRateLimiter.cpp', 740 'graphics/gpu/SharedContextRateLimiter.cpp',
741 'graphics/gpu/SharedContextRateLimiter.h', 741 'graphics/gpu/SharedContextRateLimiter.h',
742 'graphics/gpu/SharedGpuContext.cpp',
743 'graphics/gpu/SharedGpuContext.h',
742 'graphics/gpu/DrawingBuffer.cpp', 744 'graphics/gpu/DrawingBuffer.cpp',
743 'graphics/gpu/DrawingBuffer.h', 745 'graphics/gpu/DrawingBuffer.h',
744 'graphics/gpu/Extensions3DUtil.cpp', 746 'graphics/gpu/Extensions3DUtil.cpp',
745 'graphics/gpu/Extensions3DUtil.h', 747 'graphics/gpu/Extensions3DUtil.h',
746 'graphics/gpu/WebGLImageConversion.cpp', 748 'graphics/gpu/WebGLImageConversion.cpp',
747 'graphics/gpu/WebGLImageConversion.h', 749 'graphics/gpu/WebGLImageConversion.h',
748 'graphics/paint/ClipDisplayItem.cpp', 750 'graphics/paint/ClipDisplayItem.cpp',
749 'graphics/paint/ClipDisplayItem.h', 751 'graphics/paint/ClipDisplayItem.h',
750 'graphics/paint/ClipPaintPropertyNode.h', 752 'graphics/paint/ClipPaintPropertyNode.h',
751 'graphics/paint/ClipPathDisplayItem.cpp', 753 'graphics/paint/ClipPathDisplayItem.cpp',
(...skipping 702 matching lines...) Expand 10 before | Expand all | Expand 10 after
1454 ['use_default_render_theme==1', 1456 ['use_default_render_theme==1',
1455 { 1457 {
1456 'platform_test_files': [ 1458 'platform_test_files': [
1457 'scroll/ScrollbarThemeAuraTest.cpp', 1459 'scroll/ScrollbarThemeAuraTest.cpp',
1458 ], 1460 ],
1459 } 1461 }
1460 ], 1462 ],
1461 ], 1463 ],
1462 }, 1464 },
1463 } 1465 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698