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

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: Make sticky vertical ref tests expectations not dependent on font size. Created 4 years, 8 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 1979 matching lines...) Expand 10 before | Expand all | Expand 10 after
1990 'page/TouchDisambiguation.h', 1990 'page/TouchDisambiguation.h',
1991 'page/WindowFeatures.cpp', 1991 'page/WindowFeatures.cpp',
1992 'page/scrolling/ScrollingCoordinator.cpp', 1992 'page/scrolling/ScrollingCoordinator.cpp',
1993 'page/scrolling/ScrollingCoordinator.h', 1993 'page/scrolling/ScrollingCoordinator.h',
1994 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1994 'page/scrolling/ScrollCustomizationCallbacks.cpp',
1995 'page/scrolling/ScrollCustomizationCallbacks.h', 1995 'page/scrolling/ScrollCustomizationCallbacks.h',
1996 'page/scrolling/ScrollState.cpp', 1996 'page/scrolling/ScrollState.cpp',
1997 'page/scrolling/ScrollState.h', 1997 'page/scrolling/ScrollState.h',
1998 'page/scrolling/ScrollStateCallback.cpp', 1998 'page/scrolling/ScrollStateCallback.cpp',
1999 'page/scrolling/ScrollStateCallback.h', 1999 'page/scrolling/ScrollStateCallback.h',
2000 'page/scrolling/StickyPositionScrollingConstraints.cpp',
2001 'page/scrolling/StickyPositionScrollingConstraints.h',
2000 'paint/BackgroundImageGeometry.cpp', 2002 'paint/BackgroundImageGeometry.cpp',
2001 'paint/BackgroundImageGeometry.h', 2003 'paint/BackgroundImageGeometry.h',
2002 'paint/BlockFlowPainter.cpp', 2004 'paint/BlockFlowPainter.cpp',
2003 'paint/BlockFlowPainter.h', 2005 'paint/BlockFlowPainter.h',
2004 'paint/BlockPainter.cpp', 2006 'paint/BlockPainter.cpp',
2005 'paint/BlockPainter.h', 2007 'paint/BlockPainter.h',
2006 'paint/BoxBorderPainter.cpp', 2008 'paint/BoxBorderPainter.cpp',
2007 'paint/BoxBorderPainter.h', 2009 'paint/BoxBorderPainter.h',
2008 'paint/BoxClipper.cpp', 2010 'paint/BoxClipper.cpp',
2009 'paint/BoxClipper.h', 2011 'paint/BoxClipper.h',
(...skipping 2074 matching lines...) Expand 10 before | Expand all | Expand 10 after
4084 'svg/SVGPathParserTest.cpp', 4086 'svg/SVGPathParserTest.cpp',
4085 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4086 'testing/PrivateScriptTestTest.cpp', 4088 'testing/PrivateScriptTestTest.cpp',
4087 'timing/MemoryInfoTest.cpp', 4089 'timing/MemoryInfoTest.cpp',
4088 'workers/WorkerThreadTest.cpp', 4090 'workers/WorkerThreadTest.cpp',
4089 'workers/WorkerThreadTestHelper.h', 4091 'workers/WorkerThreadTestHelper.h',
4090 'xml/parser/SharedBufferReaderTest.cpp', 4092 'xml/parser/SharedBufferReaderTest.cpp',
4091 ], 4093 ],
4092 } 4094 }
4093 } 4095 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698