OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 476 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
487 'imagebitmap/WindowImageBitmapFactories.idl', | 487 'imagebitmap/WindowImageBitmapFactories.idl', |
488 'page/WindowPagePopup.idl', | 488 'page/WindowPagePopup.idl', |
489 'svg/SVGDocument.idl', | 489 'svg/SVGDocument.idl', |
490 'svg/SVGFilterPrimitiveStandardAttributes.idl', | 490 'svg/SVGFilterPrimitiveStandardAttributes.idl', |
491 'svg/SVGFitToViewBox.idl', | 491 'svg/SVGFitToViewBox.idl', |
492 'svg/SVGTests.idl', | 492 'svg/SVGTests.idl', |
493 'svg/SVGURIReference.idl', | 493 'svg/SVGURIReference.idl', |
494 'svg/SVGZoomAndPan.idl', | 494 'svg/SVGZoomAndPan.idl', |
495 'workers/AbstractWorker.idl', | 495 'workers/AbstractWorker.idl', |
496 'xml/DocumentXPathEvaluator.idl', | 496 'xml/DocumentXPathEvaluator.idl', |
| 497 'xml/XMLTreeViewer.idl', |
497 ], | 498 ], |
498 # interfaces that inherit from Event, including Event itself | 499 # interfaces that inherit from Event, including Event itself |
499 'core_event_idl_files': [ | 500 'core_event_idl_files': [ |
500 'css/FontFaceSetLoadEvent.idl', | 501 'css/FontFaceSetLoadEvent.idl', |
501 'events/AnimationPlayerEvent.idl', | 502 'events/AnimationPlayerEvent.idl', |
502 'events/ApplicationCacheErrorEvent.idl', | 503 'events/ApplicationCacheErrorEvent.idl', |
503 'events/AutocompleteErrorEvent.idl', | 504 'events/AutocompleteErrorEvent.idl', |
504 'events/BeforeUnloadEvent.idl', | 505 'events/BeforeUnloadEvent.idl', |
505 'events/CompositionEvent.idl', | 506 'events/CompositionEvent.idl', |
506 'events/CustomEvent.idl', | 507 'events/CustomEvent.idl', |
(...skipping 1355 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1862 'xml/XMLHttpRequest.cpp', | 1863 'xml/XMLHttpRequest.cpp', |
1863 'xml/XMLHttpRequest.h', | 1864 'xml/XMLHttpRequest.h', |
1864 'xml/XMLHttpRequestEventTarget.h', | 1865 'xml/XMLHttpRequestEventTarget.h', |
1865 'xml/XMLHttpRequestProgressEvent.h', | 1866 'xml/XMLHttpRequestProgressEvent.h', |
1866 'xml/XMLHttpRequestProgressEventThrottle.cpp', | 1867 'xml/XMLHttpRequestProgressEventThrottle.cpp', |
1867 'xml/XMLHttpRequestProgressEventThrottle.h', | 1868 'xml/XMLHttpRequestProgressEventThrottle.h', |
1868 'xml/XMLHttpRequestUpload.cpp', | 1869 'xml/XMLHttpRequestUpload.cpp', |
1869 'xml/XMLHttpRequestUpload.h', | 1870 'xml/XMLHttpRequestUpload.h', |
1870 'xml/XMLSerializer.cpp', | 1871 'xml/XMLSerializer.cpp', |
1871 'xml/XMLSerializer.h', | 1872 'xml/XMLSerializer.h', |
1872 'xml/XMLTreeViewer.cpp', | |
1873 'xml/XMLTreeViewer.h', | |
1874 'xml/XPathEvaluator.cpp', | 1873 'xml/XPathEvaluator.cpp', |
1875 'xml/XPathEvaluator.h', | 1874 'xml/XPathEvaluator.h', |
1876 'xml/XPathExpression.cpp', | 1875 'xml/XPathExpression.cpp', |
1877 'xml/XPathExpression.h', | 1876 'xml/XPathExpression.h', |
1878 'xml/XPathExpressionNode.cpp', | 1877 'xml/XPathExpressionNode.cpp', |
1879 'xml/XPathExpressionNode.h', | 1878 'xml/XPathExpressionNode.h', |
1880 'xml/XPathFunctions.cpp', | 1879 'xml/XPathFunctions.cpp', |
1881 'xml/XPathFunctions.h', | 1880 'xml/XPathFunctions.h', |
1882 'xml/XPathNSResolver.cpp', | 1881 'xml/XPathNSResolver.cpp', |
1883 'xml/XPathNSResolver.h', | 1882 'xml/XPathNSResolver.h', |
(...skipping 1582 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3466 'rendering/shapes/BoxShapeTest.cpp', | 3465 'rendering/shapes/BoxShapeTest.cpp', |
3467 'rendering/style/OutlineValueTest.cpp', | 3466 'rendering/style/OutlineValueTest.cpp', |
3468 'testing/PrivateScriptTestTest.cpp', | 3467 'testing/PrivateScriptTestTest.cpp', |
3469 'streams/ReadableStreamTest.cpp', | 3468 'streams/ReadableStreamTest.cpp', |
3470 'testing/UnitTestHelpers.cpp', | 3469 'testing/UnitTestHelpers.cpp', |
3471 'testing/UnitTestHelpers.h', | 3470 'testing/UnitTestHelpers.h', |
3472 'xml/parser/SharedBufferReaderTest.cpp', | 3471 'xml/parser/SharedBufferReaderTest.cpp', |
3473 ], | 3472 ], |
3474 } | 3473 } |
3475 } | 3474 } |
OLD | NEW |