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

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

Issue 2896183002: Rename StringCallback to FunctionStringCallback. (Closed)
Patch Set: Created 3 years, 7 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 100 matching lines...) Expand 10 before | Expand all | Expand 10 after
111 "dom/DOMStringMap.idl", 111 "dom/DOMStringMap.idl",
112 "dom/DOMTokenList.idl", 112 "dom/DOMTokenList.idl",
113 "dom/DataView.idl", 113 "dom/DataView.idl",
114 "dom/Document.idl", 114 "dom/Document.idl",
115 "dom/DocumentFragment.idl", 115 "dom/DocumentFragment.idl",
116 "dom/DocumentType.idl", 116 "dom/DocumentType.idl",
117 "dom/Element.idl", 117 "dom/Element.idl",
118 "dom/Float32Array.idl", 118 "dom/Float32Array.idl",
119 "dom/Float64Array.idl", 119 "dom/Float64Array.idl",
120 "dom/FrameRequestCallback.idl", 120 "dom/FrameRequestCallback.idl",
121 "dom/FunctionStringCallback.idl",
121 "dom/IdleDeadline.idl", 122 "dom/IdleDeadline.idl",
122 "dom/IdleRequestCallback.idl", 123 "dom/IdleRequestCallback.idl",
123 "dom/Int16Array.idl", 124 "dom/Int16Array.idl",
124 "dom/Int32Array.idl", 125 "dom/Int32Array.idl",
125 "dom/Int8Array.idl", 126 "dom/Int8Array.idl",
126 "dom/IntersectionObserver.idl", 127 "dom/IntersectionObserver.idl",
127 "dom/IntersectionObserverEntry.idl", 128 "dom/IntersectionObserverEntry.idl",
128 "dom/Iterator.idl", 129 "dom/Iterator.idl",
129 "dom/MessageChannel.idl", 130 "dom/MessageChannel.idl",
130 "dom/MessagePort.idl", 131 "dom/MessagePort.idl",
131 "dom/MutationObserver.idl", 132 "dom/MutationObserver.idl",
132 "dom/MutationRecord.idl", 133 "dom/MutationRecord.idl",
133 "dom/NamedNodeMap.idl", 134 "dom/NamedNodeMap.idl",
134 "dom/Node.idl", 135 "dom/Node.idl",
135 "dom/NodeFilter.idl", 136 "dom/NodeFilter.idl",
136 "dom/NodeIterator.idl", 137 "dom/NodeIterator.idl",
137 "dom/NodeList.idl", 138 "dom/NodeList.idl",
138 "dom/ProcessingInstruction.idl", 139 "dom/ProcessingInstruction.idl",
139 "dom/Range.idl", 140 "dom/Range.idl",
140 "dom/ResizeObserver.idl", 141 "dom/ResizeObserver.idl",
141 "dom/ResizeObserverCallback.idl", 142 "dom/ResizeObserverCallback.idl",
142 "dom/ResizeObserverEntry.idl", 143 "dom/ResizeObserverEntry.idl",
143 "dom/SharedArrayBuffer.idl", 144 "dom/SharedArrayBuffer.idl",
144 "dom/StaticRange.idl", 145 "dom/StaticRange.idl",
145 "dom/StringCallback.idl",
146 "dom/Text.idl", 146 "dom/Text.idl",
147 "dom/Touch.idl", 147 "dom/Touch.idl",
148 "dom/TouchList.idl", 148 "dom/TouchList.idl",
149 "dom/TreeWalker.idl", 149 "dom/TreeWalker.idl",
150 "dom/Uint16Array.idl", 150 "dom/Uint16Array.idl",
151 "dom/Uint32Array.idl", 151 "dom/Uint32Array.idl",
152 "dom/Uint8Array.idl", 152 "dom/Uint8Array.idl",
153 "dom/Uint8ClampedArray.idl", 153 "dom/Uint8ClampedArray.idl",
154 "dom/URLSearchParams.idl", 154 "dom/URLSearchParams.idl",
155 "dom/XMLDocument.idl", 155 "dom/XMLDocument.idl",
(...skipping 501 matching lines...) Expand 10 before | Expand all | Expand 10 after
657 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
658 core_generated_dependency_idl_files = 658 core_generated_dependency_idl_files =
659 core_global_constructors_generated_idl_files # partial interfaces 659 core_global_constructors_generated_idl_files # partial interfaces
660 660
661 # Dependency IDL files: don't generate individual bindings, but do process 661 # Dependency IDL files: don't generate individual bindings, but do process
662 # in IDL dependency computation, and count as build dependencies 662 # in IDL dependency computation, and count as build dependencies
663 # '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
664 # collision 664 # collision
665 core_all_dependency_idl_files = 665 core_all_dependency_idl_files =
666 core_static_dependency_idl_files + core_generated_dependency_idl_files 666 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/core/clipboard/DataTransferItem.idl ('k') | third_party/WebKit/Source/core/dom/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698