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

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: WIP - fix on release, still hits CHECK in LayoutGeometryMap.cpp:156 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 1922 matching lines...) Expand 10 before | Expand all | Expand 10 after
1933 'page/TouchDisambiguation.h', 1933 'page/TouchDisambiguation.h',
1934 'page/WindowFeatures.cpp', 1934 'page/WindowFeatures.cpp',
1935 'page/scrolling/ScrollingCoordinator.cpp', 1935 'page/scrolling/ScrollingCoordinator.cpp',
1936 'page/scrolling/ScrollingCoordinator.h', 1936 'page/scrolling/ScrollingCoordinator.h',
1937 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1937 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1938 'page/scrolling/ScrollCustomizationCallbacks.h', 1938 'page/scrolling/ScrollCustomizationCallbacks.h',
1939 'page/scrolling/ScrollState.cpp', 1939 'page/scrolling/ScrollState.cpp',
1940 'page/scrolling/ScrollState.h', 1940 'page/scrolling/ScrollState.h',
1941 'page/scrolling/ScrollStateCallback.cpp', 1941 'page/scrolling/ScrollStateCallback.cpp',
1942 'page/scrolling/ScrollStateCallback.h', 1942 'page/scrolling/ScrollStateCallback.h',
1943 'page/scrolling/StickyPositionScrollingConstraints.cpp',
1944 'page/scrolling/StickyPositionScrollingConstraints.h',
1945 'page/scrolling/ViewportConstraints.h',
1943 'paint/BackgroundImageGeometry.cpp', 1946 'paint/BackgroundImageGeometry.cpp',
1944 'paint/BackgroundImageGeometry.h', 1947 'paint/BackgroundImageGeometry.h',
1945 'paint/BlockFlowPainter.cpp', 1948 'paint/BlockFlowPainter.cpp',
1946 'paint/BlockFlowPainter.h', 1949 'paint/BlockFlowPainter.h',
1947 'paint/BlockPainter.cpp', 1950 'paint/BlockPainter.cpp',
1948 'paint/BlockPainter.h', 1951 'paint/BlockPainter.h',
1949 'paint/BoxBorderPainter.cpp', 1952 'paint/BoxBorderPainter.cpp',
1950 'paint/BoxBorderPainter.h', 1953 'paint/BoxBorderPainter.h',
1951 'paint/BoxClipper.cpp', 1954 'paint/BoxClipper.cpp',
1952 'paint/BoxClipper.h', 1955 'paint/BoxClipper.h',
(...skipping 2067 matching lines...) Expand 10 before | Expand all | Expand 10 after
4020 'style/SVGComputedStyleTest.cpp', 4023 'style/SVGComputedStyleTest.cpp',
4021 'svg/SVGPathParserTest.cpp', 4024 'svg/SVGPathParserTest.cpp',
4022 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4025 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4023 'testing/PrivateScriptTestTest.cpp', 4026 'testing/PrivateScriptTestTest.cpp',
4024 'timing/MemoryInfoTest.cpp', 4027 'timing/MemoryInfoTest.cpp',
4025 'workers/WorkerThreadTest.cpp', 4028 'workers/WorkerThreadTest.cpp',
4026 'xml/parser/SharedBufferReaderTest.cpp', 4029 'xml/parser/SharedBufferReaderTest.cpp',
4027 ], 4030 ],
4028 } 4031 }
4029 } 4032 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698