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

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

Issue 205033010: Remove --enable-accelerated-filters flag, Blink-side. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Take AcceleratedImageBufferSurface behind the woodshed. Created 6 years, 9 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 'variables': { 2 'variables': {
3 'platform_files': [ 3 'platform_files': [
4 'AsyncFileSystemCallbacks.h', 4 'AsyncFileSystemCallbacks.h',
5 'CalculationValue.cpp', 5 'CalculationValue.cpp',
6 'CalculationValue.h', 6 'CalculationValue.h',
7 'CheckedInt.h', 7 'CheckedInt.h',
8 'Clock.cpp', 8 'Clock.cpp',
9 'Clock.h', 9 'Clock.h',
10 'ColorChooser.cpp', 10 'ColorChooser.cpp',
(...skipping 504 matching lines...) Expand 10 before | Expand all | Expand 10 after
515 'graphics/filters/ReferenceFilter.cpp', 515 'graphics/filters/ReferenceFilter.cpp',
516 'graphics/filters/ReferenceFilter.h', 516 'graphics/filters/ReferenceFilter.h',
517 'graphics/filters/SkiaImageFilterBuilder.cpp', 517 'graphics/filters/SkiaImageFilterBuilder.cpp',
518 'graphics/filters/SkiaImageFilterBuilder.h', 518 'graphics/filters/SkiaImageFilterBuilder.h',
519 'graphics/filters/SourceAlpha.cpp', 519 'graphics/filters/SourceAlpha.cpp',
520 'graphics/filters/SourceAlpha.h', 520 'graphics/filters/SourceAlpha.h',
521 'graphics/filters/SourceGraphic.cpp', 521 'graphics/filters/SourceGraphic.cpp',
522 'graphics/filters/SourceGraphic.h', 522 'graphics/filters/SourceGraphic.h',
523 'graphics/filters/SpotLightSource.cpp', 523 'graphics/filters/SpotLightSource.cpp',
524 'graphics/filters/SpotLightSource.h', 524 'graphics/filters/SpotLightSource.h',
525 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
526 'graphics/gpu/AcceleratedImageBufferSurface.h',
527 'graphics/gpu/DrawingBuffer.cpp', 525 'graphics/gpu/DrawingBuffer.cpp',
528 'graphics/gpu/DrawingBuffer.h', 526 'graphics/gpu/DrawingBuffer.h',
529 'graphics/gpu/Extensions3DUtil.cpp', 527 'graphics/gpu/Extensions3DUtil.cpp',
530 'graphics/gpu/Extensions3DUtil.h', 528 'graphics/gpu/Extensions3DUtil.h',
531 'graphics/gpu/WebGLImageBufferSurface.cpp', 529 'graphics/gpu/WebGLImageBufferSurface.cpp',
532 'graphics/gpu/WebGLImageBufferSurface.h', 530 'graphics/gpu/WebGLImageBufferSurface.h',
533 'graphics/gpu/WebGLImageConversion.cpp', 531 'graphics/gpu/WebGLImageConversion.cpp',
534 'graphics/gpu/WebGLImageConversion.h', 532 'graphics/gpu/WebGLImageConversion.h',
535 'graphics/media/MediaPlayer.cpp', 533 'graphics/media/MediaPlayer.cpp',
536 'graphics/media/MediaPlayer.h', 534 'graphics/media/MediaPlayer.h',
(...skipping 384 matching lines...) Expand 10 before | Expand all | Expand 10 after
921 'graphics/ImageDecodingStoreTest.cpp', 919 'graphics/ImageDecodingStoreTest.cpp',
922 'graphics/ImageFrameGeneratorTest.cpp', 920 'graphics/ImageFrameGeneratorTest.cpp',
923 'graphics/gpu/DrawingBufferTest.cpp', 921 'graphics/gpu/DrawingBufferTest.cpp',
924 'graphics/test/MockImageDecoder.h', 922 'graphics/test/MockImageDecoder.h',
925 'graphics/test/MockWebGraphicsContext3D.h', 923 'graphics/test/MockWebGraphicsContext3D.h',
926 'image-decoders/gif/GIFImageDecoderTest.cpp', 924 'image-decoders/gif/GIFImageDecoderTest.cpp',
927 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 925 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
928 ], 926 ],
929 }, 927 },
930 } 928 }
OLDNEW
« no previous file with comments | « Source/core/rendering/svg/RenderSVGResourceFilter.cpp ('k') | Source/platform/graphics/filters/FEBlend.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698