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

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

Issue 1915783002: Move overscroll logic out of EventHandler. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameHost.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 1987 matching lines...) Expand 10 before | Expand all | Expand 10 after
1998 'page/PopupOpeningObserver.h', 1998 'page/PopupOpeningObserver.h',
1999 'page/PrintContext.cpp', 1999 'page/PrintContext.cpp',
2000 'page/ScopedPageLoadDeferrer.cpp', 2000 'page/ScopedPageLoadDeferrer.cpp',
2001 'page/ScopedPageLoadDeferrer.h', 2001 'page/ScopedPageLoadDeferrer.h',
2002 'page/SpatialNavigation.cpp', 2002 'page/SpatialNavigation.cpp',
2003 'page/TouchAdjustment.cpp', 2003 'page/TouchAdjustment.cpp',
2004 'page/TouchAdjustment.h', 2004 'page/TouchAdjustment.h',
2005 'page/TouchDisambiguation.cpp', 2005 'page/TouchDisambiguation.cpp',
2006 'page/TouchDisambiguation.h', 2006 'page/TouchDisambiguation.h',
2007 'page/WindowFeatures.cpp', 2007 'page/WindowFeatures.cpp',
2008 'page/scrolling/OverscrollController.cpp',
2009 'page/scrolling/OverscrollController.h',
2008 'page/scrolling/ScrollingCoordinator.cpp', 2010 'page/scrolling/ScrollingCoordinator.cpp',
2009 'page/scrolling/ScrollingCoordinator.h', 2011 'page/scrolling/ScrollingCoordinator.h',
2010 'page/scrolling/ScrollCustomizationCallbacks.cpp', 2012 'page/scrolling/ScrollCustomizationCallbacks.cpp',
2011 'page/scrolling/ScrollCustomizationCallbacks.h', 2013 'page/scrolling/ScrollCustomizationCallbacks.h',
2012 'page/scrolling/ScrollState.cpp', 2014 'page/scrolling/ScrollState.cpp',
2013 'page/scrolling/ScrollState.h', 2015 'page/scrolling/ScrollState.h',
2014 'page/scrolling/ScrollStateCallback.cpp', 2016 'page/scrolling/ScrollStateCallback.cpp',
2015 'page/scrolling/ScrollStateCallback.h', 2017 'page/scrolling/ScrollStateCallback.h',
2016 'page/scrolling/StickyPositionScrollingConstraints.cpp', 2018 'page/scrolling/StickyPositionScrollingConstraints.cpp',
2017 'page/scrolling/StickyPositionScrollingConstraints.h', 2019 'page/scrolling/StickyPositionScrollingConstraints.h',
(...skipping 2091 matching lines...) Expand 10 before | Expand all | Expand 10 after
4109 'svg/SVGPathParserTest.cpp', 4111 'svg/SVGPathParserTest.cpp',
4110 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4112 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4111 'testing/PrivateScriptTestTest.cpp', 4113 'testing/PrivateScriptTestTest.cpp',
4112 'timing/MemoryInfoTest.cpp', 4114 'timing/MemoryInfoTest.cpp',
4113 'workers/WorkerThreadTest.cpp', 4115 'workers/WorkerThreadTest.cpp',
4114 'workers/WorkerThreadTestHelper.h', 4116 'workers/WorkerThreadTestHelper.h',
4115 'xml/parser/SharedBufferReaderTest.cpp', 4117 'xml/parser/SharedBufferReaderTest.cpp',
4116 ], 4118 ],
4117 } 4119 }
4118 } 4120 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/frame/FrameHost.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698