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

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

Issue 1870663002: Reland main thread position sticky implementation. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Only descend into children which have an ancestor overflow layer. 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 1984 matching lines...) Expand 10 before | Expand all | Expand 10 after
1995 'page/TouchDisambiguation.h', 1995 'page/TouchDisambiguation.h',
1996 'page/WindowFeatures.cpp', 1996 'page/WindowFeatures.cpp',
1997 'page/scrolling/ScrollingCoordinator.cpp', 1997 'page/scrolling/ScrollingCoordinator.cpp',
1998 'page/scrolling/ScrollingCoordinator.h', 1998 'page/scrolling/ScrollingCoordinator.h',
1999 'page/scrolling/ScrollCustomizationCallbacks.cpp', 1999 'page/scrolling/ScrollCustomizationCallbacks.cpp',
2000 'page/scrolling/ScrollCustomizationCallbacks.h', 2000 'page/scrolling/ScrollCustomizationCallbacks.h',
2001 'page/scrolling/ScrollState.cpp', 2001 'page/scrolling/ScrollState.cpp',
2002 'page/scrolling/ScrollState.h', 2002 'page/scrolling/ScrollState.h',
2003 'page/scrolling/ScrollStateCallback.cpp', 2003 'page/scrolling/ScrollStateCallback.cpp',
2004 'page/scrolling/ScrollStateCallback.h', 2004 'page/scrolling/ScrollStateCallback.h',
2005 'page/scrolling/StickyPositionScrollingConstraints.cpp',
2006 'page/scrolling/StickyPositionScrollingConstraints.h',
2005 'paint/BackgroundImageGeometry.cpp', 2007 'paint/BackgroundImageGeometry.cpp',
2006 'paint/BackgroundImageGeometry.h', 2008 'paint/BackgroundImageGeometry.h',
2007 'paint/BlockFlowPainter.cpp', 2009 'paint/BlockFlowPainter.cpp',
2008 'paint/BlockFlowPainter.h', 2010 'paint/BlockFlowPainter.h',
2009 'paint/BlockPainter.cpp', 2011 'paint/BlockPainter.cpp',
2010 'paint/BlockPainter.h', 2012 'paint/BlockPainter.h',
2011 'paint/BoxBorderPainter.cpp', 2013 'paint/BoxBorderPainter.cpp',
2012 'paint/BoxBorderPainter.h', 2014 'paint/BoxBorderPainter.h',
2013 'paint/BoxClipper.cpp', 2015 'paint/BoxClipper.cpp',
2014 'paint/BoxClipper.h', 2016 'paint/BoxClipper.h',
(...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after
4092 'svg/SVGPathParserTest.cpp', 4094 'svg/SVGPathParserTest.cpp',
4093 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4095 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4094 'testing/PrivateScriptTestTest.cpp', 4096 'testing/PrivateScriptTestTest.cpp',
4095 'timing/MemoryInfoTest.cpp', 4097 'timing/MemoryInfoTest.cpp',
4096 'workers/WorkerThreadTest.cpp', 4098 'workers/WorkerThreadTest.cpp',
4097 'workers/WorkerThreadTestHelper.h', 4099 'workers/WorkerThreadTestHelper.h',
4098 'xml/parser/SharedBufferReaderTest.cpp', 4100 'xml/parser/SharedBufferReaderTest.cpp',
4099 ], 4101 ],
4100 } 4102 }
4101 } 4103 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698