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

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

Issue 1970563002: Compute snap offsets according to CSS Scroll Snap Spec Level 1 (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 1994 matching lines...) Expand 10 before | Expand all | Expand 10 after
2005 'page/TouchAdjustment.h', 2005 'page/TouchAdjustment.h',
2006 'page/TouchDisambiguation.cpp', 2006 'page/TouchDisambiguation.cpp',
2007 'page/TouchDisambiguation.h', 2007 'page/TouchDisambiguation.h',
2008 'page/WindowFeatures.cpp', 2008 'page/WindowFeatures.cpp',
2009 'page/scrolling/OverscrollController.cpp', 2009 'page/scrolling/OverscrollController.cpp',
2010 'page/scrolling/OverscrollController.h', 2010 'page/scrolling/OverscrollController.h',
2011 'page/scrolling/RootScroller.cpp', 2011 'page/scrolling/RootScroller.cpp',
2012 'page/scrolling/RootScroller.h', 2012 'page/scrolling/RootScroller.h',
2013 'page/scrolling/ScrollingCoordinator.cpp', 2013 'page/scrolling/ScrollingCoordinator.cpp',
2014 'page/scrolling/ScrollingCoordinator.h', 2014 'page/scrolling/ScrollingCoordinator.h',
2015 'page/scrolling/SnapCoordinator.cpp',
2016 'page/scrolling/SnapCoordinator.h',
2015 'page/scrolling/ScrollCustomizationCallbacks.cpp', 2017 'page/scrolling/ScrollCustomizationCallbacks.cpp',
2016 'page/scrolling/ScrollCustomizationCallbacks.h', 2018 'page/scrolling/ScrollCustomizationCallbacks.h',
2017 'page/scrolling/ScrollState.cpp', 2019 'page/scrolling/ScrollState.cpp',
2018 'page/scrolling/ScrollState.h', 2020 'page/scrolling/ScrollState.h',
2019 'page/scrolling/ScrollStateCallback.cpp', 2021 'page/scrolling/ScrollStateCallback.cpp',
2020 'page/scrolling/ScrollStateCallback.h', 2022 'page/scrolling/ScrollStateCallback.h',
2021 'page/scrolling/StickyPositionScrollingConstraints.cpp', 2023 'page/scrolling/StickyPositionScrollingConstraints.cpp',
2022 'page/scrolling/StickyPositionScrollingConstraints.h', 2024 'page/scrolling/StickyPositionScrollingConstraints.h',
2023 'page/scrolling/ViewportScrollCallback.cpp', 2025 'page/scrolling/ViewportScrollCallback.cpp',
2024 'page/scrolling/ViewportScrollCallback.h', 2026 'page/scrolling/ViewportScrollCallback.h',
(...skipping 2077 matching lines...) Expand 10 before | Expand all | Expand 10 after
4102 'origin_trials/OriginTrialContextTest.cpp', 4104 'origin_trials/OriginTrialContextTest.cpp',
4103 'page/ChromeClientTest.cpp', 4105 'page/ChromeClientTest.cpp',
4104 'page/ContextMenuControllerTest.cpp', 4106 'page/ContextMenuControllerTest.cpp',
4105 'page/EventSourceParserTest.cpp', 4107 'page/EventSourceParserTest.cpp',
4106 'page/FocusControllerTest.cpp', 4108 'page/FocusControllerTest.cpp',
4107 'page/NetworkStateNotifierTest.cpp', 4109 'page/NetworkStateNotifierTest.cpp',
4108 'page/PagePopupClientTest.cpp', 4110 'page/PagePopupClientTest.cpp',
4109 'page/PrintContextTest.cpp', 4111 'page/PrintContextTest.cpp',
4110 'page/WindowFeaturesTest.cpp', 4112 'page/WindowFeaturesTest.cpp',
4111 'page/scrolling/ScrollStateTest.cpp', 4113 'page/scrolling/ScrollStateTest.cpp',
4114 'page/scrolling/SnapCoordinatorTest.cpp',
4112 'paint/LayerClipRecorderTest.cpp', 4115 'paint/LayerClipRecorderTest.cpp',
4113 'paint/LayoutObjectDrawingRecorderTest.cpp', 4116 'paint/LayoutObjectDrawingRecorderTest.cpp',
4114 'paint/NinePieceImageGridTest.cpp', 4117 'paint/NinePieceImageGridTest.cpp',
4115 'paint/PaintControllerPaintTest.cpp', 4118 'paint/PaintControllerPaintTest.cpp',
4116 'paint/PaintControllerPaintTest.h', 4119 'paint/PaintControllerPaintTest.h',
4117 'paint/PaintInfoTest.cpp', 4120 'paint/PaintInfoTest.cpp',
4118 'paint/PaintLayerPainterTest.cpp', 4121 'paint/PaintLayerPainterTest.cpp',
4119 'paint/PaintPropertyTreeBuilderTest.cpp', 4122 'paint/PaintPropertyTreeBuilderTest.cpp',
4120 'paint/TableCellPainterTest.cpp', 4123 'paint/TableCellPainterTest.cpp',
4121 'paint/TextPainterTest.cpp', 4124 'paint/TextPainterTest.cpp',
4122 'streams/ReadableStreamOperationsTest.cpp', 4125 'streams/ReadableStreamOperationsTest.cpp',
4123 'streams/ReadableStreamReaderTest.cpp', 4126 'streams/ReadableStreamReaderTest.cpp',
4124 'streams/ReadableStreamTest.cpp', 4127 'streams/ReadableStreamTest.cpp',
4125 'style/ComputedStyleTest.cpp', 4128 'style/ComputedStyleTest.cpp',
4126 'style/OutlineValueTest.cpp', 4129 'style/OutlineValueTest.cpp',
4127 'style/SVGComputedStyleTest.cpp', 4130 'style/SVGComputedStyleTest.cpp',
4128 'svg/SVGPathParserTest.cpp', 4131 'svg/SVGPathParserTest.cpp',
4129 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 4132 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
4130 'testing/PrivateScriptTestTest.cpp', 4133 'testing/PrivateScriptTestTest.cpp',
4131 'timing/MemoryInfoTest.cpp', 4134 'timing/MemoryInfoTest.cpp',
4132 'timing/PerformanceBaseTest.cpp', 4135 'timing/PerformanceBaseTest.cpp',
4133 'workers/WorkerThreadTest.cpp', 4136 'workers/WorkerThreadTest.cpp',
4134 'workers/WorkerThreadTestHelper.h', 4137 'workers/WorkerThreadTestHelper.h',
4135 'xml/parser/SharedBufferReaderTest.cpp', 4138 'xml/parser/SharedBufferReaderTest.cpp',
4136 ], 4139 ],
4137 } 4140 }
4138 } 4141 }
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