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

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: 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
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 742 matching lines...) Expand 10 before | Expand all | Expand 10 after
753 'scheduler/Scheduler.h', 753 'scheduler/Scheduler.h',
754 'scheduler/TracedTask.cpp', 754 'scheduler/TracedTask.cpp',
755 'scheduler/TracedTask.h', 755 'scheduler/TracedTask.h',
756 'scroll/ProgrammaticScrollAnimator.cpp', 756 'scroll/ProgrammaticScrollAnimator.cpp',
757 'scroll/ProgrammaticScrollAnimator.h', 757 'scroll/ProgrammaticScrollAnimator.h',
758 'scroll/ScrollAnimator.cpp', 758 'scroll/ScrollAnimator.cpp',
759 'scroll/ScrollAnimator.h', 759 'scroll/ScrollAnimator.h',
760 'scroll/ScrollAnimatorNone.cpp', 760 'scroll/ScrollAnimatorNone.cpp',
761 'scroll/ScrollAnimatorNone.h', 761 'scroll/ScrollAnimatorNone.h',
762 'scroll/ScrollTypes.h', 762 'scroll/ScrollTypes.h',
763 'scroll/ScrollView.cpp',
764 'scroll/ScrollableArea.cpp', 763 'scroll/ScrollableArea.cpp',
765 'scroll/ScrollableArea.h', 764 'scroll/ScrollableArea.h',
766 'scroll/Scrollbar.cpp', 765 'scroll/Scrollbar.cpp',
767 'scroll/Scrollbar.h', 766 'scroll/Scrollbar.h',
768 'scroll/ScrollbarTheme.cpp', 767 'scroll/ScrollbarTheme.cpp',
769 'scroll/ScrollbarTheme.h', 768 'scroll/ScrollbarTheme.h',
770 'scroll/ScrollbarThemeAndroid.cpp', 769 'scroll/ScrollbarThemeAndroid.cpp',
771 'scroll/ScrollbarThemeAura.cpp', 770 'scroll/ScrollbarThemeAura.cpp',
772 'scroll/ScrollbarThemeAura.h', 771 'scroll/ScrollbarThemeAura.h',
773 'scroll/ScrollbarThemeClient.h', 772 'scroll/ScrollbarThemeClient.h',
(...skipping 186 matching lines...) Expand 10 before | Expand all | Expand 10 after
960 'graphics/ImageFrameGeneratorTest.cpp', 959 'graphics/ImageFrameGeneratorTest.cpp',
961 'graphics/ImageLayerChromiumTest.cpp', 960 'graphics/ImageLayerChromiumTest.cpp',
962 'graphics/test/MockImageDecoder.h', 961 'graphics/test/MockImageDecoder.h',
963 'graphics/test/MockWebGraphicsContext3D.h', 962 'graphics/test/MockWebGraphicsContext3D.h',
964 'image-decoders/gif/GIFImageDecoderTest.cpp', 963 'image-decoders/gif/GIFImageDecoderTest.cpp',
965 'image-decoders/jpeg/JPEGImageDecoderTest.cpp', 964 'image-decoders/jpeg/JPEGImageDecoderTest.cpp',
966 'image-decoders/webp/WEBPImageDecoderTest.cpp', 965 'image-decoders/webp/WEBPImageDecoderTest.cpp',
967 ], 966 ],
968 }, 967 },
969 } 968 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698