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

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 try server compile error Created 6 years, 6 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 728 matching lines...) Expand 10 before | Expand all | Expand 10 after
739 'scroll/ScrollAnimator.cpp', 739 'scroll/ScrollAnimator.cpp',
740 'scroll/ScrollAnimator.h', 740 'scroll/ScrollAnimator.h',
741 'scroll/ScrollAnimatorNone.cpp', 741 'scroll/ScrollAnimatorNone.cpp',
742 'scroll/ScrollAnimatorNone.h', 742 'scroll/ScrollAnimatorNone.h',
743 'scroll/ScrollTypes.h', 743 'scroll/ScrollTypes.h',
744 'scroll/ScrollView.cpp', 744 'scroll/ScrollView.cpp',
745 'scroll/ScrollableArea.cpp', 745 'scroll/ScrollableArea.cpp',
746 'scroll/ScrollableArea.h', 746 'scroll/ScrollableArea.h',
747 'scroll/Scrollbar.cpp', 747 'scroll/Scrollbar.cpp',
748 'scroll/Scrollbar.h', 748 'scroll/Scrollbar.h',
749 'scroll/ScrollbarStateTransitionAnimator.cpp',
750 'scroll/ScrollbarStateTransitionAnimator.h',
749 'scroll/ScrollbarTheme.cpp', 751 'scroll/ScrollbarTheme.cpp',
750 'scroll/ScrollbarTheme.h', 752 'scroll/ScrollbarTheme.h',
751 'scroll/ScrollbarThemeAndroid.cpp', 753 'scroll/ScrollbarThemeAndroid.cpp',
752 'scroll/ScrollbarThemeAura.cpp', 754 'scroll/ScrollbarThemeAura.cpp',
753 'scroll/ScrollbarThemeAura.h', 755 'scroll/ScrollbarThemeAura.h',
754 'scroll/ScrollbarThemeClient.h', 756 'scroll/ScrollbarThemeClient.h',
755 'scroll/ScrollbarThemeMacCommon.h', 757 'scroll/ScrollbarThemeMacCommon.h',
756 'scroll/ScrollbarThemeMacCommon.mm', 758 'scroll/ScrollbarThemeMacCommon.mm',
757 'scroll/ScrollbarThemeMacNonOverlayAPI.h', 759 'scroll/ScrollbarThemeMacNonOverlayAPI.h',
758 'scroll/ScrollbarThemeMacNonOverlayAPI.mm', 760 'scroll/ScrollbarThemeMacNonOverlayAPI.mm',
(...skipping 174 matching lines...) Expand 10 before | Expand all | Expand 10 after
933 'graphics/ImageLayerChromiumTest.cpp', 935 'graphics/ImageLayerChromiumTest.cpp',
934 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp', 936 'graphics/OpaqueRectTrackingContentLayerDelegateTest.cpp',
935 'graphics/test/MockImageDecoder.h', 937 'graphics/test/MockImageDecoder.h',
936 'graphics/test/MockWebGraphicsContext3D.h', 938 'graphics/test/MockWebGraphicsContext3D.h',
937 'image-decoders/gif/GIFImageDecoderTest.cpp', 939 'image-decoders/gif/GIFImageDecoderTest.cpp',
938 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 940 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
939 'image-decoders/webp/WEBPImageDecoderTest.cpp', 941 'image-decoders/webp/WEBPImageDecoderTest.cpp',
940 ], 942 ],
941 }, 943 },
942 } 944 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698