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

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

Issue 1602773006: blink: Make WebMainThreadScrollingReason wrap the cc enum. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: enumwrap: rebase Created 4 years, 11 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 826 matching lines...) Expand 10 before | Expand all | Expand 10 after
837 'network/WebSocketHandshakeRequest.cpp', 837 'network/WebSocketHandshakeRequest.cpp',
838 'network/WebSocketHandshakeRequest.h', 838 'network/WebSocketHandshakeRequest.h',
839 'network/WebSocketHandshakeResponse.cpp', 839 'network/WebSocketHandshakeResponse.cpp',
840 'network/WebSocketHandshakeResponse.h', 840 'network/WebSocketHandshakeResponse.h',
841 'plugins/PluginData.cpp', 841 'plugins/PluginData.cpp',
842 'plugins/PluginData.h', 842 'plugins/PluginData.h',
843 'plugins/PluginListBuilder.cpp', 843 'plugins/PluginListBuilder.cpp',
844 'plugins/PluginListBuilder.h', 844 'plugins/PluginListBuilder.h',
845 'scheduler/CancellableTaskFactory.cpp', 845 'scheduler/CancellableTaskFactory.cpp',
846 'scheduler/CancellableTaskFactory.h', 846 'scheduler/CancellableTaskFactory.h',
847 'scroll/MainThreadScrollingReason.h',
847 'scroll/ProgrammaticScrollAnimator.cpp', 848 'scroll/ProgrammaticScrollAnimator.cpp',
848 'scroll/ProgrammaticScrollAnimator.h', 849 'scroll/ProgrammaticScrollAnimator.h',
849 'scroll/ScrollAnimatorBase.cpp', 850 'scroll/ScrollAnimatorBase.cpp',
850 'scroll/ScrollAnimatorBase.h', 851 'scroll/ScrollAnimatorBase.h',
851 'scroll/ScrollAnimatorCompositorCoordinator.cpp', 852 'scroll/ScrollAnimatorCompositorCoordinator.cpp',
852 'scroll/ScrollAnimatorCompositorCoordinator.h', 853 'scroll/ScrollAnimatorCompositorCoordinator.h',
853 'scroll/ScrollAnimator.cpp', 854 'scroll/ScrollAnimator.cpp',
854 'scroll/ScrollAnimator.h', 855 'scroll/ScrollAnimator.h',
855 'scroll/ScrollTypes.h', 856 'scroll/ScrollTypes.h',
856 'scroll/ScrollableArea.cpp', 857 'scroll/ScrollableArea.cpp',
(...skipping 279 matching lines...) Expand 10 before | Expand all | Expand 10 after
1136 ['OS!="mac"', 1137 ['OS!="mac"',
1137 { 1138 {
1138 'platform_test_files': [ 1139 'platform_test_files': [
1139 'scroll/ScrollAnimatorTest.cpp', 1140 'scroll/ScrollAnimatorTest.cpp',
1140 ], 1141 ],
1141 } 1142 }
1142 ], 1143 ],
1143 ], 1144 ],
1144 }, 1145 },
1145 } 1146 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/page/scrolling/ScrollingCoordinator.cpp ('k') | third_party/WebKit/Source/platform/scroll/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698