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

Unified Diff: Source/core/core.gypi

Issue 850443002: Scroll Customization Prototype (Not for review, WIP) (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase / cleanup / minor bug fixes Created 5 years, 10 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
Index: Source/core/core.gypi
diff --git a/Source/core/core.gypi b/Source/core/core.gypi
index 4764d31c35730184afdc564020ad30c42df7bcd5..fedb3afc63aa664b57ef8208d5492485d185ae35 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -287,6 +287,7 @@
'loader/appcache/ApplicationCache.idl',
'page/EventSource.idl',
'page/PagePopupController.idl',
+ 'page/scrolling/ScrollState.idl',
'plugins/MimeType.idl',
'plugins/MimeTypeArray.idl',
'plugins/Plugin.idl',
@@ -1812,6 +1813,8 @@
'paint/BackgroundImageGeometry.h',
'paint/BlockFlowPainter.cpp',
'paint/BlockFlowPainter.h',
+ 'page/scrolling/ScrollState.cpp',
+ 'page/scrolling/ScrollState.h',
'paint/BlockPainter.cpp',
'paint/BlockPainter.h',
'paint/BoxClipper.cpp',
« no previous file with comments | « LayoutTests/fast/scroll-behavior/scroll-customization/touch-scroll-customization.html ('k') | Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698