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

Side by Side Diff: third_party/WebKit/Source/core/core_idl_files.gni

Issue 2650343008: Implement Element.scrollIntoView for scroll-behavior: smooth. (Closed)
Patch Set: Change the default setting. Created 3 years, 6 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 # Copyright 2016 The Chromium Authors. All rights reserved. 1 # Copyright 2016 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 import("//third_party/WebKit/Source/bindings/bindings.gni") 5 import("//third_party/WebKit/Source/bindings/bindings.gni")
6 import("//third_party/WebKit/Source/core/core.gni") 6 import("//third_party/WebKit/Source/core/core.gni")
7 7
8 # The paths in this file are absolute since this file is imported and the 8 # The paths in this file are absolute since this file is imported and the
9 # file lists must be valid from multple "current directories". 9 # file lists must be valid from multple "current directories".
10 10
(...skipping 546 matching lines...) Expand 10 before | Expand all | Expand 10 after
557 "events/ProgressEventInit.idl", 557 "events/ProgressEventInit.idl",
558 "events/PromiseRejectionEventInit.idl", 558 "events/PromiseRejectionEventInit.idl",
559 "events/RelatedEventInit.idl", 559 "events/RelatedEventInit.idl",
560 "events/SecurityPolicyViolationEventInit.idl", 560 "events/SecurityPolicyViolationEventInit.idl",
561 "events/TouchEventInit.idl", 561 "events/TouchEventInit.idl",
562 "events/TransitionEventInit.idl", 562 "events/TransitionEventInit.idl",
563 "events/UIEventInit.idl", 563 "events/UIEventInit.idl",
564 "events/WheelEventInit.idl", 564 "events/WheelEventInit.idl",
565 "fileapi/BlobPropertyBag.idl", 565 "fileapi/BlobPropertyBag.idl",
566 "fileapi/FilePropertyBag.idl", 566 "fileapi/FilePropertyBag.idl",
567 "frame/ScrollIntoViewOptions.idl",
567 "frame/ScrollOptions.idl", 568 "frame/ScrollOptions.idl",
568 "frame/ScrollToOptions.idl", 569 "frame/ScrollToOptions.idl",
569 "html/AssignedNodesOptions.idl", 570 "html/AssignedNodesOptions.idl",
570 "html/ImageDataColorSettings.idl", 571 "html/ImageDataColorSettings.idl",
571 "html/canvas/CanvasContextCreationAttributes.idl", 572 "html/canvas/CanvasContextCreationAttributes.idl",
572 "html/track/TrackEventInit.idl", 573 "html/track/TrackEventInit.idl",
573 "imagebitmap/ImageBitmapOptions.idl", 574 "imagebitmap/ImageBitmapOptions.idl",
574 "input/InputDeviceCapabilitiesInit.idl", 575 "input/InputDeviceCapabilitiesInit.idl",
575 "mojo/MojoCreateDataPipeOptions.idl", 576 "mojo/MojoCreateDataPipeOptions.idl",
576 "mojo/MojoCreateDataPipeResult.idl", 577 "mojo/MojoCreateDataPipeResult.idl",
(...skipping 80 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 658 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
658 core_generated_dependency_idl_files = 659 core_generated_dependency_idl_files =
659 core_global_constructors_generated_idl_files # partial interfaces 660 core_global_constructors_generated_idl_files # partial interfaces
660 661
661 # Dependency IDL files: don't generate individual bindings, but do process 662 # Dependency IDL files: don't generate individual bindings, but do process
662 # in IDL dependency computation, and count as build dependencies 663 # in IDL dependency computation, and count as build dependencies
663 # 'core_dependency_idl_files' is already used in Source/core, so avoid 664 # 'core_dependency_idl_files' is already used in Source/core, so avoid
664 # collision 665 # collision
665 core_all_dependency_idl_files = 666 core_all_dependency_idl_files =
666 core_static_dependency_idl_files + core_generated_dependency_idl_files 667 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/bindings/core/v8/BUILD.gn ('k') | third_party/WebKit/Source/core/dom/Element.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698