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

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

Issue 1646663002: Refactor Scroll Customization to share cc::ScrollStateData with blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linking. Created 4 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
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 'ContentDecryptionModuleResult.h', 10 'ContentDecryptionModuleResult.h',
(...skipping 871 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 'scroll/ScrollbarThemeMacNonOverlayAPI.mm', 882 'scroll/ScrollbarThemeMacNonOverlayAPI.mm',
883 'scroll/ScrollbarThemeMacOverlayAPI.h', 883 'scroll/ScrollbarThemeMacOverlayAPI.h',
884 'scroll/ScrollbarThemeMacOverlayAPI.mm', 884 'scroll/ScrollbarThemeMacOverlayAPI.mm',
885 'scroll/ScrollbarThemeMock.cpp', 885 'scroll/ScrollbarThemeMock.cpp',
886 'scroll/ScrollbarThemeMock.h', 886 'scroll/ScrollbarThemeMock.h',
887 'scroll/ScrollbarThemeNonMacCommon.cpp', 887 'scroll/ScrollbarThemeNonMacCommon.cpp',
888 'scroll/ScrollbarThemeNonMacCommon.h', 888 'scroll/ScrollbarThemeNonMacCommon.h',
889 'scroll/ScrollbarThemeOverlay.cpp', 889 'scroll/ScrollbarThemeOverlay.cpp',
890 'scroll/ScrollbarThemeOverlay.h', 890 'scroll/ScrollbarThemeOverlay.h',
891 'scroll/ScrollbarThemeOverlayMock.h', 891 'scroll/ScrollbarThemeOverlayMock.h',
892 'scroll/ScrollStateData.h',
892 'speech/PlatformSpeechSynthesisUtterance.cpp', 893 'speech/PlatformSpeechSynthesisUtterance.cpp',
893 'speech/PlatformSpeechSynthesisUtterance.h', 894 'speech/PlatformSpeechSynthesisUtterance.h',
894 'speech/PlatformSpeechSynthesisVoice.cpp', 895 'speech/PlatformSpeechSynthesisVoice.cpp',
895 'speech/PlatformSpeechSynthesisVoice.h', 896 'speech/PlatformSpeechSynthesisVoice.h',
896 'speech/PlatformSpeechSynthesizer.cpp', 897 'speech/PlatformSpeechSynthesizer.cpp',
897 'speech/PlatformSpeechSynthesizer.h', 898 'speech/PlatformSpeechSynthesizer.h',
898 'text/BidiCharacterRun.cpp', 899 'text/BidiCharacterRun.cpp',
899 'text/BidiCharacterRun.h', 900 'text/BidiCharacterRun.h',
900 'text/BidiContext.cpp', 901 'text/BidiContext.cpp',
901 'text/BidiContext.h', 902 'text/BidiContext.h',
(...skipping 247 matching lines...) Expand 10 before | Expand all | Expand 10 after
1149 ['OS!="mac"', 1150 ['OS!="mac"',
1150 { 1151 {
1151 'platform_test_files': [ 1152 'platform_test_files': [
1152 'scroll/ScrollAnimatorTest.cpp', 1153 'scroll/ScrollAnimatorTest.cpp',
1153 ], 1154 ],
1154 } 1155 }
1155 ], 1156 ],
1156 ], 1157 ],
1157 }, 1158 },
1158 } 1159 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698