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

Unified Diff: 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: Clean up TODOs Created 5 years, 3 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('j') | Source/core/dom/ContainerNode.cpp » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 5b5322b42fdb6213005a252f52573d018f6e98cd..255df3b1b38a473fd47aa3e951f33963b85cc0d9 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -1862,6 +1862,8 @@
'page/scrolling/ScrollingConstraints.h',
'page/scrolling/ScrollingCoordinator.cpp',
'page/scrolling/ScrollingCoordinator.h',
+ 'page/scrolling/SnapCoordinator.cpp',
+ 'page/scrolling/SnapCoordinator.h',
'page/scrolling/ScrollCustomizationCallbacks.cpp',
'page/scrolling/ScrollCustomizationCallbacks.h',
'page/scrolling/ScrollState.cpp',
@@ -3857,6 +3859,7 @@
'page/PagePopupClientTest.cpp',
'page/PrintContextTest.cpp',
'page/scrolling/ScrollStateTest.cpp',
+ 'page/scrolling/SnapCoordinatorTest.cpp',
'paint/DeprecatedPaintLayerPainterTest.cpp',
'paint/DisplayItemListPaintTest.cpp',
'paint/DisplayItemListPaintTest.h',
« no previous file with comments | « no previous file | Source/core/dom/ContainerNode.cpp » ('j') | Source/core/dom/ContainerNode.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698