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

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

Issue 1188563005: Compute snap offsets (both repeat and element based) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Use client and scroll size to handle overlay scrollbars Created 4 years, 7 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/dom/Document.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 1993 matching lines...) Expand 10 before | Expand all | Expand 10 after
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', 2008 'page/scrolling/OverscrollController.cpp',
2009 'page/scrolling/OverscrollController.h', 2009 'page/scrolling/OverscrollController.h',
2010 'page/scrolling/RootScroller.cpp', 2010 'page/scrolling/RootScroller.cpp',
2011 'page/scrolling/RootScroller.h', 2011 'page/scrolling/RootScroller.h',
2012 'page/scrolling/ScrollingCoordinator.cpp', 2012 'page/scrolling/ScrollingCoordinator.cpp',
2013 'page/scrolling/ScrollingCoordinator.h', 2013 'page/scrolling/ScrollingCoordinator.h',
2014 'page/scrolling/SnapCoordinator.cpp',
2015 'page/scrolling/SnapCoordinator.h',
2014 'page/scrolling/ScrollCustomizationCallbacks.cpp', 2016 'page/scrolling/ScrollCustomizationCallbacks.cpp',
2015 'page/scrolling/ScrollCustomizationCallbacks.h', 2017 'page/scrolling/ScrollCustomizationCallbacks.h',
2016 'page/scrolling/ScrollState.cpp', 2018 'page/scrolling/ScrollState.cpp',
2017 'page/scrolling/ScrollState.h', 2019 'page/scrolling/ScrollState.h',
2018 'page/scrolling/ScrollStateCallback.cpp', 2020 'page/scrolling/ScrollStateCallback.cpp',
2019 'page/scrolling/ScrollStateCallback.h', 2021 'page/scrolling/ScrollStateCallback.h',
2020 'page/scrolling/StickyPositionScrollingConstraints.cpp', 2022 'page/scrolling/StickyPositionScrollingConstraints.cpp',
2021 'page/scrolling/StickyPositionScrollingConstraints.h', 2023 'page/scrolling/StickyPositionScrollingConstraints.h',
2022 'page/scrolling/ViewportScrollCallback.cpp', 2024 'page/scrolling/ViewportScrollCallback.cpp',
2023 'page/scrolling/ViewportScrollCallback.h', 2025 'page/scrolling/ViewportScrollCallback.h',
(...skipping 2066 matching lines...) Expand 10 before | Expand all | Expand 10 after
4090 'origin_trials/OriginTrialContextTest.cpp', 4092 'origin_trials/OriginTrialContextTest.cpp',
4091 'page/ChromeClientTest.cpp', 4093 'page/ChromeClientTest.cpp',
4092 'page/ContextMenuControllerTest.cpp', 4094 'page/ContextMenuControllerTest.cpp',
4093 'page/EventSourceParserTest.cpp', 4095 'page/EventSourceParserTest.cpp',
4094 'page/FocusControllerTest.cpp', 4096 'page/FocusControllerTest.cpp',
4095 'page/NetworkStateNotifierTest.cpp', 4097 'page/NetworkStateNotifierTest.cpp',
4096 'page/PagePopupClientTest.cpp', 4098 'page/PagePopupClientTest.cpp',
4097 'page/PrintContextTest.cpp', 4099 'page/PrintContextTest.cpp',
4098 'page/WindowFeaturesTest.cpp', 4100 'page/WindowFeaturesTest.cpp',
4099 'page/scrolling/ScrollStateTest.cpp', 4101 'page/scrolling/ScrollStateTest.cpp',
4102 'page/scrolling/SnapCoordinatorTest.cpp',
4100 'paint/LayerClipRecorderTest.cpp', 4103 'paint/LayerClipRecorderTest.cpp',
4101 'paint/LayoutObjectDrawingRecorderTest.cpp', 4104 'paint/LayoutObjectDrawingRecorderTest.cpp',
4102 'paint/NinePieceImageGridTest.cpp', 4105 'paint/NinePieceImageGridTest.cpp',
4103 'paint/PaintControllerPaintTest.cpp', 4106 'paint/PaintControllerPaintTest.cpp',
4104 'paint/PaintControllerPaintTest.h', 4107 'paint/PaintControllerPaintTest.h',
4105 'paint/PaintInfoTest.cpp', 4108 'paint/PaintInfoTest.cpp',
4106 'paint/PaintLayerPainterTest.cpp', 4109 'paint/PaintLayerPainterTest.cpp',
4107 'paint/PaintPropertyTreeBuilderTest.cpp', 4110 'paint/PaintPropertyTreeBuilderTest.cpp',
4108 'paint/TableCellPainterTest.cpp', 4111 'paint/TableCellPainterTest.cpp',
4109 'paint/TextPainterTest.cpp', 4112 'paint/TextPainterTest.cpp',
4110 'streams/ReadableStreamOperationsTest.cpp', 4113 'streams/ReadableStreamOperationsTest.cpp',
4111 'streams/ReadableStreamReaderTest.cpp', 4114 'streams/ReadableStreamReaderTest.cpp',
4112 'streams/ReadableStreamTest.cpp', 4115 'streams/ReadableStreamTest.cpp',
4113 'style/ComputedStyleTest.cpp', 4116 'style/ComputedStyleTest.cpp',
4114 'style/OutlineValueTest.cpp', 4117 'style/OutlineValueTest.cpp',
4115 'style/SVGComputedStyleTest.cpp', 4118 'style/SVGComputedStyleTest.cpp',
4116 'svg/SVGPathParserTest.cpp', 4119 'svg/SVGPathParserTest.cpp',
4117 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4118 'testing/PrivateScriptTestTest.cpp', 4121 'testing/PrivateScriptTestTest.cpp',
4119 'timing/MemoryInfoTest.cpp', 4122 'timing/MemoryInfoTest.cpp',
4120 'workers/WorkerThreadTest.cpp', 4123 'workers/WorkerThreadTest.cpp',
4121 'workers/WorkerThreadTestHelper.h', 4124 'workers/WorkerThreadTestHelper.h',
4122 'xml/parser/SharedBufferReaderTest.cpp', 4125 'xml/parser/SharedBufferReaderTest.cpp',
4123 ], 4126 ],
4124 } 4127 }
4125 } 4128 }
OLDNEW
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698