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

Unified Diff: Source/core/core.gypi

Issue 927213004: Accept options in history APIs to allow scroll restoration to be disabled (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: minor Created 5 years, 7 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 ff7796d5e8fba51be4341f3577b24b13da626e23..58b6f32a661c6b3588e1c77e017467cdedaba1ce 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3566,6 +3566,7 @@
'events/WheelEventInit.idl',
'fileapi/BlobPropertyBag.idl',
'fileapi/FilePropertyBag.idl',
+ 'frame/StateOptions.idl',
'frame/ScrollOptions.idl',
'frame/ScrollToOptions.idl',
'html/MediaKeyEventInit.idl',
@@ -3636,6 +3637,8 @@
'<(blink_core_output_dir)/fileapi/BlobPropertyBag.h',
'<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp',
'<(blink_core_output_dir)/fileapi/FilePropertyBag.h',
+ '<(blink_core_output_dir)/frame/StateOptions.cpp',
+ '<(blink_core_output_dir)/frame/StateOptions.h',
'<(blink_core_output_dir)/frame/ScrollOptions.cpp',
'<(blink_core_output_dir)/frame/ScrollOptions.h',
'<(blink_core_output_dir)/frame/ScrollToOptions.cpp',

Powered by Google App Engine
This is Rietveld 408576698