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

Side by Side 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 'includes': [ 2 'includes': [
3 'core_generated.gypi', 3 'core_generated.gypi',
4 ], 4 ],
5 'variables': { 5 'variables': {
6 # Files for which bindings (.cpp and .h files) will be generated 6 # Files for which bindings (.cpp and .h files) will be generated
7 'core_idl_files': [ 7 'core_idl_files': [
8 'animation/KeyframeEffect.idl', 8 'animation/KeyframeEffect.idl',
9 'animation/EffectModel.idl', 9 'animation/EffectModel.idl',
10 'animation/AnimationEffectReadOnly.idl', 10 'animation/AnimationEffectReadOnly.idl',
(...skipping 3567 matching lines...) Expand 10 before | Expand all | Expand 10 after
3578 'events/PointerEventInit.idl', 3578 'events/PointerEventInit.idl',
3579 'events/ProgressEventInit.idl', 3579 'events/ProgressEventInit.idl',
3580 'events/RelatedEventInit.idl', 3580 'events/RelatedEventInit.idl',
3581 'events/SecurityPolicyViolationEventInit.idl', 3581 'events/SecurityPolicyViolationEventInit.idl',
3582 'events/SharedKeyboardAndMouseEventInit.idl', 3582 'events/SharedKeyboardAndMouseEventInit.idl',
3583 'events/TransitionEventInit.idl', 3583 'events/TransitionEventInit.idl',
3584 'events/UIEventInit.idl', 3584 'events/UIEventInit.idl',
3585 'events/WheelEventInit.idl', 3585 'events/WheelEventInit.idl',
3586 'fileapi/BlobPropertyBag.idl', 3586 'fileapi/BlobPropertyBag.idl',
3587 'fileapi/FilePropertyBag.idl', 3587 'fileapi/FilePropertyBag.idl',
3588 'frame/StateOptions.idl',
3588 'frame/ScrollOptions.idl', 3589 'frame/ScrollOptions.idl',
3589 'frame/ScrollToOptions.idl', 3590 'frame/ScrollToOptions.idl',
3590 'html/MediaKeyEventInit.idl', 3591 'html/MediaKeyEventInit.idl',
3591 'html/canvas/Canvas2DContextAttributes.idl', 3592 'html/canvas/Canvas2DContextAttributes.idl',
3592 'html/canvas/CanvasContextCreationAttributes.idl', 3593 'html/canvas/CanvasContextCreationAttributes.idl',
3593 'html/canvas/HitRegionOptions.idl', 3594 'html/canvas/HitRegionOptions.idl',
3594 'html/canvas/WebGLContextAttributes.idl', 3595 'html/canvas/WebGLContextAttributes.idl',
3595 'html/canvas/WebGLContextEventInit.idl', 3596 'html/canvas/WebGLContextEventInit.idl',
3596 'html/track/TrackEventInit.idl', 3597 'html/track/TrackEventInit.idl',
3597 'page/EventSourceInit.idl', 3598 'page/EventSourceInit.idl',
(...skipping 50 matching lines...) Expand 10 before | Expand all | Expand 10 after
3648 '<(blink_core_output_dir)/events/TransitionEventInit.cpp', 3649 '<(blink_core_output_dir)/events/TransitionEventInit.cpp',
3649 '<(blink_core_output_dir)/events/TransitionEventInit.h', 3650 '<(blink_core_output_dir)/events/TransitionEventInit.h',
3650 '<(blink_core_output_dir)/events/UIEventInit.cpp', 3651 '<(blink_core_output_dir)/events/UIEventInit.cpp',
3651 '<(blink_core_output_dir)/events/UIEventInit.h', 3652 '<(blink_core_output_dir)/events/UIEventInit.h',
3652 '<(blink_core_output_dir)/events/WheelEventInit.cpp', 3653 '<(blink_core_output_dir)/events/WheelEventInit.cpp',
3653 '<(blink_core_output_dir)/events/WheelEventInit.h', 3654 '<(blink_core_output_dir)/events/WheelEventInit.h',
3654 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.cpp', 3655 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.cpp',
3655 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.h', 3656 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.h',
3656 '<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp', 3657 '<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp',
3657 '<(blink_core_output_dir)/fileapi/FilePropertyBag.h', 3658 '<(blink_core_output_dir)/fileapi/FilePropertyBag.h',
3659 '<(blink_core_output_dir)/frame/StateOptions.cpp',
3660 '<(blink_core_output_dir)/frame/StateOptions.h',
3658 '<(blink_core_output_dir)/frame/ScrollOptions.cpp', 3661 '<(blink_core_output_dir)/frame/ScrollOptions.cpp',
3659 '<(blink_core_output_dir)/frame/ScrollOptions.h', 3662 '<(blink_core_output_dir)/frame/ScrollOptions.h',
3660 '<(blink_core_output_dir)/frame/ScrollToOptions.cpp', 3663 '<(blink_core_output_dir)/frame/ScrollToOptions.cpp',
3661 '<(blink_core_output_dir)/frame/ScrollToOptions.h', 3664 '<(blink_core_output_dir)/frame/ScrollToOptions.h',
3662 '<(blink_core_output_dir)/html/MediaKeyEventInit.cpp', 3665 '<(blink_core_output_dir)/html/MediaKeyEventInit.cpp',
3663 '<(blink_core_output_dir)/html/MediaKeyEventInit.h', 3666 '<(blink_core_output_dir)/html/MediaKeyEventInit.h',
3664 '<(blink_core_output_dir)/html/canvas/Canvas2DContextAttributes.cpp' , 3667 '<(blink_core_output_dir)/html/canvas/Canvas2DContextAttributes.cpp' ,
3665 '<(blink_core_output_dir)/html/canvas/Canvas2DContextAttributes.h', 3668 '<(blink_core_output_dir)/html/canvas/Canvas2DContextAttributes.h',
3666 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp', 3669 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp',
3667 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h', 3670 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h',
(...skipping 223 matching lines...) Expand 10 before | Expand all | Expand 10 after
3891 'style/ComputedStyleTest.cpp', 3894 'style/ComputedStyleTest.cpp',
3892 'style/OutlineValueTest.cpp', 3895 'style/OutlineValueTest.cpp',
3893 'style/SVGComputedStyleTest.cpp', 3896 'style/SVGComputedStyleTest.cpp',
3894 'testing/PrivateScriptTestTest.cpp', 3897 'testing/PrivateScriptTestTest.cpp',
3895 'timing/MemoryInfoTest.cpp', 3898 'timing/MemoryInfoTest.cpp',
3896 'workers/WorkerThreadTest.cpp', 3899 'workers/WorkerThreadTest.cpp',
3897 'xml/parser/SharedBufferReaderTest.cpp', 3900 'xml/parser/SharedBufferReaderTest.cpp',
3898 ], 3901 ],
3899 } 3902 }
3900 } 3903 }
OLDNEW
« 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