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

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

Issue 211503006: Implementation of 2D canvas context lost/restored events (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: adding missing file 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 576 matching lines...) Expand 10 before | Expand all | Expand 10 after
587 'graphics/GraphicsLayerDebugInfo.h', 587 'graphics/GraphicsLayerDebugInfo.h',
588 'graphics/GraphicsLayerClient.h', 588 'graphics/GraphicsLayerClient.h',
589 'graphics/GraphicsLayerFactory.h', 589 'graphics/GraphicsLayerFactory.h',
590 'graphics/GraphicsTypes.cpp', 590 'graphics/GraphicsTypes.cpp',
591 'graphics/GraphicsTypes.h', 591 'graphics/GraphicsTypes.h',
592 'graphics/GraphicsTypes3D.h', 592 'graphics/GraphicsTypes3D.h',
593 'graphics/Image.cpp', 593 'graphics/Image.cpp',
594 'graphics/Image.h', 594 'graphics/Image.h',
595 'graphics/ImageBuffer.cpp', 595 'graphics/ImageBuffer.cpp',
596 'graphics/ImageBuffer.h', 596 'graphics/ImageBuffer.h',
597 'graphics/ImageBufferClient.h',
598 'graphics/ImageBufferSurface.cpp',
599 'graphics/ImageBufferSurface.h',
597 'graphics/ImageDecodingStore.cpp', 600 'graphics/ImageDecodingStore.cpp',
598 'graphics/ImageDecodingStore.h', 601 'graphics/ImageDecodingStore.h',
599 'graphics/ImageFrameGenerator.cpp', 602 'graphics/ImageFrameGenerator.cpp',
600 'graphics/ImageFrameGenerator.h', 603 'graphics/ImageFrameGenerator.h',
601 'graphics/ImageBufferSurface.cpp',
602 'graphics/ImageBufferSurface.h',
603 'graphics/ImageObserver.cpp', 604 'graphics/ImageObserver.cpp',
604 'graphics/ImageObserver.h', 605 'graphics/ImageObserver.h',
605 'graphics/ImageOrientation.cpp', 606 'graphics/ImageOrientation.cpp',
606 'graphics/ImageOrientation.h', 607 'graphics/ImageOrientation.h',
607 'graphics/ImageSource.cpp', 608 'graphics/ImageSource.cpp',
608 'graphics/ImageSource.h', 609 'graphics/ImageSource.h',
609 'graphics/LazyDecodingPixelRef.cpp', 610 'graphics/LazyDecodingPixelRef.cpp',
610 'graphics/LazyDecodingPixelRef.h', 611 'graphics/LazyDecodingPixelRef.h',
611 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp', 612 'graphics/OpaqueRectTrackingContentLayerDelegate.cpp',
612 'graphics/OpaqueRectTrackingContentLayerDelegate.h', 613 'graphics/OpaqueRectTrackingContentLayerDelegate.h',
(...skipping 307 matching lines...) Expand 10 before | Expand all | Expand 10 after
920 'graphics/ImageDecodingStoreTest.cpp', 921 'graphics/ImageDecodingStoreTest.cpp',
921 'graphics/ImageFrameGeneratorTest.cpp', 922 'graphics/ImageFrameGeneratorTest.cpp',
922 'graphics/gpu/DrawingBufferTest.cpp', 923 'graphics/gpu/DrawingBufferTest.cpp',
923 'graphics/test/MockImageDecoder.h', 924 'graphics/test/MockImageDecoder.h',
924 'graphics/test/MockWebGraphicsContext3D.h', 925 'graphics/test/MockWebGraphicsContext3D.h',
925 'image-decoders/gif/GIFImageDecoderTest.cpp', 926 'image-decoders/gif/GIFImageDecoderTest.cpp',
926 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 927 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
927 ], 928 ],
928 }, 929 },
929 } 930 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698