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

Unified Diff: Source/core/core.gypi

Issue 774203003: Update Window API for CSSOM smooth scrolling to match the spec (Closed) Base URL: svn://svn.chromium.org/blink/trunk
Patch Set: Update expected results Created 6 years 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 | « LayoutTests/fast/scroll-behavior/subframe-scrollTo-expected.txt ('k') | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »
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 730c940858910b5f4baf07de5acfc1772424e5b8..7649002f97043a29db4791f46e9ca0c207471148 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3392,6 +3392,7 @@
'dom/MutationObserverInit.idl',
'events/EventInit.idl',
'frame/ScrollOptions.idl',
+ 'frame/ScrollToOptions.idl',
'html/canvas/HitRegionOptions.idl',
'page/EventSourceInit.idl',
],
@@ -3408,6 +3409,8 @@
'<(blink_core_output_dir)/events/EventInitDictionary.h',
'<(blink_core_output_dir)/frame/ScrollOptions.cpp',
'<(blink_core_output_dir)/frame/ScrollOptions.h',
+ '<(blink_core_output_dir)/frame/ScrollToOptions.cpp',
+ '<(blink_core_output_dir)/frame/ScrollToOptions.h',
'<(blink_core_output_dir)/html/canvas/HitRegionOptions.cpp',
'<(blink_core_output_dir)/html/canvas/HitRegionOptions.h',
'<(blink_core_output_dir)/page/EventSourceInit.cpp',
« no previous file with comments | « LayoutTests/fast/scroll-behavior/subframe-scrollTo-expected.txt ('k') | Source/core/frame/DOMWindow.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698