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

Side by Side Diff: third_party/WebKit/Source/core/core.gypi

Issue 2285253003: Move TopDocumentRootScrollerController to a separate object on FrameHost (Closed)
Patch Set: None Created 4 years, 3 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 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/AnimationEffectReadOnly.idl', 9 'animation/AnimationEffectReadOnly.idl',
10 'animation/AnimationEffectTiming.idl', 10 'animation/AnimationEffectTiming.idl',
(...skipping 2034 matching lines...) Expand 10 before | Expand all | Expand 10 after
2045 'page/SpatialNavigation.cpp', 2045 'page/SpatialNavigation.cpp',
2046 'page/TouchAdjustment.cpp', 2046 'page/TouchAdjustment.cpp',
2047 'page/TouchAdjustment.h', 2047 'page/TouchAdjustment.h',
2048 'page/TouchDisambiguation.cpp', 2048 'page/TouchDisambiguation.cpp',
2049 'page/TouchDisambiguation.h', 2049 'page/TouchDisambiguation.h',
2050 'page/WindowFeatures.cpp', 2050 'page/WindowFeatures.cpp',
2051 'page/scrolling/OverscrollController.cpp', 2051 'page/scrolling/OverscrollController.cpp',
2052 'page/scrolling/OverscrollController.h', 2052 'page/scrolling/OverscrollController.h',
2053 'page/scrolling/RootScrollerController.cpp', 2053 'page/scrolling/RootScrollerController.cpp',
2054 'page/scrolling/RootScrollerController.h', 2054 'page/scrolling/RootScrollerController.h',
2055 'page/scrolling/RootScrollerUtil.cpp',
2056 'page/scrolling/RootScrollerUtil.h',
2055 'page/scrolling/ScrollingCoordinator.cpp', 2057 'page/scrolling/ScrollingCoordinator.cpp',
2056 'page/scrolling/ScrollingCoordinator.h', 2058 'page/scrolling/ScrollingCoordinator.h',
2057 'page/scrolling/SnapCoordinator.cpp', 2059 'page/scrolling/SnapCoordinator.cpp',
2058 'page/scrolling/SnapCoordinator.h', 2060 'page/scrolling/SnapCoordinator.h',
2059 'page/scrolling/ScrollCustomizationCallbacks.cpp', 2061 'page/scrolling/ScrollCustomizationCallbacks.cpp',
2060 'page/scrolling/ScrollCustomizationCallbacks.h', 2062 'page/scrolling/ScrollCustomizationCallbacks.h',
2061 'page/scrolling/ScrollState.cpp', 2063 'page/scrolling/ScrollState.cpp',
2062 'page/scrolling/ScrollState.h', 2064 'page/scrolling/ScrollState.h',
2063 'page/scrolling/ScrollStateCallback.cpp', 2065 'page/scrolling/ScrollStateCallback.cpp',
2064 'page/scrolling/ScrollStateCallback.h', 2066 'page/scrolling/ScrollStateCallback.h',
(...skipping 2246 matching lines...) Expand 10 before | Expand all | Expand 10 after
4311 'timing/MemoryInfoTest.cpp', 4313 'timing/MemoryInfoTest.cpp',
4312 'timing/PerformanceBaseTest.cpp', 4314 'timing/PerformanceBaseTest.cpp',
4313 'timing/PerformanceObserverTest.cpp', 4315 'timing/PerformanceObserverTest.cpp',
4314 'workers/DedicatedWorkerTest.cpp', 4316 'workers/DedicatedWorkerTest.cpp',
4315 'workers/WorkerThreadTest.cpp', 4317 'workers/WorkerThreadTest.cpp',
4316 'workers/WorkerThreadTestHelper.h', 4318 'workers/WorkerThreadTestHelper.h',
4317 'xml/parser/SharedBufferReaderTest.cpp', 4319 'xml/parser/SharedBufferReaderTest.cpp',
4318 ], 4320 ],
4319 } 4321 }
4320 } 4322 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | third_party/WebKit/Source/core/frame/FrameHost.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698