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

Side by Side Diff: Source/core/core.gypi

Issue 146193003: Remove SVGDocument binding (Closed) Base URL: https://chromium.googlesource.com/chromium/blink.git@master
Patch Set: Rebase against ToT Created 6 years, 10 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 { 1 {
2 'variables': { 2 'variables': {
3 # Files for which bindings (.cpp and .h files) will be generated 3 # Files for which bindings (.cpp and .h files) will be generated
4 'core_idl_files': [ 4 'core_idl_files': [
5 'animation/Animation.idl', 5 'animation/Animation.idl',
6 'animation/Player.idl', 6 'animation/Player.idl',
7 'animation/TimedItem.idl', 7 'animation/TimedItem.idl',
8 'css/CSS.idl', 8 'css/CSS.idl',
9 'css/CSSCharsetRule.idl', 9 'css/CSSCharsetRule.idl',
10 'css/CSSFontFaceLoadEvent.idl', 10 'css/CSSFontFaceLoadEvent.idl',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'svg/SVGAnimatedString.idl', 303 'svg/SVGAnimatedString.idl',
304 'svg/SVGAnimatedTransformList.idl', 304 'svg/SVGAnimatedTransformList.idl',
305 'svg/SVGAnimationElement.idl', 305 'svg/SVGAnimationElement.idl',
306 'svg/SVGCircleElement.idl', 306 'svg/SVGCircleElement.idl',
307 'svg/SVGClipPathElement.idl', 307 'svg/SVGClipPathElement.idl',
308 'svg/SVGComponentTransferFunctionElement.idl', 308 'svg/SVGComponentTransferFunctionElement.idl',
309 'svg/SVGCursorElement.idl', 309 'svg/SVGCursorElement.idl',
310 'svg/SVGDefsElement.idl', 310 'svg/SVGDefsElement.idl',
311 'svg/SVGDescElement.idl', 311 'svg/SVGDescElement.idl',
312 'svg/SVGDiscardElement.idl', 312 'svg/SVGDiscardElement.idl',
313 'svg/SVGDocument.idl',
314 'svg/SVGElement.idl', 313 'svg/SVGElement.idl',
315 'svg/SVGElementInstance.idl', 314 'svg/SVGElementInstance.idl',
316 'svg/SVGElementInstanceList.idl', 315 'svg/SVGElementInstanceList.idl',
317 'svg/SVGEllipseElement.idl', 316 'svg/SVGEllipseElement.idl',
318 'svg/SVGFEBlendElement.idl', 317 'svg/SVGFEBlendElement.idl',
319 'svg/SVGFEColorMatrixElement.idl', 318 'svg/SVGFEColorMatrixElement.idl',
320 'svg/SVGFEComponentTransferElement.idl', 319 'svg/SVGFEComponentTransferElement.idl',
321 'svg/SVGFECompositeElement.idl', 320 'svg/SVGFECompositeElement.idl',
322 'svg/SVGFEConvolveMatrixElement.idl', 321 'svg/SVGFEConvolveMatrixElement.idl',
323 'svg/SVGFEDiffuseLightingElement.idl', 322 'svg/SVGFEDiffuseLightingElement.idl',
(...skipping 136 matching lines...) Expand 10 before | Expand all | Expand 10 after
460 'dom/ParentNode.idl', 459 'dom/ParentNode.idl',
461 'dom/URLUtils.idl', 460 'dom/URLUtils.idl',
462 'dom/URLUtilsReadOnly.idl', 461 'dom/URLUtilsReadOnly.idl',
463 'events/NavigatorEvents.idl', 462 'events/NavigatorEvents.idl',
464 'frame/NavigatorID.idl', 463 'frame/NavigatorID.idl',
465 'frame/NavigatorOnLine.idl', 464 'frame/NavigatorOnLine.idl',
466 'frame/WindowBase64.idl', 465 'frame/WindowBase64.idl',
467 'frame/WindowEventHandlers.idl', 466 'frame/WindowEventHandlers.idl',
468 'frame/WindowTimers.idl', 467 'frame/WindowTimers.idl',
469 'page/WindowPagePopup.idl', 468 'page/WindowPagePopup.idl',
469 'svg/SVGDocument.idl',
470 'svg/SVGFilterPrimitiveStandardAttributes.idl', 470 'svg/SVGFilterPrimitiveStandardAttributes.idl',
471 'svg/SVGFitToViewBox.idl', 471 'svg/SVGFitToViewBox.idl',
472 'svg/SVGTests.idl', 472 'svg/SVGTests.idl',
473 'svg/SVGURIReference.idl', 473 'svg/SVGURIReference.idl',
474 'svg/SVGZoomAndPan.idl', 474 'svg/SVGZoomAndPan.idl',
475 'workers/AbstractWorker.idl', 475 'workers/AbstractWorker.idl',
476 'xml/DocumentXPathEvaluator.idl', 476 'xml/DocumentXPathEvaluator.idl',
477 ], 477 ],
478 'webcore_files': [ 478 'webcore_files': [
479 'Init.cpp', 479 'Init.cpp',
(...skipping 2785 matching lines...) Expand 10 before | Expand all | Expand 10 after
3265 'html/parser/HTMLParserThreadTest.cpp', 3265 'html/parser/HTMLParserThreadTest.cpp',
3266 'html/track/vtt/BufferedLineReaderTest.cpp', 3266 'html/track/vtt/BufferedLineReaderTest.cpp',
3267 'html/track/vtt/VTTScannerTest.cpp', 3267 'html/track/vtt/VTTScannerTest.cpp',
3268 'rendering/RenderOverflowTest.cpp', 3268 'rendering/RenderOverflowTest.cpp',
3269 'rendering/shapes/BoxShapeTest.cpp', 3269 'rendering/shapes/BoxShapeTest.cpp',
3270 'testing/UnitTestHelpers.cpp', 3270 'testing/UnitTestHelpers.cpp',
3271 'testing/UnitTestHelpers.h', 3271 'testing/UnitTestHelpers.h',
3272 ], 3272 ],
3273 } 3273 }
3274 } 3274 }
OLDNEW
« no previous file with comments | « LayoutTests/webexposed/global-constructors-listing-expected.txt ('k') | Source/core/dom/Document.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698