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

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

Issue 1646663002: Refactor Scroll Customization to share cc::ScrollStateData with blink. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix linking. Created 4 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
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/core/input/EventHandler.cpp » ('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 1606cc1401de4a38cd70af13e54e3d0051138410..7586d84c2aab71c49facb1b1a5af084505fdf1b4 100644
--- a/third_party/WebKit/Source/core/core.gypi
+++ b/third_party/WebKit/Source/core/core.gypi
@@ -3675,6 +3675,7 @@
'imagebitmap/ImageBitmapOptions.idl',
'input/InputDeviceCapabilitiesInit.idl',
'page/EventSourceInit.idl',
+ 'page/scrolling/ScrollStateInit.idl',
'timing/PerformanceObserverInit.idl',
],
'generated_core_dictionary_files': [
@@ -3780,6 +3781,8 @@
'<(blink_core_output_dir)/input/InputDeviceCapabilitiesInit.h',
'<(blink_core_output_dir)/page/EventSourceInit.cpp',
'<(blink_core_output_dir)/page/EventSourceInit.h',
+ '<(blink_core_output_dir)/page/scrolling/ScrollStateInit.cpp',
+ '<(blink_core_output_dir)/page/scrolling/ScrollStateInit.h',
'<(blink_core_output_dir)/timing/PerformanceObserverInit.cpp',
'<(blink_core_output_dir)/timing/PerformanceObserverInit.h',
],
« no previous file with comments | « third_party/WebKit/Source/core/core.gyp ('k') | third_party/WebKit/Source/core/input/EventHandler.cpp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698