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

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

Issue 104023007: Refactoring ImageBuffer to decouple it from Canvas2DLayerBridge (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: rebase mayhem Created 7 years 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 508 matching lines...) Expand 10 before | Expand all | Expand 10 after
519 'graphics/filters/custom/CustomFilterRenderer.cpp', 519 'graphics/filters/custom/CustomFilterRenderer.cpp',
520 'graphics/filters/custom/CustomFilterRenderer.h', 520 'graphics/filters/custom/CustomFilterRenderer.h',
521 'graphics/filters/custom/CustomFilterTransformParameter.cpp', 521 'graphics/filters/custom/CustomFilterTransformParameter.cpp',
522 'graphics/filters/custom/CustomFilterTransformParameter.h', 522 'graphics/filters/custom/CustomFilterTransformParameter.h',
523 'graphics/filters/custom/CustomFilterValidatedProgram.cpp', 523 'graphics/filters/custom/CustomFilterValidatedProgram.cpp',
524 'graphics/filters/custom/CustomFilterValidatedProgram.h', 524 'graphics/filters/custom/CustomFilterValidatedProgram.h',
525 'graphics/filters/custom/FECustomFilter.cpp', 525 'graphics/filters/custom/FECustomFilter.cpp',
526 'graphics/filters/custom/FECustomFilter.h', 526 'graphics/filters/custom/FECustomFilter.h',
527 'graphics/filters/custom/ValidatedCustomFilterOperation.cpp', 527 'graphics/filters/custom/ValidatedCustomFilterOperation.cpp',
528 'graphics/filters/custom/ValidatedCustomFilterOperation.h', 528 'graphics/filters/custom/ValidatedCustomFilterOperation.h',
529 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
530 'graphics/gpu/AcceleratedImageBufferSurface.h',
529 'graphics/gpu/DrawingBuffer.cpp', 531 'graphics/gpu/DrawingBuffer.cpp',
530 'graphics/gpu/DrawingBuffer.h', 532 'graphics/gpu/DrawingBuffer.h',
531 'graphics/gpu/SharedGraphicsContext3D.cpp', 533 'graphics/gpu/SharedGraphicsContext3D.cpp',
532 'graphics/gpu/SharedGraphicsContext3D.h', 534 'graphics/gpu/SharedGraphicsContext3D.h',
535 'graphics/gpu/WebGLImageBufferSurface.cpp',
536 'graphics/gpu/WebGLImageBufferSurface.h',
533 'graphics/media/MediaPlayer.cpp', 537 'graphics/media/MediaPlayer.cpp',
534 'graphics/media/MediaPlayer.h', 538 'graphics/media/MediaPlayer.h',
535 'graphics/skia/GaneshUtils.cpp', 539 'graphics/skia/GaneshUtils.cpp',
536 'graphics/skia/GaneshUtils.h', 540 'graphics/skia/GaneshUtils.h',
537 'graphics/skia/NativeImageSkia.cpp', 541 'graphics/skia/NativeImageSkia.cpp',
538 'graphics/skia/NativeImageSkia.h', 542 'graphics/skia/NativeImageSkia.h',
539 'graphics/skia/OpaqueRegionSkia.cpp', 543 'graphics/skia/OpaqueRegionSkia.cpp',
540 'graphics/skia/OpaqueRegionSkia.h', 544 'graphics/skia/OpaqueRegionSkia.h',
541 'graphics/skia/SkSizeHash.h', 545 'graphics/skia/SkSizeHash.h',
542 'graphics/skia/SkiaUtils.cpp', 546 'graphics/skia/SkiaUtils.cpp',
543 'graphics/skia/SkiaUtils.h', 547 'graphics/skia/SkiaUtils.h',
544 'graphics/win/TransparencyWin.cpp', 548 'graphics/win/TransparencyWin.cpp',
545 'graphics/win/TransparencyWin.h', 549 'graphics/win/TransparencyWin.h',
546 'graphics/BitmapImage.cpp', 550 'graphics/BitmapImage.cpp',
547 'graphics/BitmapImage.h', 551 'graphics/BitmapImage.h',
552 'graphics/Canvas2DImageBufferSurface.h',
548 'graphics/Canvas2DLayerBridge.cpp', 553 'graphics/Canvas2DLayerBridge.cpp',
549 'graphics/Canvas2DLayerBridge.h', 554 'graphics/Canvas2DLayerBridge.h',
550 'graphics/Canvas2DLayerManager.cpp', 555 'graphics/Canvas2DLayerManager.cpp',
551 'graphics/Canvas2DLayerManager.h', 556 'graphics/Canvas2DLayerManager.h',
552 'graphics/Color.cpp', 557 'graphics/Color.cpp',
553 'graphics/Color.h', 558 'graphics/Color.h',
554 'graphics/ColorSpace.h', 559 'graphics/ColorSpace.h',
555 'graphics/CrossfadeGeneratedImage.cpp', 560 'graphics/CrossfadeGeneratedImage.cpp',
556 'graphics/CrossfadeGeneratedImage.h', 561 'graphics/CrossfadeGeneratedImage.h',
557 'graphics/DeferredImageDecoder.cpp', 562 'graphics/DeferredImageDecoder.cpp',
(...skipping 33 matching lines...) Expand 10 before | Expand all | Expand 10 after
591 'graphics/GraphicsTypes.h', 596 'graphics/GraphicsTypes.h',
592 'graphics/GraphicsTypes3D.h', 597 'graphics/GraphicsTypes3D.h',
593 'graphics/Image.cpp', 598 'graphics/Image.cpp',
594 'graphics/Image.h', 599 'graphics/Image.h',
595 'graphics/ImageBuffer.cpp', 600 'graphics/ImageBuffer.cpp',
596 'graphics/ImageBuffer.h', 601 'graphics/ImageBuffer.h',
597 'graphics/ImageDecodingStore.cpp', 602 'graphics/ImageDecodingStore.cpp',
598 'graphics/ImageDecodingStore.h', 603 'graphics/ImageDecodingStore.h',
599 'graphics/ImageFrameGenerator.cpp', 604 'graphics/ImageFrameGenerator.cpp',
600 'graphics/ImageFrameGenerator.h', 605 'graphics/ImageFrameGenerator.h',
606 'graphics/ImageBufferSurface.cpp',
607 'graphics/ImageBufferSurface.h',
601 'graphics/ImageObserver.cpp', 608 'graphics/ImageObserver.cpp',
602 'graphics/ImageObserver.h', 609 'graphics/ImageObserver.h',
603 'graphics/ImageOrientation.cpp', 610 'graphics/ImageOrientation.cpp',
604 'graphics/ImageOrientation.h', 611 'graphics/ImageOrientation.h',
605 'graphics/ImageSource.cpp', 612 'graphics/ImageSource.cpp',
606 'graphics/ImageSource.h', 613 'graphics/ImageSource.h',
607 'graphics/LazyDecodingPixelRef.cpp', 614 'graphics/LazyDecodingPixelRef.cpp',
608 'graphics/LazyDecodingPixelRef.h', 615 'graphics/LazyDecodingPixelRef.h',
609 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', 616 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp',
610 'graphics/OpaqueRectTrackingContentLayerDelegate.h', 617 'graphics/OpaqueRectTrackingContentLayerDelegate.h',
611 'graphics/Path.cpp', 618 'graphics/Path.cpp',
612 'graphics/Path.h', 619 'graphics/Path.h',
613 'graphics/PathTraversalState.cpp', 620 'graphics/PathTraversalState.cpp',
614 'graphics/PathTraversalState.h', 621 'graphics/PathTraversalState.h',
615 'graphics/Pattern.cpp', 622 'graphics/Pattern.cpp',
616 'graphics/Pattern.h', 623 'graphics/Pattern.h',
617 'graphics/ScaledImageFragment.cpp', 624 'graphics/ScaledImageFragment.cpp',
618 'graphics/ScaledImageFragment.h', 625 'graphics/ScaledImageFragment.h',
619 'graphics/StrokeData.cpp', 626 'graphics/StrokeData.cpp',
620 'graphics/StrokeData.h', 627 'graphics/StrokeData.h',
621 'graphics/ThreadSafeDataTransport.cpp', 628 'graphics/ThreadSafeDataTransport.cpp',
622 'graphics/ThreadSafeDataTransport.h', 629 'graphics/ThreadSafeDataTransport.h',
630 'graphics/UnacceleratedImageBufferSurface.cpp',
631 'graphics/UnacceleratedImageBufferSurface.h',
623 'graphics/WindRule.h', 632 'graphics/WindRule.h',
624 'image-decoders/ImageDecoder.cpp', 633 'image-decoders/ImageDecoder.cpp',
625 'image-decoders/ImageDecoder.h', 634 'image-decoders/ImageDecoder.h',
626 'image-decoders/ImageFrame.cpp', 635 'image-decoders/ImageFrame.cpp',
627 'image-decoders/ImageFrame.h', 636 'image-decoders/ImageFrame.h',
628 'image-decoders/bmp/BMPImageDecoder.cpp', 637 'image-decoders/bmp/BMPImageDecoder.cpp',
629 'image-decoders/bmp/BMPImageDecoder.h', 638 'image-decoders/bmp/BMPImageDecoder.h',
630 'image-decoders/bmp/BMPImageReader.cpp', 639 'image-decoders/bmp/BMPImageReader.cpp',
631 'image-decoders/bmp/BMPImageReader.h', 640 'image-decoders/bmp/BMPImageReader.h',
632 'image-decoders/gif/GIFImageDecoder.cpp', 641 'image-decoders/gif/GIFImageDecoder.cpp',
(...skipping 233 matching lines...) Expand 10 before | Expand all | Expand 10 after
866 'testing/TreeTestHelpers.h', 875 'testing/TreeTestHelpers.h',
867 'text/BidiResolverTest.cpp', 876 'text/BidiResolverTest.cpp',
868 'text/DateTimeFormatTest.cpp', 877 'text/DateTimeFormatTest.cpp',
869 'weborigin/DatabaseIdentifierTest.cpp', 878 'weborigin/DatabaseIdentifierTest.cpp',
870 'weborigin/KURLTest.cpp', 879 'weborigin/KURLTest.cpp',
871 'weborigin/OriginAccessEntryTest.cpp', 880 'weborigin/OriginAccessEntryTest.cpp',
872 'weborigin/SecurityOriginTest.cpp', 881 'weborigin/SecurityOriginTest.cpp',
873 ], 882 ],
874 }, 883 },
875 } 884 }
OLDNEW
« no previous file with comments | « Source/core/svg/graphics/SVGImage.cpp ('k') | Source/platform/graphics/Canvas2DImageBufferSurface.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698