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

Side by Side 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, 4 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 3450 matching lines...) Expand 10 before | Expand all | Expand 10 after
3461 'events/PopStateEventInit.idl', 3461 'events/PopStateEventInit.idl',
3462 'events/ProgressEventInit.idl', 3462 'events/ProgressEventInit.idl',
3463 'events/PromiseRejectionEventInit.idl', 3463 'events/PromiseRejectionEventInit.idl',
3464 'events/RelatedEventInit.idl', 3464 'events/RelatedEventInit.idl',
3465 'events/SecurityPolicyViolationEventInit.idl', 3465 'events/SecurityPolicyViolationEventInit.idl',
3466 'events/TransitionEventInit.idl', 3466 'events/TransitionEventInit.idl',
3467 'events/UIEventInit.idl', 3467 'events/UIEventInit.idl',
3468 'events/WheelEventInit.idl', 3468 'events/WheelEventInit.idl',
3469 'fileapi/BlobPropertyBag.idl', 3469 'fileapi/BlobPropertyBag.idl',
3470 'fileapi/FilePropertyBag.idl', 3470 'fileapi/FilePropertyBag.idl',
3471 'frame/StateOptions.idl',
3472 'frame/ScrollOptions.idl', 3471 'frame/ScrollOptions.idl',
3473 'frame/ScrollToOptions.idl', 3472 'frame/ScrollToOptions.idl',
3474 'html/MediaKeyEventInit.idl', 3473 'html/MediaKeyEventInit.idl',
3475 'html/canvas/CanvasContextCreationAttributes.idl', 3474 'html/canvas/CanvasContextCreationAttributes.idl',
3476 'html/track/TrackEventInit.idl', 3475 'html/track/TrackEventInit.idl',
3477 'input/InputDeviceInit.idl', 3476 'input/InputDeviceInit.idl',
3478 'page/EventSourceInit.idl', 3477 'page/EventSourceInit.idl',
3479 ], 3478 ],
3480 'generated_core_dictionary_files': [ 3479 'generated_core_dictionary_files': [
3481 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp', 3480 '<(blink_core_output_dir)/animation/KeyframeEffectOptions.cpp',
(...skipping 59 matching lines...) Expand 10 before | Expand all | Expand 10 after
3541 '<(blink_core_output_dir)/events/TransitionEventInit.cpp', 3540 '<(blink_core_output_dir)/events/TransitionEventInit.cpp',
3542 '<(blink_core_output_dir)/events/TransitionEventInit.h', 3541 '<(blink_core_output_dir)/events/TransitionEventInit.h',
3543 '<(blink_core_output_dir)/events/UIEventInit.cpp', 3542 '<(blink_core_output_dir)/events/UIEventInit.cpp',
3544 '<(blink_core_output_dir)/events/UIEventInit.h', 3543 '<(blink_core_output_dir)/events/UIEventInit.h',
3545 '<(blink_core_output_dir)/events/WheelEventInit.cpp', 3544 '<(blink_core_output_dir)/events/WheelEventInit.cpp',
3546 '<(blink_core_output_dir)/events/WheelEventInit.h', 3545 '<(blink_core_output_dir)/events/WheelEventInit.h',
3547 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.cpp', 3546 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.cpp',
3548 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.h', 3547 '<(blink_core_output_dir)/fileapi/BlobPropertyBag.h',
3549 '<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp', 3548 '<(blink_core_output_dir)/fileapi/FilePropertyBag.cpp',
3550 '<(blink_core_output_dir)/fileapi/FilePropertyBag.h', 3549 '<(blink_core_output_dir)/fileapi/FilePropertyBag.h',
3551 '<(blink_core_output_dir)/frame/StateOptions.cpp',
3552 '<(blink_core_output_dir)/frame/StateOptions.h',
3553 '<(blink_core_output_dir)/frame/ScrollOptions.cpp', 3550 '<(blink_core_output_dir)/frame/ScrollOptions.cpp',
3554 '<(blink_core_output_dir)/frame/ScrollOptions.h', 3551 '<(blink_core_output_dir)/frame/ScrollOptions.h',
3555 '<(blink_core_output_dir)/frame/ScrollToOptions.cpp', 3552 '<(blink_core_output_dir)/frame/ScrollToOptions.cpp',
3556 '<(blink_core_output_dir)/frame/ScrollToOptions.h', 3553 '<(blink_core_output_dir)/frame/ScrollToOptions.h',
3557 '<(blink_core_output_dir)/html/MediaKeyEventInit.cpp', 3554 '<(blink_core_output_dir)/html/MediaKeyEventInit.cpp',
3558 '<(blink_core_output_dir)/html/MediaKeyEventInit.h', 3555 '<(blink_core_output_dir)/html/MediaKeyEventInit.h',
3559 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp', 3556 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.cpp',
3560 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h', 3557 '<(blink_core_output_dir)/html/canvas/CanvasContextCreationAttribute s.h',
3561 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp', 3558 '<(blink_core_output_dir)/html/track/TrackEventInit.cpp',
3562 '<(blink_core_output_dir)/html/track/TrackEventInit.h', 3559 '<(blink_core_output_dir)/html/track/TrackEventInit.h',
(...skipping 234 matching lines...) Expand 10 before | Expand all | Expand 10 after
3797 'style/OutlineValueTest.cpp', 3794 'style/OutlineValueTest.cpp',
3798 'style/SVGComputedStyleTest.cpp', 3795 'style/SVGComputedStyleTest.cpp',
3799 'svg/UnsafeSVGAttributeSanitizationTest.cpp', 3796 'svg/UnsafeSVGAttributeSanitizationTest.cpp',
3800 'testing/PrivateScriptTestTest.cpp', 3797 'testing/PrivateScriptTestTest.cpp',
3801 'timing/MemoryInfoTest.cpp', 3798 'timing/MemoryInfoTest.cpp',
3802 'workers/WorkerThreadTest.cpp', 3799 'workers/WorkerThreadTest.cpp',
3803 'xml/parser/SharedBufferReaderTest.cpp', 3800 'xml/parser/SharedBufferReaderTest.cpp',
3804 ], 3801 ],
3805 } 3802 }
3806 } 3803 }
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