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

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

Issue 977663002: Mac: Delete now-dead elastic overscroll code (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Created 5 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
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/mac/ScrollAnimatorMac.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 '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 691 matching lines...) Expand 10 before | Expand all | Expand 10 after
702 'mac/BlockExceptions.h', 702 'mac/BlockExceptions.h',
703 'mac/BlockExceptions.mm', 703 'mac/BlockExceptions.mm',
704 'mac/ColorMac.h', 704 'mac/ColorMac.h',
705 'mac/ColorMac.mm', 705 'mac/ColorMac.mm',
706 'mac/KillRingMac.mm', 706 'mac/KillRingMac.mm',
707 'mac/LocalCurrentGraphicsContext.h', 707 'mac/LocalCurrentGraphicsContext.h',
708 'mac/LocalCurrentGraphicsContext.mm', 708 'mac/LocalCurrentGraphicsContext.mm',
709 'mac/NSScrollerImpDetails.h', 709 'mac/NSScrollerImpDetails.h',
710 'mac/ScrollAnimatorMac.h', 710 'mac/ScrollAnimatorMac.h',
711 'mac/ScrollAnimatorMac.mm', 711 'mac/ScrollAnimatorMac.mm',
712 'mac/ScrollElasticityController.h',
713 'mac/ScrollElasticityController.mm',
714 'mac/ThemeMac.h', 712 'mac/ThemeMac.h',
715 'mac/ThemeMac.mm', 713 'mac/ThemeMac.mm',
716 'mac/WebCoreNSCellExtras.h', 714 'mac/WebCoreNSCellExtras.h',
717 'mac/WebCoreNSCellExtras.mm', 715 'mac/WebCoreNSCellExtras.mm',
718 'mediastream/MediaStreamCenter.cpp', 716 'mediastream/MediaStreamCenter.cpp',
719 'mediastream/MediaStreamCenter.h', 717 'mediastream/MediaStreamCenter.h',
720 'mediastream/MediaStreamComponent.cpp', 718 'mediastream/MediaStreamComponent.cpp',
721 'mediastream/MediaStreamComponent.h', 719 'mediastream/MediaStreamComponent.h',
722 'mediastream/MediaStreamDescriptor.cpp', 720 'mediastream/MediaStreamDescriptor.cpp',
723 'mediastream/MediaStreamDescriptor.h', 721 'mediastream/MediaStreamDescriptor.h',
(...skipping 224 matching lines...) Expand 10 before | Expand all | Expand 10 after
948 'geometry/LayoutRectOutsetsTest.cpp', 946 'geometry/LayoutRectOutsetsTest.cpp',
949 'geometry/RegionTest.cpp', 947 'geometry/RegionTest.cpp',
950 'graphics/GraphicsContextTest.cpp', 948 'graphics/GraphicsContextTest.cpp',
951 'graphics/RecordingImageBufferSurfaceTest.cpp', 949 'graphics/RecordingImageBufferSurfaceTest.cpp',
952 'graphics/ThreadSafeDataTransportTest.cpp', 950 'graphics/ThreadSafeDataTransportTest.cpp',
953 'graphics/filters/FilterOperationsTest.cpp', 951 'graphics/filters/FilterOperationsTest.cpp',
954 'graphics/filters/ImageFilterBuilderTest.cpp', 952 'graphics/filters/ImageFilterBuilderTest.cpp',
955 'graphics/gpu/DrawingBufferTest.cpp', 953 'graphics/gpu/DrawingBufferTest.cpp',
956 'graphics/paint/DisplayItemTest.cpp', 954 'graphics/paint/DisplayItemTest.cpp',
957 'image-decoders/ImageDecoderTest.cpp', 955 'image-decoders/ImageDecoderTest.cpp',
958 'mac/ScrollElasticityControllerTest.mm',
959 'network/FormDataTest.cpp', 956 'network/FormDataTest.cpp',
960 'network/HTTPParsersTest.cpp', 957 'network/HTTPParsersTest.cpp',
961 'network/ResourceRequestTest.cpp', 958 'network/ResourceRequestTest.cpp',
962 'scheduler/CancellableTaskFactoryTest.cpp', 959 'scheduler/CancellableTaskFactoryTest.cpp',
963 'scheduler/SchedulerTest.cpp', 960 'scheduler/SchedulerTest.cpp',
964 'scroll/ScrollableAreaTest.cpp', 961 'scroll/ScrollableAreaTest.cpp',
965 'testing/ArenaTestHelpers.h', 962 'testing/ArenaTestHelpers.h',
966 'testing/TreeTestHelpers.cpp', 963 'testing/TreeTestHelpers.cpp',
967 'testing/TreeTestHelpers.h', 964 'testing/TreeTestHelpers.h',
968 'text/BidiResolverTest.cpp', 965 'text/BidiResolverTest.cpp',
(...skipping 21 matching lines...) Expand all
990 'graphics/ImageLayerChromiumTest.cpp', 987 'graphics/ImageLayerChromiumTest.cpp',
991 'graphics/test/MockImageDecoder.h', 988 'graphics/test/MockImageDecoder.h',
992 'graphics/test/MockWebGraphicsContext3D.h', 989 'graphics/test/MockWebGraphicsContext3D.h',
993 'image-decoders/bmp/BMPImageDecoderTest.cpp', 990 'image-decoders/bmp/BMPImageDecoderTest.cpp',
994 'image-decoders/gif/GIFImageDecoderTest.cpp', 991 'image-decoders/gif/GIFImageDecoderTest.cpp',
995 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 992 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
996 'image-decoders/webp/WEBPImageDecoderTest.cpp', 993 'image-decoders/webp/WEBPImageDecoderTest.cpp',
997 ], 994 ],
998 }, 995 },
999 } 996 }
OLDNEW
« no previous file with comments | « Source/platform/blink_platform.gyp ('k') | Source/platform/mac/ScrollAnimatorMac.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698