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

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: mac+win build fix 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 437 matching lines...) Expand 10 before | Expand all | Expand 10 after
448 'graphics/filters/custom/CustomFilterNumberParameter.h', 448 'graphics/filters/custom/CustomFilterNumberParameter.h',
449 'graphics/filters/custom/CustomFilterParameter.h', 449 'graphics/filters/custom/CustomFilterParameter.h',
450 'graphics/filters/custom/CustomFilterParameterList.cpp', 450 'graphics/filters/custom/CustomFilterParameterList.cpp',
451 'graphics/filters/custom/CustomFilterParameterList.h', 451 'graphics/filters/custom/CustomFilterParameterList.h',
452 'graphics/filters/custom/CustomFilterProgramClient.cpp', 452 'graphics/filters/custom/CustomFilterProgramClient.cpp',
453 'graphics/filters/custom/CustomFilterProgramClient.h', 453 'graphics/filters/custom/CustomFilterProgramClient.h',
454 'graphics/filters/custom/CustomFilterProgramInfo.cpp', 454 'graphics/filters/custom/CustomFilterProgramInfo.cpp',
455 'graphics/filters/custom/CustomFilterProgramInfo.h', 455 'graphics/filters/custom/CustomFilterProgramInfo.h',
456 'graphics/filters/custom/CustomFilterTransformParameter.cpp', 456 'graphics/filters/custom/CustomFilterTransformParameter.cpp',
457 'graphics/filters/custom/CustomFilterTransformParameter.h', 457 'graphics/filters/custom/CustomFilterTransformParameter.h',
458 'graphics/gpu/AcceleratedImageBufferSurface.cpp',
459 'graphics/gpu/AcceleratedImageBufferSurface.h',
458 'graphics/gpu/DrawingBuffer.cpp', 460 'graphics/gpu/DrawingBuffer.cpp',
459 'graphics/gpu/DrawingBuffer.h', 461 'graphics/gpu/DrawingBuffer.h',
460 'graphics/gpu/SharedGraphicsContext3D.cpp', 462 'graphics/gpu/SharedGraphicsContext3D.cpp',
461 'graphics/gpu/SharedGraphicsContext3D.h', 463 'graphics/gpu/SharedGraphicsContext3D.h',
464 'graphics/gpu/WebGLImageBufferSurface.cpp',
465 'graphics/gpu/WebGLImageBufferSurface.h',
462 'graphics/media/MediaPlayer.cpp', 466 'graphics/media/MediaPlayer.cpp',
463 'graphics/media/MediaPlayer.h', 467 'graphics/media/MediaPlayer.h',
464 'graphics/skia/GaneshUtils.cpp', 468 'graphics/skia/GaneshUtils.cpp',
465 'graphics/skia/GaneshUtils.h', 469 'graphics/skia/GaneshUtils.h',
466 'graphics/skia/NativeImageSkia.cpp', 470 'graphics/skia/NativeImageSkia.cpp',
467 'graphics/skia/NativeImageSkia.h', 471 'graphics/skia/NativeImageSkia.h',
468 'graphics/skia/OpaqueRegionSkia.cpp', 472 'graphics/skia/OpaqueRegionSkia.cpp',
469 'graphics/skia/OpaqueRegionSkia.h', 473 'graphics/skia/OpaqueRegionSkia.h',
470 'graphics/skia/SkSizeHash.h', 474 'graphics/skia/SkSizeHash.h',
471 'graphics/skia/SkiaUtils.cpp', 475 'graphics/skia/SkiaUtils.cpp',
472 'graphics/skia/SkiaUtils.h', 476 'graphics/skia/SkiaUtils.h',
473 'graphics/BitmapImage.cpp', 477 'graphics/BitmapImage.cpp',
474 'graphics/BitmapImage.h', 478 'graphics/BitmapImage.h',
479 'graphics/Canvas2DImageBufferSurface.h',
475 'graphics/Canvas2DLayerBridge.cpp', 480 'graphics/Canvas2DLayerBridge.cpp',
476 'graphics/Canvas2DLayerBridge.h', 481 'graphics/Canvas2DLayerBridge.h',
477 'graphics/Canvas2DLayerManager.cpp', 482 'graphics/Canvas2DLayerManager.cpp',
478 'graphics/Canvas2DLayerManager.h', 483 'graphics/Canvas2DLayerManager.h',
479 'graphics/Color.cpp', 484 'graphics/Color.cpp',
480 'graphics/Color.h', 485 'graphics/Color.h',
481 'graphics/ColorSpace.h', 486 'graphics/ColorSpace.h',
482 'graphics/DeferredImageDecoder.cpp', 487 'graphics/DeferredImageDecoder.cpp',
483 'graphics/DeferredImageDecoder.h', 488 'graphics/DeferredImageDecoder.h',
484 'graphics/DiscardablePixelRef.cpp', 489 'graphics/DiscardablePixelRef.cpp',
(...skipping 25 matching lines...) Expand all
510 'graphics/GraphicsTypes.h', 515 'graphics/GraphicsTypes.h',
511 'graphics/GraphicsTypes3D.h', 516 'graphics/GraphicsTypes3D.h',
512 'graphics/Image.cpp', 517 'graphics/Image.cpp',
513 'graphics/Image.h', 518 'graphics/Image.h',
514 'graphics/ImageBuffer.cpp', 519 'graphics/ImageBuffer.cpp',
515 'graphics/ImageBuffer.h', 520 'graphics/ImageBuffer.h',
516 'graphics/ImageDecodingStore.cpp', 521 'graphics/ImageDecodingStore.cpp',
517 'graphics/ImageDecodingStore.h', 522 'graphics/ImageDecodingStore.h',
518 'graphics/ImageFrameGenerator.cpp', 523 'graphics/ImageFrameGenerator.cpp',
519 'graphics/ImageFrameGenerator.h', 524 'graphics/ImageFrameGenerator.h',
525 'graphics/ImageBufferSurface.cpp',
526 'graphics/ImageBufferSurface.h',
520 'graphics/ImageObserver.cpp', 527 'graphics/ImageObserver.cpp',
521 'graphics/ImageObserver.h', 528 'graphics/ImageObserver.h',
522 'graphics/ImageOrientation.cpp', 529 'graphics/ImageOrientation.cpp',
523 'graphics/ImageOrientation.h', 530 'graphics/ImageOrientation.h',
524 'graphics/ImageSource.cpp', 531 'graphics/ImageSource.cpp',
525 'graphics/ImageSource.h', 532 'graphics/ImageSource.h',
526 'graphics/LazyDecodingPixelRef.cpp', 533 'graphics/LazyDecodingPixelRef.cpp',
527 'graphics/LazyDecodingPixelRef.h', 534 'graphics/LazyDecodingPixelRef.h',
528 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', 535 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp',
529 'graphics/OpaqueRectTrackingContentLayerDelegate.h', 536 'graphics/OpaqueRectTrackingContentLayerDelegate.h',
530 'graphics/Path.cpp', 537 'graphics/Path.cpp',
531 'graphics/Path.h', 538 'graphics/Path.h',
532 'graphics/PathTraversalState.cpp', 539 'graphics/PathTraversalState.cpp',
533 'graphics/PathTraversalState.h', 540 'graphics/PathTraversalState.h',
534 'graphics/Pattern.cpp', 541 'graphics/Pattern.cpp',
535 'graphics/Pattern.h', 542 'graphics/Pattern.h',
536 'graphics/ScaledImageFragment.cpp', 543 'graphics/ScaledImageFragment.cpp',
537 'graphics/ScaledImageFragment.h', 544 'graphics/ScaledImageFragment.h',
538 'graphics/StrokeData.cpp', 545 'graphics/StrokeData.cpp',
539 'graphics/StrokeData.h', 546 'graphics/StrokeData.h',
540 'graphics/TextRun.cpp', 547 'graphics/TextRun.cpp',
541 'graphics/TextRun.h', 548 'graphics/TextRun.h',
542 'graphics/TextRunIterator.h', 549 'graphics/TextRunIterator.h',
543 'graphics/ThreadSafeDataTransport.cpp', 550 'graphics/ThreadSafeDataTransport.cpp',
544 'graphics/ThreadSafeDataTransport.h', 551 'graphics/ThreadSafeDataTransport.h',
552 'graphics/UnacceleratedImageBufferSurface.cpp',
553 'graphics/UnacceleratedImageBufferSurface.h',
545 'graphics/WindRule.h', 554 'graphics/WindRule.h',
546 'image-decoders/ImageDecoder.cpp', 555 'image-decoders/ImageDecoder.cpp',
547 'image-decoders/ImageDecoder.h', 556 'image-decoders/ImageDecoder.h',
548 'image-decoders/ImageFrame.cpp', 557 'image-decoders/ImageFrame.cpp',
549 'image-decoders/ImageFrame.h', 558 'image-decoders/ImageFrame.h',
550 'image-decoders/bmp/BMPImageDecoder.cpp', 559 'image-decoders/bmp/BMPImageDecoder.cpp',
551 'image-decoders/bmp/BMPImageDecoder.h', 560 'image-decoders/bmp/BMPImageDecoder.h',
552 'image-decoders/bmp/BMPImageReader.cpp', 561 'image-decoders/bmp/BMPImageReader.cpp',
553 'image-decoders/bmp/BMPImageReader.h', 562 'image-decoders/bmp/BMPImageReader.h',
554 'image-decoders/gif/GIFImageDecoder.cpp', 563 'image-decoders/gif/GIFImageDecoder.cpp',
(...skipping 228 matching lines...) Expand 10 before | Expand all | Expand 10 after
783 'testing/TreeTestHelpers.h', 792 'testing/TreeTestHelpers.h',
784 'text/BidiResolverTest.cpp', 793 'text/BidiResolverTest.cpp',
785 'text/DateTimeFormatTest.cpp', 794 'text/DateTimeFormatTest.cpp',
786 'weborigin/DatabaseIdentifierTest.cpp', 795 'weborigin/DatabaseIdentifierTest.cpp',
787 'weborigin/KURLTest.cpp', 796 'weborigin/KURLTest.cpp',
788 'weborigin/OriginAccessEntryTest.cpp', 797 'weborigin/OriginAccessEntryTest.cpp',
789 'weborigin/SecurityOriginTest.cpp', 798 'weborigin/SecurityOriginTest.cpp',
790 ], 799 ],
791 }, 800 },
792 } 801 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698