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

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

Issue 1840113005: Move viewport actions into an ApplyScroll callback. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase over my own changes 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 1991 matching lines...) Expand 10 before | Expand all | Expand 10 after
2002 'page/scrolling/ScrollingCoordinator.cpp', 2002 'page/scrolling/ScrollingCoordinator.cpp',
2003 'page/scrolling/ScrollingCoordinator.h', 2003 'page/scrolling/ScrollingCoordinator.h',
2004 'page/scrolling/ScrollCustomizationCallbacks.cpp', 2004 'page/scrolling/ScrollCustomizationCallbacks.cpp',
2005 'page/scrolling/ScrollCustomizationCallbacks.h', 2005 'page/scrolling/ScrollCustomizationCallbacks.h',
2006 'page/scrolling/ScrollState.cpp', 2006 'page/scrolling/ScrollState.cpp',
2007 'page/scrolling/ScrollState.h', 2007 'page/scrolling/ScrollState.h',
2008 'page/scrolling/ScrollStateCallback.cpp', 2008 'page/scrolling/ScrollStateCallback.cpp',
2009 'page/scrolling/ScrollStateCallback.h', 2009 'page/scrolling/ScrollStateCallback.h',
2010 'page/scrolling/StickyPositionScrollingConstraints.cpp', 2010 'page/scrolling/StickyPositionScrollingConstraints.cpp',
2011 'page/scrolling/StickyPositionScrollingConstraints.h', 2011 'page/scrolling/StickyPositionScrollingConstraints.h',
2012 'page/scrolling/ViewportScrollCallback.cpp',
2013 'page/scrolling/ViewportScrollCallback.h',
2012 'paint/BackgroundImageGeometry.cpp', 2014 'paint/BackgroundImageGeometry.cpp',
2013 'paint/BackgroundImageGeometry.h', 2015 'paint/BackgroundImageGeometry.h',
2014 'paint/BlockFlowPainter.cpp', 2016 'paint/BlockFlowPainter.cpp',
2015 'paint/BlockFlowPainter.h', 2017 'paint/BlockFlowPainter.h',
2016 'paint/BlockPainter.cpp', 2018 'paint/BlockPainter.cpp',
2017 'paint/BlockPainter.h', 2019 'paint/BlockPainter.h',
2018 'paint/BoxBorderPainter.cpp', 2020 'paint/BoxBorderPainter.cpp',
2019 'paint/BoxBorderPainter.h', 2021 'paint/BoxBorderPainter.h',
2020 'paint/BoxClipper.cpp', 2022 'paint/BoxClipper.cpp',
2021 'paint/BoxClipper.h', 2023 'paint/BoxClipper.h',
(...skipping 2080 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 'svg/SVGPathParserTest.cpp', 4104 'svg/SVGPathParserTest.cpp',
4103 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4105 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4104 'testing/PrivateScriptTestTest.cpp', 4106 'testing/PrivateScriptTestTest.cpp',
4105 'timing/MemoryInfoTest.cpp', 4107 'timing/MemoryInfoTest.cpp',
4106 'workers/WorkerThreadTest.cpp', 4108 'workers/WorkerThreadTest.cpp',
4107 'workers/WorkerThreadTestHelper.h', 4109 'workers/WorkerThreadTestHelper.h',
4108 'xml/parser/SharedBufferReaderTest.cpp', 4110 'xml/parser/SharedBufferReaderTest.cpp',
4109 ], 4111 ],
4110 } 4112 }
4111 } 4113 }
OLDNEW
« no previous file with comments | « third_party/WebKit/LayoutTests/TestExpectations ('k') | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698