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

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

Issue 2522443002: Remove SVGCursorElement (Closed)
Patch Set: Rebase 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 295 matching lines...) Expand 10 before | Expand all | Expand 10 after
306 "svg/SVGAnimatedNumber.idl", 306 "svg/SVGAnimatedNumber.idl",
307 "svg/SVGAnimatedNumberList.idl", 307 "svg/SVGAnimatedNumberList.idl",
308 "svg/SVGAnimatedPreserveAspectRatio.idl", 308 "svg/SVGAnimatedPreserveAspectRatio.idl",
309 "svg/SVGAnimatedRect.idl", 309 "svg/SVGAnimatedRect.idl",
310 "svg/SVGAnimatedString.idl", 310 "svg/SVGAnimatedString.idl",
311 "svg/SVGAnimatedTransformList.idl", 311 "svg/SVGAnimatedTransformList.idl",
312 "svg/SVGAnimationElement.idl", 312 "svg/SVGAnimationElement.idl",
313 "svg/SVGCircleElement.idl", 313 "svg/SVGCircleElement.idl",
314 "svg/SVGClipPathElement.idl", 314 "svg/SVGClipPathElement.idl",
315 "svg/SVGComponentTransferFunctionElement.idl", 315 "svg/SVGComponentTransferFunctionElement.idl",
316 "svg/SVGCursorElement.idl",
317 "svg/SVGDefsElement.idl", 316 "svg/SVGDefsElement.idl",
318 "svg/SVGDescElement.idl", 317 "svg/SVGDescElement.idl",
319 "svg/SVGDiscardElement.idl", 318 "svg/SVGDiscardElement.idl",
320 "svg/SVGElement.idl", 319 "svg/SVGElement.idl",
321 "svg/SVGEllipseElement.idl", 320 "svg/SVGEllipseElement.idl",
322 "svg/SVGFEBlendElement.idl", 321 "svg/SVGFEBlendElement.idl",
323 "svg/SVGFEColorMatrixElement.idl", 322 "svg/SVGFEColorMatrixElement.idl",
324 "svg/SVGFEComponentTransferElement.idl", 323 "svg/SVGFEComponentTransferElement.idl",
325 "svg/SVGFECompositeElement.idl", 324 "svg/SVGFECompositeElement.idl",
326 "svg/SVGFEConvolveMatrixElement.idl", 325 "svg/SVGFEConvolveMatrixElement.idl",
(...skipping 305 matching lines...) Expand 10 before | Expand all | Expand 10 after
632 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces 631 core_generated_interface_idl_files = generated_webcore_testing_idl_files # inte rfaces
633 core_generated_dependency_idl_files = 632 core_generated_dependency_idl_files =
634 core_global_constructors_generated_idl_files # partial interfaces 633 core_global_constructors_generated_idl_files # partial interfaces
635 634
636 # Dependency IDL files: don't generate individual bindings, but do process 635 # Dependency IDL files: don't generate individual bindings, but do process
637 # in IDL dependency computation, and count as build dependencies 636 # in IDL dependency computation, and count as build dependencies
638 # 'core_dependency_idl_files' is already used in Source/core, so avoid 637 # 'core_dependency_idl_files' is already used in Source/core, so avoid
639 # collision 638 # collision
640 core_all_dependency_idl_files = 639 core_all_dependency_idl_files =
641 core_static_dependency_idl_files + core_generated_dependency_idl_files 640 core_static_dependency_idl_files + core_generated_dependency_idl_files
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698