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

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

Issue 2536993002: Remove support for the keygen tag (Closed)
Patch Set: Rebased Created 4 years 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 204 matching lines...) Expand 10 before | Expand all | Expand 10 after
215 "html/HTMLFontElement.idl", 215 "html/HTMLFontElement.idl",
216 "html/HTMLFormControlsCollection.idl", 216 "html/HTMLFormControlsCollection.idl",
217 "html/HTMLFormElement.idl", 217 "html/HTMLFormElement.idl",
218 "html/HTMLFrameElement.idl", 218 "html/HTMLFrameElement.idl",
219 "html/HTMLFrameSetElement.idl", 219 "html/HTMLFrameSetElement.idl",
220 "html/HTMLHRElement.idl", 220 "html/HTMLHRElement.idl",
221 "html/HTMLHeadElement.idl", 221 "html/HTMLHeadElement.idl",
222 "html/HTMLHeadingElement.idl", 222 "html/HTMLHeadingElement.idl",
223 "html/HTMLHtmlElement.idl", 223 "html/HTMLHtmlElement.idl",
224 "html/HTMLImageElement.idl", 224 "html/HTMLImageElement.idl",
225 "html/HTMLKeygenElement.idl",
226 "html/HTMLLIElement.idl", 225 "html/HTMLLIElement.idl",
227 "html/HTMLLabelElement.idl", 226 "html/HTMLLabelElement.idl",
228 "html/HTMLLegendElement.idl", 227 "html/HTMLLegendElement.idl",
229 "html/HTMLLinkElement.idl", 228 "html/HTMLLinkElement.idl",
230 "html/HTMLMapElement.idl", 229 "html/HTMLMapElement.idl",
231 "html/HTMLMarqueeElement.idl", 230 "html/HTMLMarqueeElement.idl",
232 "html/HTMLMenuElement.idl", 231 "html/HTMLMenuElement.idl",
233 "html/HTMLMenuItemElement.idl", 232 "html/HTMLMenuItemElement.idl",
234 "html/HTMLMetaElement.idl", 233 "html/HTMLMetaElement.idl",
235 "html/HTMLMeterElement.idl", 234 "html/HTMLMeterElement.idl",
(...skipping 389 matching lines...) Expand 10 before | Expand all | Expand 10 after
625 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 624 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
626 core_generated_dependency_idl_files = 625 core_generated_dependency_idl_files =
627 core_global_constructors_generated_idl_files # partial interfaces 626 core_global_constructors_generated_idl_files # partial interfaces
628 627
629 # Dependency IDL files: don't generate individual bindings, but do process 628 # Dependency IDL files: don't generate individual bindings, but do process
630 # in IDL dependency computation, and count as build dependencies 629 # in IDL dependency computation, and count as build dependencies
631 # 'core_dependency_idl_files' is already used in Source/core, so avoid 630 # 'core_dependency_idl_files' is already used in Source/core, so avoid
632 # collision 631 # collision
633 core_all_dependency_idl_files = 632 core_all_dependency_idl_files =
634 core_static_dependency_idl_files + core_generated_dependency_idl_files 633 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698