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

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

Issue 641733004: Merge FrameView and ScrollView. (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Rebaseline. Created 6 years, 2 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
« no previous file with comments | « Source/platform/Theme.h ('k') | Source/platform/mac/ScrollAnimatorMac.mm » ('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 739 matching lines...) Expand 10 before | Expand all | Expand 10 after
750 'scheduler/Scheduler.h', 750 'scheduler/Scheduler.h',
751 'scheduler/TracedTask.cpp', 751 'scheduler/TracedTask.cpp',
752 'scheduler/TracedTask.h', 752 'scheduler/TracedTask.h',
753 'scroll/ProgrammaticScrollAnimator.cpp', 753 'scroll/ProgrammaticScrollAnimator.cpp',
754 'scroll/ProgrammaticScrollAnimator.h', 754 'scroll/ProgrammaticScrollAnimator.h',
755 'scroll/ScrollAnimator.cpp', 755 'scroll/ScrollAnimator.cpp',
756 'scroll/ScrollAnimator.h', 756 'scroll/ScrollAnimator.h',
757 'scroll/ScrollAnimatorNone.cpp', 757 'scroll/ScrollAnimatorNone.cpp',
758 'scroll/ScrollAnimatorNone.h', 758 'scroll/ScrollAnimatorNone.h',
759 'scroll/ScrollTypes.h', 759 'scroll/ScrollTypes.h',
760 'scroll/ScrollView.cpp',
761 'scroll/ScrollableArea.cpp', 760 'scroll/ScrollableArea.cpp',
762 'scroll/ScrollableArea.h', 761 'scroll/ScrollableArea.h',
763 'scroll/Scrollbar.cpp', 762 'scroll/Scrollbar.cpp',
764 'scroll/Scrollbar.h', 763 'scroll/Scrollbar.h',
765 'scroll/ScrollbarTheme.cpp', 764 'scroll/ScrollbarTheme.cpp',
766 'scroll/ScrollbarTheme.h', 765 'scroll/ScrollbarTheme.h',
767 'scroll/ScrollbarThemeAndroid.cpp', 766 'scroll/ScrollbarThemeAndroid.cpp',
768 'scroll/ScrollbarThemeAura.cpp', 767 'scroll/ScrollbarThemeAura.cpp',
769 'scroll/ScrollbarThemeAura.h', 768 'scroll/ScrollbarThemeAura.h',
770 'scroll/ScrollbarThemeClient.h', 769 'scroll/ScrollbarThemeClient.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
957 'graphics/ImageFrameGeneratorTest.cpp', 956 'graphics/ImageFrameGeneratorTest.cpp',
958 'graphics/ImageLayerChromiumTest.cpp', 957 'graphics/ImageLayerChromiumTest.cpp',
959 'graphics/test/MockImageDecoder.h', 958 'graphics/test/MockImageDecoder.h',
960 'graphics/test/MockWebGraphicsContext3D.h', 959 'graphics/test/MockWebGraphicsContext3D.h',
961 'image-decoders/gif/GIFImageDecoderTest.cpp', 960 'image-decoders/gif/GIFImageDecoderTest.cpp',
962 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 961 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
963 'image-decoders/webp/WEBPImageDecoderTest.cpp', 962 'image-decoders/webp/WEBPImageDecoderTest.cpp',
964 ], 963 ],
965 }, 964 },
966 } 965 }
OLDNEW
« no previous file with comments | « Source/platform/Theme.h ('k') | Source/platform/mac/ScrollAnimatorMac.mm » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698