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

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

Issue 1308273010: Adapt and reland old position sticky implementation (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Store ancestor overflow layer on PaintLayer to compute before other dependent compositing inputs. Created 4 years, 9 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/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 1950 matching lines...) Expand 10 before | Expand all | Expand 10 after
1961 'page/TouchDisambiguation.h', 1961 'page/TouchDisambiguation.h',
1962 'page/WindowFeatures.cpp', 1962 'page/WindowFeatures.cpp',
1963 'page/scrolling/ScrollingCoordinator.cpp', 1963 'page/scrolling/ScrollingCoordinator.cpp',
1964 'page/scrolling/ScrollingCoordinator.h', 1964 'page/scrolling/ScrollingCoordinator.h',
1965 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1965 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1966 'page/scrolling/ScrollCustomizationCallbacks.h', 1966 'page/scrolling/ScrollCustomizationCallbacks.h',
1967 'page/scrolling/ScrollState.cpp', 1967 'page/scrolling/ScrollState.cpp',
1968 'page/scrolling/ScrollState.h', 1968 'page/scrolling/ScrollState.h',
1969 'page/scrolling/ScrollStateCallback.cpp', 1969 'page/scrolling/ScrollStateCallback.cpp',
1970 'page/scrolling/ScrollStateCallback.h', 1970 'page/scrolling/ScrollStateCallback.h',
1971 'page/scrolling/StickyPositionScrollingConstraints.cpp',
1972 'page/scrolling/StickyPositionScrollingConstraints.h',
1973 'page/scrolling/ViewportConstraints.h',
1971 'paint/BackgroundImageGeometry.cpp', 1974 'paint/BackgroundImageGeometry.cpp',
1972 'paint/BackgroundImageGeometry.h', 1975 'paint/BackgroundImageGeometry.h',
1973 'paint/BlockFlowPainter.cpp', 1976 'paint/BlockFlowPainter.cpp',
1974 'paint/BlockFlowPainter.h', 1977 'paint/BlockFlowPainter.h',
1975 'paint/BlockPainter.cpp', 1978 'paint/BlockPainter.cpp',
1976 'paint/BlockPainter.h', 1979 'paint/BlockPainter.h',
1977 'paint/BoxBorderPainter.cpp', 1980 'paint/BoxBorderPainter.cpp',
1978 'paint/BoxBorderPainter.h', 1981 'paint/BoxBorderPainter.h',
1979 'paint/BoxClipper.cpp', 1982 'paint/BoxClipper.cpp',
1980 'paint/BoxClipper.h', 1983 'paint/BoxClipper.h',
(...skipping 2067 matching lines...) Expand 10 before | Expand all | Expand 10 after
4048 'style/SVGComputedStyleTest.cpp', 4051 'style/SVGComputedStyleTest.cpp',
4049 'svg/SVGPathParserTest.cpp', 4052 'svg/SVGPathParserTest.cpp',
4050 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4053 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4051 'testing/PrivateScriptTestTest.cpp', 4054 'testing/PrivateScriptTestTest.cpp',
4052 'timing/MemoryInfoTest.cpp', 4055 'timing/MemoryInfoTest.cpp',
4053 'workers/WorkerThreadTest.cpp', 4056 'workers/WorkerThreadTest.cpp',
4054 'xml/parser/SharedBufferReaderTest.cpp', 4057 'xml/parser/SharedBufferReaderTest.cpp',
4055 ], 4058 ],
4056 } 4059 }
4057 } 4060 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698