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

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: Remove redundant invalidation in LayoutBlock::tryLayoutDoingPositionedMovementOnly 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 1971 matching lines...) Expand 10 before | Expand all | Expand 10 after
1982 'page/TouchDisambiguation.h', 1982 'page/TouchDisambiguation.h',
1983 'page/WindowFeatures.cpp', 1983 'page/WindowFeatures.cpp',
1984 'page/scrolling/ScrollingCoordinator.cpp', 1984 'page/scrolling/ScrollingCoordinator.cpp',
1985 'page/scrolling/ScrollingCoordinator.h', 1985 'page/scrolling/ScrollingCoordinator.h',
1986 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1986 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1987 'page/scrolling/ScrollCustomizationCallbacks.h', 1987 'page/scrolling/ScrollCustomizationCallbacks.h',
1988 'page/scrolling/ScrollState.cpp', 1988 'page/scrolling/ScrollState.cpp',
1989 'page/scrolling/ScrollState.h', 1989 'page/scrolling/ScrollState.h',
1990 'page/scrolling/ScrollStateCallback.cpp', 1990 'page/scrolling/ScrollStateCallback.cpp',
1991 'page/scrolling/ScrollStateCallback.h', 1991 'page/scrolling/ScrollStateCallback.h',
1992 'page/scrolling/StickyPositionScrollingConstraints.cpp',
1993 'page/scrolling/StickyPositionScrollingConstraints.h',
1994 'page/scrolling/ViewportConstraints.h',
1992 'paint/BackgroundImageGeometry.cpp', 1995 'paint/BackgroundImageGeometry.cpp',
1993 'paint/BackgroundImageGeometry.h', 1996 'paint/BackgroundImageGeometry.h',
1994 'paint/BlockFlowPainter.cpp', 1997 'paint/BlockFlowPainter.cpp',
1995 'paint/BlockFlowPainter.h', 1998 'paint/BlockFlowPainter.h',
1996 'paint/BlockPainter.cpp', 1999 'paint/BlockPainter.cpp',
1997 'paint/BlockPainter.h', 2000 'paint/BlockPainter.h',
1998 'paint/BoxBorderPainter.cpp', 2001 'paint/BoxBorderPainter.cpp',
1999 'paint/BoxBorderPainter.h', 2002 'paint/BoxBorderPainter.h',
2000 'paint/BoxClipper.cpp', 2003 'paint/BoxClipper.cpp',
2001 'paint/BoxClipper.h', 2004 'paint/BoxClipper.h',
(...skipping 2069 matching lines...) Expand 10 before | Expand all | Expand 10 after
4071 'svg/SVGPathParserTest.cpp', 4074 'svg/SVGPathParserTest.cpp',
4072 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4075 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4073 'testing/PrivateScriptTestTest.cpp', 4076 'testing/PrivateScriptTestTest.cpp',
4074 'timing/MemoryInfoTest.cpp', 4077 'timing/MemoryInfoTest.cpp',
4075 'workers/WorkerThreadTest.cpp', 4078 'workers/WorkerThreadTest.cpp',
4076 'workers/WorkerThreadTestHelper.h', 4079 'workers/WorkerThreadTestHelper.h',
4077 'xml/parser/SharedBufferReaderTest.cpp', 4080 'xml/parser/SharedBufferReaderTest.cpp',
4078 ], 4081 ],
4079 } 4082 }
4080 } 4083 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698