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

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

Issue 2967193003: Relation list properties for Accessibility Object Model phase 1 (Closed)
Patch Set: Get rid of accidental duplication in inspector output Created 3 years, 5 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 66 matching lines...) Expand 10 before | Expand all | Expand 10 after
77 "css/cssom/CSSTransformComponent.idl", 77 "css/cssom/CSSTransformComponent.idl",
78 "css/cssom/CSSTransformValue.idl", 78 "css/cssom/CSSTransformValue.idl",
79 "css/cssom/CSSTranslation.idl", 79 "css/cssom/CSSTranslation.idl",
80 "css/cssom/CSSURLImageValue.idl", 80 "css/cssom/CSSURLImageValue.idl",
81 "css/cssom/CSSUnitValue.idl", 81 "css/cssom/CSSUnitValue.idl",
82 "css/cssom/CSSUnparsedValue.idl", 82 "css/cssom/CSSUnparsedValue.idl",
83 "css/cssom/CSSVariableReferenceValue.idl", 83 "css/cssom/CSSVariableReferenceValue.idl",
84 "css/cssom/StylePropertyMap.idl", 84 "css/cssom/StylePropertyMap.idl",
85 "css/cssom/StylePropertyMapReadonly.idl", 85 "css/cssom/StylePropertyMapReadonly.idl",
86 "dom/AccessibleNode.idl", 86 "dom/AccessibleNode.idl",
87 "dom/AccessibleNodeList.idl",
87 "dom/ArrayBuffer.idl", 88 "dom/ArrayBuffer.idl",
88 "dom/ArrayBufferView.idl", 89 "dom/ArrayBufferView.idl",
89 "dom/Attr.idl", 90 "dom/Attr.idl",
90 "dom/CDATASection.idl", 91 "dom/CDATASection.idl",
91 "dom/CharacterData.idl", 92 "dom/CharacterData.idl",
92 "dom/ClientRect.idl", 93 "dom/ClientRect.idl",
93 "dom/ClientRectList.idl", 94 "dom/ClientRectList.idl",
94 "dom/Comment.idl", 95 "dom/Comment.idl",
95 "dom/DOMException.idl", 96 "dom/DOMException.idl",
96 "dom/DOMImplementation.idl", 97 "dom/DOMImplementation.idl",
(...skipping 559 matching lines...) Expand 10 before | Expand all | Expand 10 after
656 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 657 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
657 core_generated_dependency_idl_files = 658 core_generated_dependency_idl_files =
658 core_global_constructors_generated_idl_files # partial interfaces 659 core_global_constructors_generated_idl_files # partial interfaces
659 660
660 # Dependency IDL files: don't generate individual bindings, but do process 661 # Dependency IDL files: don't generate individual bindings, but do process
661 # in IDL dependency computation, and count as build dependencies 662 # in IDL dependency computation, and count as build dependencies
662 # 'core_dependency_idl_files' is already used in Source/core, so avoid 663 # 'core_dependency_idl_files' is already used in Source/core, so avoid
663 # collision 664 # collision
664 core_all_dependency_idl_files = 665 core_all_dependency_idl_files =
665 core_static_dependency_idl_files + core_generated_dependency_idl_files 666 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698