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

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

Issue 246293006: Blink Support for Overlay Scrollbar Animation Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: fix unittest and move unittest to blink_platform_unittests Created 6 years, 3 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
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 746 matching lines...) Expand 10 before | Expand all | Expand 10 after
757 'scroll/ScrollAnimator.cpp', 757 'scroll/ScrollAnimator.cpp',
758 'scroll/ScrollAnimator.h', 758 'scroll/ScrollAnimator.h',
759 'scroll/ScrollAnimatorNone.cpp', 759 'scroll/ScrollAnimatorNone.cpp',
760 'scroll/ScrollAnimatorNone.h', 760 'scroll/ScrollAnimatorNone.h',
761 'scroll/ScrollTypes.h', 761 'scroll/ScrollTypes.h',
762 'scroll/ScrollView.cpp', 762 'scroll/ScrollView.cpp',
763 'scroll/ScrollableArea.cpp', 763 'scroll/ScrollableArea.cpp',
764 'scroll/ScrollableArea.h', 764 'scroll/ScrollableArea.h',
765 'scroll/Scrollbar.cpp', 765 'scroll/Scrollbar.cpp',
766 'scroll/Scrollbar.h', 766 'scroll/Scrollbar.h',
767 'scroll/ScrollbarStateTransitionAnimator.cpp',
768 'scroll/ScrollbarStateTransitionAnimator.h',
767 'scroll/ScrollbarTheme.cpp', 769 'scroll/ScrollbarTheme.cpp',
768 'scroll/ScrollbarTheme.h', 770 'scroll/ScrollbarTheme.h',
769 'scroll/ScrollbarThemeAndroid.cpp', 771 'scroll/ScrollbarThemeAndroid.cpp',
770 'scroll/ScrollbarThemeAura.cpp', 772 'scroll/ScrollbarThemeAura.cpp',
771 'scroll/ScrollbarThemeAura.h', 773 'scroll/ScrollbarThemeAura.h',
772 'scroll/ScrollbarThemeClient.h', 774 'scroll/ScrollbarThemeClient.h',
773 'scroll/ScrollbarThemeMacCommon.h', 775 'scroll/ScrollbarThemeMacCommon.h',
774 'scroll/ScrollbarThemeMacCommon.mm', 776 'scroll/ScrollbarThemeMacCommon.mm',
775 'scroll/ScrollbarThemeMacNonOverlayAPI.h', 777 'scroll/ScrollbarThemeMacNonOverlayAPI.h',
776 'scroll/ScrollbarThemeMacNonOverlayAPI.mm', 778 'scroll/ScrollbarThemeMacNonOverlayAPI.mm',
(...skipping 149 matching lines...) Expand 10 before | Expand all | Expand 10 after
926 'graphics/ThreadSafeDataTransportTest.cpp', 928 'graphics/ThreadSafeDataTransportTest.cpp',
927 'graphics/filters/FilterOperationsTest.cpp', 929 'graphics/filters/FilterOperationsTest.cpp',
928 'graphics/filters/ImageFilterBuilderTest.cpp', 930 'graphics/filters/ImageFilterBuilderTest.cpp',
929 'graphics/gpu/DrawingBufferTest.cpp', 931 'graphics/gpu/DrawingBufferTest.cpp',
930 'graphics/test/MockDiscardablePixelRef.h', 932 'graphics/test/MockDiscardablePixelRef.h',
931 'image-decoders/ImageDecoderTest.cpp', 933 'image-decoders/ImageDecoderTest.cpp',
932 'mac/ScrollElasticityControllerTest.mm', 934 'mac/ScrollElasticityControllerTest.mm',
933 'network/HTTPParsersTest.cpp', 935 'network/HTTPParsersTest.cpp',
934 'network/ResourceRequestTest.cpp', 936 'network/ResourceRequestTest.cpp',
935 'scheduler/SchedulerTest.cpp', 937 'scheduler/SchedulerTest.cpp',
938 'scroll/ScrollbarStateTransitionAnimatorTest.cpp',
936 'testing/ArenaTestHelpers.h', 939 'testing/ArenaTestHelpers.h',
937 'testing/TreeTestHelpers.cpp', 940 'testing/TreeTestHelpers.cpp',
938 'testing/TreeTestHelpers.h', 941 'testing/TreeTestHelpers.h',
939 'transforms/TransformOperationsTest.cpp', 942 'transforms/TransformOperationsTest.cpp',
940 'transforms/TransformationMatrixTest.cpp', 943 'transforms/TransformationMatrixTest.cpp',
941 'text/BidiResolverTest.cpp', 944 'text/BidiResolverTest.cpp',
942 'text/DateTimeFormatTest.cpp', 945 'text/DateTimeFormatTest.cpp',
943 'text/SegmentedStringTest.cpp', 946 'text/SegmentedStringTest.cpp',
944 'text/UnicodeUtilitiesTest.cpp', 947 'text/UnicodeUtilitiesTest.cpp',
945 'weborigin/DatabaseIdentifierTest.cpp', 948 'weborigin/DatabaseIdentifierTest.cpp',
(...skipping 14 matching lines...) Expand all
960 'graphics/ImageLayerChromiumTest.cpp', 963 'graphics/ImageLayerChromiumTest.cpp',
961 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 964 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
962 'graphics/test/MockImageDecoder.h', 965 'graphics/test/MockImageDecoder.h',
963 'graphics/test/MockWebGraphicsContext3D.h', 966 'graphics/test/MockWebGraphicsContext3D.h',
964 'image-decoders/gif/GIFImageDecoderTest.cpp', 967 'image-decoders/gif/GIFImageDecoderTest.cpp',
965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 968 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
966 'image-decoders/webp/WEBPImageDecoderTest.cpp', 969 'image-decoders/webp/WEBPImageDecoderTest.cpp',
967 ], 970 ],
968 }, 971 },
969 } 972 }
OLDNEW
« no previous file with comments | « Source/core/rendering/RenderLayerScrollableArea.cpp ('k') | Source/platform/scroll/ScrollAnimatorNone.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698