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

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

Issue 134443003: Implement CSSOM Smooth Scroll API (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebased Created 6 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 | Annotate | Revision Log
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 709 matching lines...) Expand 10 before | Expand all | Expand 10 after
720 'network/WebSocketHandshakeRequest.h', 720 'network/WebSocketHandshakeRequest.h',
721 'network/WebSocketHandshakeResponse.cpp', 721 'network/WebSocketHandshakeResponse.cpp',
722 'network/WebSocketHandshakeResponse.h', 722 'network/WebSocketHandshakeResponse.h',
723 'plugins/PluginData.cpp', 723 'plugins/PluginData.cpp',
724 'plugins/PluginData.h', 724 'plugins/PluginData.h',
725 'plugins/PluginListBuilder.cpp', 725 'plugins/PluginListBuilder.cpp',
726 'plugins/PluginListBuilder.h', 726 'plugins/PluginListBuilder.h',
727 'scroll/FramelessScrollView.cpp', 727 'scroll/FramelessScrollView.cpp',
728 'scroll/FramelessScrollView.h', 728 'scroll/FramelessScrollView.h',
729 'scroll/FramelessScrollViewClient.h', 729 'scroll/FramelessScrollViewClient.h',
730 'scroll/ProgrammaticScrollAnimator.cpp',
731 'scroll/ProgrammaticScrollAnimator.h',
730 'scroll/ScrollAnimator.cpp', 732 'scroll/ScrollAnimator.cpp',
731 'scroll/ScrollAnimator.h', 733 'scroll/ScrollAnimator.h',
732 'scroll/ScrollAnimatorNone.cpp', 734 'scroll/ScrollAnimatorNone.cpp',
733 'scroll/ScrollAnimatorNone.h', 735 'scroll/ScrollAnimatorNone.h',
734 'scroll/ScrollTypes.h', 736 'scroll/ScrollTypes.h',
735 'scroll/ScrollView.cpp', 737 'scroll/ScrollView.cpp',
736 'scroll/ScrollableArea.cpp', 738 'scroll/ScrollableArea.cpp',
737 'scroll/ScrollableArea.h', 739 'scroll/ScrollableArea.h',
738 'scroll/Scrollbar.cpp', 740 'scroll/Scrollbar.cpp',
739 'scroll/Scrollbar.h', 741 'scroll/Scrollbar.h',
(...skipping 161 matching lines...) Expand 10 before | Expand all | Expand 10 after
901 'animation/TimingFunctionTestHelper.cpp', 903 'animation/TimingFunctionTestHelper.cpp',
902 'animation/TimingFunctionTestHelper.h', 904 'animation/TimingFunctionTestHelper.h',
903 'animation/TimingFunctionTestHelperTest.cpp', 905 'animation/TimingFunctionTestHelperTest.cpp',
904 'graphics/DeferredImageDecoderTest.cpp', 906 'graphics/DeferredImageDecoderTest.cpp',
905 'graphics/ImageDecodingStoreTest.cpp', 907 'graphics/ImageDecodingStoreTest.cpp',
906 'graphics/ImageFrameGeneratorTest.cpp', 908 'graphics/ImageFrameGeneratorTest.cpp',
907 'graphics/test/MockImageDecoder.h', 909 'graphics/test/MockImageDecoder.h',
908 ], 910 ],
909 }, 911 },
910 } 912 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698