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

Unified 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: Fix compile issue Created 5 years, 1 month 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
Index: third_party/WebKit/Source/core/core.gypi
diff --git a/third_party/WebKit/Source/core/core.gypi b/third_party/WebKit/Source/core/core.gypi
index eec568296dcfbda08bff573956e627c8cd3f55e2..252c07bd4fdd3e916e16ae2abd0908121b2a932e 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -1913,6 +1913,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',
@@ -3913,6 +3915,7 @@
'page/PrintContextTest.cpp',
'page/WindowFeaturesTest.cpp',
'page/scrolling/ScrollStateTest.cpp',
+ 'page/scrolling/SnapCoordinatorTest.cpp',
'paint/LayerClipRecorderTest.cpp',
'paint/LayoutObjectDrawingRecorderTest.cpp',
'paint/NinePieceImageGridTest.cpp',
« no previous file with comments | « no previous file | third_party/WebKit/Source/core/dom/Document.h » ('j') | third_party/WebKit/Source/core/layout/LayoutBox.cpp » ('J')

Powered by Google App Engine
This is Rietveld 408576698