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

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

Issue 2280453002: Split RootScrollerController into top-document and child-document classes (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@rootScrollerIFrames2
Patch Set: Linked TODO to bug 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('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 '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 2035 matching lines...) Expand 10 before | Expand all | Expand 10 after
2046 'page/scrolling/SnapCoordinator.cpp', 2046 'page/scrolling/SnapCoordinator.cpp',
2047 'page/scrolling/SnapCoordinator.h', 2047 'page/scrolling/SnapCoordinator.h',
2048 'page/scrolling/ScrollCustomizationCallbacks.cpp', 2048 'page/scrolling/ScrollCustomizationCallbacks.cpp',
2049 'page/scrolling/ScrollCustomizationCallbacks.h', 2049 'page/scrolling/ScrollCustomizationCallbacks.h',
2050 'page/scrolling/ScrollState.cpp', 2050 'page/scrolling/ScrollState.cpp',
2051 'page/scrolling/ScrollState.h', 2051 'page/scrolling/ScrollState.h',
2052 'page/scrolling/ScrollStateCallback.cpp', 2052 'page/scrolling/ScrollStateCallback.cpp',
2053 'page/scrolling/ScrollStateCallback.h', 2053 'page/scrolling/ScrollStateCallback.h',
2054 'page/scrolling/StickyPositionScrollingConstraints.cpp', 2054 'page/scrolling/StickyPositionScrollingConstraints.cpp',
2055 'page/scrolling/StickyPositionScrollingConstraints.h', 2055 'page/scrolling/StickyPositionScrollingConstraints.h',
2056 'page/scrolling/TopDocumentRootScrollerController.cpp',
2057 'page/scrolling/TopDocumentRootScrollerController.h',
2056 'page/scrolling/ViewportScrollCallback.cpp', 2058 'page/scrolling/ViewportScrollCallback.cpp',
2057 'page/scrolling/ViewportScrollCallback.h', 2059 'page/scrolling/ViewportScrollCallback.h',
2058 'paint/BackgroundImageGeometry.cpp', 2060 'paint/BackgroundImageGeometry.cpp',
2059 'paint/BackgroundImageGeometry.h', 2061 'paint/BackgroundImageGeometry.h',
2060 'paint/BlockFlowPaintInvalidator.cpp', 2062 'paint/BlockFlowPaintInvalidator.cpp',
2061 'paint/BlockFlowPaintInvalidator.h', 2063 'paint/BlockFlowPaintInvalidator.h',
2062 'paint/BlockFlowPainter.cpp', 2064 'paint/BlockFlowPainter.cpp',
2063 'paint/BlockFlowPainter.h', 2065 'paint/BlockFlowPainter.h',
2064 'paint/BlockPainter.cpp', 2066 'paint/BlockPainter.cpp',
2065 'paint/BlockPainter.h', 2067 'paint/BlockPainter.h',
(...skipping 2221 matching lines...) Expand 10 before | Expand all | Expand 10 after
4287 'timing/MemoryInfoTest.cpp', 4289 'timing/MemoryInfoTest.cpp',
4288 'timing/PerformanceBaseTest.cpp', 4290 'timing/PerformanceBaseTest.cpp',
4289 'timing/PerformanceObserverTest.cpp', 4291 'timing/PerformanceObserverTest.cpp',
4290 'workers/DedicatedWorkerTest.cpp', 4292 'workers/DedicatedWorkerTest.cpp',
4291 'workers/WorkerThreadTest.cpp', 4293 'workers/WorkerThreadTest.cpp',
4292 'workers/WorkerThreadTestHelper.h', 4294 'workers/WorkerThreadTestHelper.h',
4293 'xml/parser/SharedBufferReaderTest.cpp', 4295 'xml/parser/SharedBufferReaderTest.cpp',
4294 ], 4296 ],
4295 } 4297 }
4296 } 4298 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698