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

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

Issue 2615653003: [GeometryInterface] Implement DOMQuad and DOMQuadInit. (Closed)
Patch Set: add const keyword Created 3 years, 11 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 82 matching lines...) Expand 10 before | Expand all | Expand 10 after
93 "dom/ClientRect.idl", 93 "dom/ClientRect.idl",
94 "dom/ClientRectList.idl", 94 "dom/ClientRectList.idl",
95 "dom/Comment.idl", 95 "dom/Comment.idl",
96 "dom/CompositorProxy.idl", 96 "dom/CompositorProxy.idl",
97 "dom/DOMException.idl", 97 "dom/DOMException.idl",
98 "dom/DOMImplementation.idl", 98 "dom/DOMImplementation.idl",
99 "dom/DOMMatrix.idl", 99 "dom/DOMMatrix.idl",
100 "dom/DOMMatrixReadOnly.idl", 100 "dom/DOMMatrixReadOnly.idl",
101 "dom/DOMPoint.idl", 101 "dom/DOMPoint.idl",
102 "dom/DOMPointReadOnly.idl", 102 "dom/DOMPointReadOnly.idl",
103 "dom/DOMQuad.idl",
103 "dom/DOMRect.idl", 104 "dom/DOMRect.idl",
104 "dom/DOMRectReadOnly.idl", 105 "dom/DOMRectReadOnly.idl",
105 "dom/DOMStringList.idl", 106 "dom/DOMStringList.idl",
106 "dom/DOMStringMap.idl", 107 "dom/DOMStringMap.idl",
107 "dom/DOMTokenList.idl", 108 "dom/DOMTokenList.idl",
108 "dom/DataView.idl", 109 "dom/DataView.idl",
109 "dom/Document.idl", 110 "dom/Document.idl",
110 "dom/DocumentFragment.idl", 111 "dom/DocumentFragment.idl",
111 "dom/DocumentType.idl", 112 "dom/DocumentType.idl",
112 "dom/Element.idl", 113 "dom/Element.idl",
(...skipping 388 matching lines...) Expand 10 before | Expand all | Expand 10 after
501 core_dictionary_idl_files = 502 core_dictionary_idl_files =
502 get_path_info([ 503 get_path_info([
503 "animation/AnimationEffectTimingProperties.idl", 504 "animation/AnimationEffectTimingProperties.idl",
504 "animation/ComputedTimingProperties.idl", 505 "animation/ComputedTimingProperties.idl",
505 "animation/KeyframeEffectOptions.idl", 506 "animation/KeyframeEffectOptions.idl",
506 "css/FontFaceDescriptors.idl", 507 "css/FontFaceDescriptors.idl",
507 "css/FontFaceSetLoadEventInit.idl", 508 "css/FontFaceSetLoadEventInit.idl",
508 "css/MediaQueryListEventInit.idl", 509 "css/MediaQueryListEventInit.idl",
509 "css/PropertyDescriptor.idl", 510 "css/PropertyDescriptor.idl",
510 "css/cssom/CSSCalcDictionary.idl", 511 "css/cssom/CSSCalcDictionary.idl",
512 "dom/DOMMatrixInit.idl",
511 "dom/DOMPointInit.idl", 513 "dom/DOMPointInit.idl",
512 "dom/DOMMatrixInit.idl", 514 "dom/DOMQuadInit.idl",
513 "dom/ElementCreationOptions.idl", 515 "dom/ElementCreationOptions.idl",
514 "dom/ElementDefinitionOptions.idl", 516 "dom/ElementDefinitionOptions.idl",
515 "dom/ElementRegistrationOptions.idl", 517 "dom/ElementRegistrationOptions.idl",
516 "dom/GetRootNodeOptions.idl", 518 "dom/GetRootNodeOptions.idl",
517 "dom/IdleRequestOptions.idl", 519 "dom/IdleRequestOptions.idl",
518 "dom/IntersectionObserverInit.idl", 520 "dom/IntersectionObserverInit.idl",
519 "dom/MutationObserverInit.idl", 521 "dom/MutationObserverInit.idl",
520 "dom/shadow/ShadowRootInit.idl", 522 "dom/shadow/ShadowRootInit.idl",
521 "dom/TouchInit.idl", 523 "dom/TouchInit.idl",
522 "events/AddEventListenerOptions.idl", 524 "events/AddEventListenerOptions.idl",
(...skipping 101 matching lines...) Expand 10 before | Expand all | Expand 10 after
624 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 626 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
625 core_generated_dependency_idl_files = 627 core_generated_dependency_idl_files =
626 core_global_constructors_generated_idl_files # partial interfaces 628 core_global_constructors_generated_idl_files # partial interfaces
627 629
628 # Dependency IDL files: don't generate individual bindings, but do process 630 # Dependency IDL files: don't generate individual bindings, but do process
629 # in IDL dependency computation, and count as build dependencies 631 # in IDL dependency computation, and count as build dependencies
630 # 'core_dependency_idl_files' is already used in Source/core, so avoid 632 # 'core_dependency_idl_files' is already used in Source/core, so avoid
631 # collision 633 # collision
632 core_all_dependency_idl_files = 634 core_all_dependency_idl_files =
633 core_static_dependency_idl_files + core_generated_dependency_idl_files 635 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/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698