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

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: rebase 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
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/frame/History.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 484ade45f78ab4c2071f8d48d0de4457693ce62d..eda5a3528554c002d09f6ade14a1949cf7725025 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3585,6 +3585,7 @@
'events/WheelEventInit.idl',
'fileapi/BlobPropertyBag.idl',
'fileapi/FilePropertyBag.idl',
+ 'frame/StateOptions.idl',
'frame/ScrollOptions.idl',
'frame/ScrollToOptions.idl',
'html/MediaKeyEventInit.idl',
@@ -3655,6 +3656,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',
« no previous file with comments | « LayoutTests/webexposed/global-interface-listing-expected.txt ('k') | Source/core/frame/History.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698