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/ImageBitmapFactories.idl', | 487 'imagebitmap/ImageBitmapFactories.idl', |
488 'imagebitmap/WindowImageBitmapFactories.idl', | 488 'imagebitmap/WindowImageBitmapFactories.idl', |
489 'page/WindowPagePopup.idl', | 489 'page/WindowPagePopup.idl', |
490 'svg/SVGDocument.idl', | 490 'svg/SVGDocument.idl', |
491 'svg/SVGFilterPrimitiveStandardAttributes.idl', | 491 'svg/SVGFilterPrimitiveStandardAttributes.idl', |
492 'svg/SVGFitToViewBox.idl', | 492 'svg/SVGFitToViewBox.idl', |
493 'svg/SVGTests.idl', | 493 'svg/SVGTests.idl', |
494 'svg/SVGURIReference.idl', | 494 'svg/SVGURIReference.idl', |
495 'svg/SVGZoomAndPan.idl', | 495 'svg/SVGZoomAndPan.idl', |
496 'workers/AbstractWorker.idl', | 496 'workers/AbstractWorker.idl', |
| 497 'xml/DocumentXMLTreeViewer.idl', |
497 'xml/DocumentXPathEvaluator.idl', | 498 'xml/DocumentXPathEvaluator.idl', |
498 ], | 499 ], |
499 # interfaces that inherit from Event, including Event itself | 500 # interfaces that inherit from Event, including Event itself |
500 'core_event_idl_files': [ | 501 'core_event_idl_files': [ |
501 'css/FontFaceSetLoadEvent.idl', | 502 'css/FontFaceSetLoadEvent.idl', |
502 'css/MediaQueryListEvent.idl', | 503 'css/MediaQueryListEvent.idl', |
503 'events/AnimationPlayerEvent.idl', | 504 'events/AnimationPlayerEvent.idl', |
504 'events/ApplicationCacheErrorEvent.idl', | 505 'events/ApplicationCacheErrorEvent.idl', |
505 'events/AutocompleteErrorEvent.idl', | 506 'events/AutocompleteErrorEvent.idl', |
506 'events/BeforeUnloadEvent.idl', | 507 'events/BeforeUnloadEvent.idl', |
(...skipping 1360 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1867 'xml/XMLHttpRequest.cpp', | 1868 'xml/XMLHttpRequest.cpp', |
1868 'xml/XMLHttpRequest.h', | 1869 'xml/XMLHttpRequest.h', |
1869 'xml/XMLHttpRequestEventTarget.h', | 1870 'xml/XMLHttpRequestEventTarget.h', |
1870 'xml/XMLHttpRequestProgressEvent.h', | 1871 'xml/XMLHttpRequestProgressEvent.h', |
1871 'xml/XMLHttpRequestProgressEventThrottle.cpp', | 1872 'xml/XMLHttpRequestProgressEventThrottle.cpp', |
1872 'xml/XMLHttpRequestProgressEventThrottle.h', | 1873 'xml/XMLHttpRequestProgressEventThrottle.h', |
1873 'xml/XMLHttpRequestUpload.cpp', | 1874 'xml/XMLHttpRequestUpload.cpp', |
1874 'xml/XMLHttpRequestUpload.h', | 1875 'xml/XMLHttpRequestUpload.h', |
1875 'xml/XMLSerializer.cpp', | 1876 'xml/XMLSerializer.cpp', |
1876 'xml/XMLSerializer.h', | 1877 'xml/XMLSerializer.h', |
1877 'xml/XMLTreeViewer.cpp', | |
1878 'xml/XMLTreeViewer.h', | |
1879 'xml/XPathEvaluator.cpp', | 1878 'xml/XPathEvaluator.cpp', |
1880 'xml/XPathEvaluator.h', | 1879 'xml/XPathEvaluator.h', |
1881 'xml/XPathExpression.cpp', | 1880 'xml/XPathExpression.cpp', |
1882 'xml/XPathExpression.h', | 1881 'xml/XPathExpression.h', |
1883 'xml/XPathExpressionNode.cpp', | 1882 'xml/XPathExpressionNode.cpp', |
1884 'xml/XPathExpressionNode.h', | 1883 'xml/XPathExpressionNode.h', |
1885 'xml/XPathFunctions.cpp', | 1884 'xml/XPathFunctions.cpp', |
1886 'xml/XPathFunctions.h', | 1885 'xml/XPathFunctions.h', |
1887 'xml/XPathNSResolver.cpp', | 1886 'xml/XPathNSResolver.cpp', |
1888 'xml/XPathNSResolver.h', | 1887 'xml/XPathNSResolver.h', |
(...skipping 1613 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3502 'rendering/shapes/BoxShapeTest.cpp', | 3501 'rendering/shapes/BoxShapeTest.cpp', |
3503 'rendering/style/OutlineValueTest.cpp', | 3502 'rendering/style/OutlineValueTest.cpp', |
3504 'testing/PrivateScriptTestTest.cpp', | 3503 'testing/PrivateScriptTestTest.cpp', |
3505 'streams/ReadableStreamTest.cpp', | 3504 'streams/ReadableStreamTest.cpp', |
3506 'testing/UnitTestHelpers.cpp', | 3505 'testing/UnitTestHelpers.cpp', |
3507 'testing/UnitTestHelpers.h', | 3506 'testing/UnitTestHelpers.h', |
3508 'xml/parser/SharedBufferReaderTest.cpp', | 3507 'xml/parser/SharedBufferReaderTest.cpp', |
3509 ], | 3508 ], |
3510 } | 3509 } |
3511 } | 3510 } |
OLD | NEW |