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

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

Issue 105003005: Revert of Teach Skia to use discardable memory (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: 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
« no previous file with comments | « no previous file | Source/platform/graphics/DecodingImageGenerator.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 545 matching lines...) Expand 10 before | Expand all | Expand 10 after
556 'graphics/Canvas2DImageBufferSurface.h', 556 'graphics/Canvas2DImageBufferSurface.h',
557 'graphics/Canvas2DLayerBridge.cpp', 557 'graphics/Canvas2DLayerBridge.cpp',
558 'graphics/Canvas2DLayerBridge.h', 558 'graphics/Canvas2DLayerBridge.h',
559 'graphics/Canvas2DLayerManager.cpp', 559 'graphics/Canvas2DLayerManager.cpp',
560 'graphics/Canvas2DLayerManager.h', 560 'graphics/Canvas2DLayerManager.h',
561 'graphics/Color.cpp', 561 'graphics/Color.cpp',
562 'graphics/Color.h', 562 'graphics/Color.h',
563 'graphics/ColorSpace.h', 563 'graphics/ColorSpace.h',
564 'graphics/CrossfadeGeneratedImage.cpp', 564 'graphics/CrossfadeGeneratedImage.cpp',
565 'graphics/CrossfadeGeneratedImage.h', 565 'graphics/CrossfadeGeneratedImage.h',
566 'graphics/DecodingImageGenerator.cpp',
567 'graphics/DecodingImageGenerator.h',
568 'graphics/DeferredImageDecoder.cpp', 566 'graphics/DeferredImageDecoder.cpp',
569 'graphics/DeferredImageDecoder.h', 567 'graphics/DeferredImageDecoder.h',
570 'graphics/DiscardablePixelRef.cpp', 568 'graphics/DiscardablePixelRef.cpp',
571 'graphics/DiscardablePixelRef.h', 569 'graphics/DiscardablePixelRef.h',
572 'graphics/DisplayList.cpp', 570 'graphics/DisplayList.cpp',
573 'graphics/DisplayList.h', 571 'graphics/DisplayList.h',
574 'graphics/DrawLooper.cpp', 572 'graphics/DrawLooper.cpp',
575 'graphics/DrawLooper.h', 573 'graphics/DrawLooper.h',
576 'graphics/Extensions3D.cpp', 574 'graphics/Extensions3D.cpp',
577 'graphics/Extensions3D.h', 575 'graphics/Extensions3D.h',
(...skipping 310 matching lines...) Expand 10 before | Expand all | Expand 10 after
888 'testing/TreeTestHelpers.h', 886 'testing/TreeTestHelpers.h',
889 'text/BidiResolverTest.cpp', 887 'text/BidiResolverTest.cpp',
890 'text/DateTimeFormatTest.cpp', 888 'text/DateTimeFormatTest.cpp',
891 'weborigin/DatabaseIdentifierTest.cpp', 889 'weborigin/DatabaseIdentifierTest.cpp',
892 'weborigin/KURLTest.cpp', 890 'weborigin/KURLTest.cpp',
893 'weborigin/OriginAccessEntryTest.cpp', 891 'weborigin/OriginAccessEntryTest.cpp',
894 'weborigin/SecurityOriginTest.cpp', 892 'weborigin/SecurityOriginTest.cpp',
895 ], 893 ],
896 }, 894 },
897 } 895 }
OLDNEW
« no previous file with comments | « no previous file | Source/platform/graphics/DecodingImageGenerator.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698