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

Unified Diff: Source/core/core.gypi

Issue 1239463005: Replace history.options with history.scrollRestoration attribute (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Move setScrollRestorationType to History Created 5 years, 5 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 068edaa9d6ca0f8d1c4c33de9581c8d9b9bfdb65..098a0bc6660227a5d6c3cc2a5976de21d4cbddd1 100644
--- a/Source/core/core.gypi
+++ b/Source/core/core.gypi
@@ -3468,7 +3468,6 @@
'events/WheelEventInit.idl',
'fileapi/BlobPropertyBag.idl',
'fileapi/FilePropertyBag.idl',
- 'frame/StateOptions.idl',
'frame/ScrollOptions.idl',
'frame/ScrollToOptions.idl',
'html/MediaKeyEventInit.idl',
@@ -3548,8 +3547,6 @@
'<(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