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

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

Issue 2283363003: GeometryInterface: Add DOMMatrixInit and fromMatrix(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase Created 4 years, 3 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 495 matching lines...) Expand 10 before | Expand all | Expand 10 after
506 get_path_info([ 506 get_path_info([
507 "animation/AnimationEffectTimingProperties.idl", 507 "animation/AnimationEffectTimingProperties.idl",
508 "animation/ComputedTimingProperties.idl", 508 "animation/ComputedTimingProperties.idl",
509 "animation/KeyframeEffectOptions.idl", 509 "animation/KeyframeEffectOptions.idl",
510 "css/FontFaceDescriptors.idl", 510 "css/FontFaceDescriptors.idl",
511 "css/FontFaceSetLoadEventInit.idl", 511 "css/FontFaceSetLoadEventInit.idl",
512 "css/MediaQueryListEventInit.idl", 512 "css/MediaQueryListEventInit.idl",
513 "css/PropertyDescriptor.idl", 513 "css/PropertyDescriptor.idl",
514 "css/cssom/CSSCalcDictionary.idl", 514 "css/cssom/CSSCalcDictionary.idl",
515 "dom/DOMPointInit.idl", 515 "dom/DOMPointInit.idl",
516 "dom/DOMMatrixInit.idl",
516 "dom/ElementRegistrationOptions.idl", 517 "dom/ElementRegistrationOptions.idl",
517 "dom/GetRootNodeOptions.idl", 518 "dom/GetRootNodeOptions.idl",
518 "dom/IdleRequestOptions.idl", 519 "dom/IdleRequestOptions.idl",
519 "dom/IntersectionObserverInit.idl", 520 "dom/IntersectionObserverInit.idl",
520 "dom/MutationObserverInit.idl", 521 "dom/MutationObserverInit.idl",
521 "dom/shadow/ShadowRootInit.idl", 522 "dom/shadow/ShadowRootInit.idl",
522 "dom/TouchInit.idl", 523 "dom/TouchInit.idl",
523 "events/AddEventListenerOptions.idl", 524 "events/AddEventListenerOptions.idl",
524 "events/AnimationEventInit.idl", 525 "events/AnimationEventInit.idl",
525 "events/AnimationPlayerEventInit.idl", 526 "events/AnimationPlayerEventInit.idl",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
627 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 628 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
628 core_generated_dependency_idl_files = 629 core_generated_dependency_idl_files =
629 core_global_constructors_generated_idl_files # partial interfaces 630 core_global_constructors_generated_idl_files # partial interfaces
630 631
631 # Dependency IDL files: don't generate individual bindings, but do process 632 # Dependency IDL files: don't generate individual bindings, but do process
632 # in IDL dependency computation, and count as build dependencies 633 # in IDL dependency computation, and count as build dependencies
633 # 'core_dependency_idl_files' is already used in Source/core, so avoid 634 # 'core_dependency_idl_files' is already used in Source/core, so avoid
634 # collision 635 # collision
635 core_all_dependency_idl_files = 636 core_all_dependency_idl_files =
636 core_static_dependency_idl_files + core_generated_dependency_idl_files 637 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698