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

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

Issue 952443003: Remove dead file MockDiscardablePixelRef.h from gypi file. (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 years, 10 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
« no previous file with comments | « no previous file | no next file » | 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 'includes': [ 2 'includes': [
3 'platform_generated.gypi', 3 'platform_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 'platform_files': [ 6 'platform_files': [
7 'AsyncFileSystemCallbacks.h', 7 'AsyncFileSystemCallbacks.h',
8 'CalculationValue.h', 8 'CalculationValue.h',
9 'CheckedInt.h', 9 'CheckedInt.h',
10 'Clock.cpp', 10 'Clock.cpp',
(...skipping 931 matching lines...) Expand 10 before | Expand all | Expand 10 after
942 'geometry/GeometryTestHelpers.cpp', 942 'geometry/GeometryTestHelpers.cpp',
943 'geometry/LayoutRectOutsetsTest.cpp', 943 'geometry/LayoutRectOutsetsTest.cpp',
944 'geometry/RegionTest.cpp', 944 'geometry/RegionTest.cpp',
945 'graphics/GraphicsContextTest.cpp', 945 'graphics/GraphicsContextTest.cpp',
946 'graphics/RecordingImageBufferSurfaceTest.cpp', 946 'graphics/RecordingImageBufferSurfaceTest.cpp',
947 'graphics/ThreadSafeDataTransportTest.cpp', 947 'graphics/ThreadSafeDataTransportTest.cpp',
948 'graphics/filters/FilterOperationsTest.cpp', 948 'graphics/filters/FilterOperationsTest.cpp',
949 'graphics/filters/ImageFilterBuilderTest.cpp', 949 'graphics/filters/ImageFilterBuilderTest.cpp',
950 'graphics/gpu/DrawingBufferTest.cpp', 950 'graphics/gpu/DrawingBufferTest.cpp',
951 'graphics/paint/DisplayItemTest.cpp', 951 'graphics/paint/DisplayItemTest.cpp',
952 'graphics/test/MockDiscardablePixelRef.h',
953 'image-decoders/ImageDecoderTest.cpp', 952 'image-decoders/ImageDecoderTest.cpp',
954 'mac/ScrollElasticityControllerTest.mm', 953 'mac/ScrollElasticityControllerTest.mm',
955 'network/FormDataTest.cpp', 954 'network/FormDataTest.cpp',
956 'network/HTTPParsersTest.cpp', 955 'network/HTTPParsersTest.cpp',
957 'network/ResourceRequestTest.cpp', 956 'network/ResourceRequestTest.cpp',
958 'scheduler/CancellableTaskFactoryTest.cpp', 957 'scheduler/CancellableTaskFactoryTest.cpp',
959 'scheduler/SchedulerTest.cpp', 958 'scheduler/SchedulerTest.cpp',
960 'scroll/ScrollableAreaTest.cpp', 959 'scroll/ScrollableAreaTest.cpp',
961 'testing/ArenaTestHelpers.h', 960 'testing/ArenaTestHelpers.h',
962 'testing/TreeTestHelpers.cpp', 961 'testing/TreeTestHelpers.cpp',
(...skipping 23 matching lines...) Expand all
986 'graphics/ImageLayerChromiumTest.cpp', 985 'graphics/ImageLayerChromiumTest.cpp',
987 'graphics/test/MockImageDecoder.h', 986 'graphics/test/MockImageDecoder.h',
988 'graphics/test/MockWebGraphicsContext3D.h', 987 'graphics/test/MockWebGraphicsContext3D.h',
989 'image-decoders/bmp/BMPImageDecoderTest.cpp', 988 'image-decoders/bmp/BMPImageDecoderTest.cpp',
990 'image-decoders/gif/GIFImageDecoderTest.cpp', 989 'image-decoders/gif/GIFImageDecoderTest.cpp',
991 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 990 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
992 'image-decoders/webp/WEBPImageDecoderTest.cpp', 991 'image-decoders/webp/WEBPImageDecoderTest.cpp',
993 ], 992 ],
994 }, 993 },
995 } 994 }
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698