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

Unified Diff: third_party/WebKit/Source/core/core.gypi

Issue 1333323003: SnapManager implementation using V8 Extras - {WIP} Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Update with latest master Created 4 years, 6 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 | « build_overrides/v8.gni ('k') | third_party/WebKit/Source/core/core_generated.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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 045bd50622bd7886fb9f4dd2cef8f45d5368d905..eb50aeb163b283569038e79319b66f918dfe54ab 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -2004,10 +2004,12 @@
'page/scrolling/RootScroller.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/SnapCoordinator.cpp',
+ 'page/scrolling/SnapCoordinator.h',
+ 'page/scrolling/snap/SnapManagerBridge.cpp',
+ 'page/scrolling/snap/SnapManagerBridge.h',
'page/scrolling/ScrollState.cpp',
'page/scrolling/ScrollState.h',
'page/scrolling/ScrollStateCallback.cpp',
« no previous file with comments | « build_overrides/v8.gni ('k') | third_party/WebKit/Source/core/core_generated.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698