| OLD | NEW |
| 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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 91 "dom/ArrayBufferView.idl", | 91 "dom/ArrayBufferView.idl", |
| 92 "dom/Attr.idl", | 92 "dom/Attr.idl", |
| 93 "dom/CDATASection.idl", | 93 "dom/CDATASection.idl", |
| 94 "dom/CharacterData.idl", | 94 "dom/CharacterData.idl", |
| 95 "dom/ClientRect.idl", | 95 "dom/ClientRect.idl", |
| 96 "dom/ClientRectList.idl", | 96 "dom/ClientRectList.idl", |
| 97 "dom/Comment.idl", | 97 "dom/Comment.idl", |
| 98 "dom/CompositorProxy.idl", | 98 "dom/CompositorProxy.idl", |
| 99 "dom/DOMException.idl", | 99 "dom/DOMException.idl", |
| 100 "dom/DOMImplementation.idl", | 100 "dom/DOMImplementation.idl", |
| 101 "geometry/DOMMatrix.idl", | 101 "dom/DOMMatrix.idl", |
| 102 "geometry/DOMMatrixReadOnly.idl", | 102 "dom/DOMMatrixReadOnly.idl", |
| 103 "geometry/DOMPoint.idl", | 103 "dom/DOMPoint.idl", |
| 104 "geometry/DOMPointReadOnly.idl", | 104 "dom/DOMPointReadOnly.idl", |
| 105 "geometry/DOMQuad.idl", | 105 "dom/DOMQuad.idl", |
| 106 "geometry/DOMRect.idl", | 106 "dom/DOMRect.idl", |
| 107 "geometry/DOMRectReadOnly.idl", | 107 "dom/DOMRectReadOnly.idl", |
| 108 "dom/DOMStringList.idl", | 108 "dom/DOMStringList.idl", |
| 109 "dom/DOMStringMap.idl", | 109 "dom/DOMStringMap.idl", |
| 110 "dom/DOMTokenList.idl", | 110 "dom/DOMTokenList.idl", |
| 111 "dom/DataView.idl", | 111 "dom/DataView.idl", |
| 112 "dom/Document.idl", | 112 "dom/Document.idl", |
| 113 "dom/DocumentFragment.idl", | 113 "dom/DocumentFragment.idl", |
| 114 "dom/DocumentType.idl", | 114 "dom/DocumentType.idl", |
| 115 "dom/Element.idl", | 115 "dom/Element.idl", |
| 116 "dom/Float32Array.idl", | 116 "dom/Float32Array.idl", |
| 117 "dom/Float64Array.idl", | 117 "dom/Float64Array.idl", |
| (...skipping 390 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 508 core_dictionary_idl_files = | 508 core_dictionary_idl_files = |
| 509 get_path_info([ | 509 get_path_info([ |
| 510 "animation/AnimationEffectTimingProperties.idl", | 510 "animation/AnimationEffectTimingProperties.idl", |
| 511 "animation/ComputedTimingProperties.idl", | 511 "animation/ComputedTimingProperties.idl", |
| 512 "animation/KeyframeEffectOptions.idl", | 512 "animation/KeyframeEffectOptions.idl", |
| 513 "css/FontFaceDescriptors.idl", | 513 "css/FontFaceDescriptors.idl", |
| 514 "css/FontFaceSetLoadEventInit.idl", | 514 "css/FontFaceSetLoadEventInit.idl", |
| 515 "css/MediaQueryListEventInit.idl", | 515 "css/MediaQueryListEventInit.idl", |
| 516 "css/PropertyDescriptor.idl", | 516 "css/PropertyDescriptor.idl", |
| 517 "css/cssom/CSSCalcDictionary.idl", | 517 "css/cssom/CSSCalcDictionary.idl", |
| 518 "geometry/DOMMatrixInit.idl", | 518 "dom/DOMMatrixInit.idl", |
| 519 "geometry/DOMPointInit.idl", | 519 "dom/DOMPointInit.idl", |
| 520 "geometry/DOMQuadInit.idl", | 520 "dom/DOMQuadInit.idl", |
| 521 "geometry/DOMRectInit.idl", | 521 "dom/DOMRectInit.idl", |
| 522 "dom/ElementCreationOptions.idl", | 522 "dom/ElementCreationOptions.idl", |
| 523 "dom/ElementDefinitionOptions.idl", | 523 "dom/ElementDefinitionOptions.idl", |
| 524 "dom/ElementRegistrationOptions.idl", | 524 "dom/ElementRegistrationOptions.idl", |
| 525 "dom/GetRootNodeOptions.idl", | 525 "dom/GetRootNodeOptions.idl", |
| 526 "dom/IdleRequestOptions.idl", | 526 "dom/IdleRequestOptions.idl", |
| 527 "dom/IntersectionObserverInit.idl", | 527 "dom/IntersectionObserverInit.idl", |
| 528 "dom/MutationObserverInit.idl", | 528 "dom/MutationObserverInit.idl", |
| 529 "dom/shadow/ShadowRootInit.idl", | 529 "dom/shadow/ShadowRootInit.idl", |
| 530 "dom/TouchInit.idl", | 530 "dom/TouchInit.idl", |
| 531 "events/AddEventListenerOptions.idl", | 531 "events/AddEventListenerOptions.idl", |
| (...skipping 118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 650 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte
rfaces | 650 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte
rfaces |
| 651 core_generated_dependency_idl_files = | 651 core_generated_dependency_idl_files = |
| 652 core_global_constructors_generated_idl_files # partial interfaces | 652 core_global_constructors_generated_idl_files # partial interfaces |
| 653 | 653 |
| 654 # Dependency IDL files: don't generate individual bindings, but do process | 654 # Dependency IDL files: don't generate individual bindings, but do process |
| 655 # in IDL dependency computation, and count as build dependencies | 655 # in IDL dependency computation, and count as build dependencies |
| 656 # 'core_dependency_idl_files' is already used in Source/core, so avoid | 656 # 'core_dependency_idl_files' is already used in Source/core, so avoid |
| 657 # collision | 657 # collision |
| 658 core_all_dependency_idl_files = | 658 core_all_dependency_idl_files = |
| 659 core_static_dependency_idl_files + core_generated_dependency_idl_files | 659 core_static_dependency_idl_files + core_generated_dependency_idl_files |
| OLD | NEW |