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 434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
445 'workers/WorkerConsole.idl', | 445 'workers/WorkerConsole.idl', |
446 'workers/WorkerGlobalScope.idl', | 446 'workers/WorkerGlobalScope.idl', |
447 'workers/WorkerLocation.idl', | 447 'workers/WorkerLocation.idl', |
448 'workers/WorkerNavigator.idl', | 448 'workers/WorkerNavigator.idl', |
449 'xml/DOMParser.idl', | 449 'xml/DOMParser.idl', |
450 'xml/XMLHttpRequest.idl', | 450 'xml/XMLHttpRequest.idl', |
451 'xml/XMLHttpRequestEventTarget.idl', | 451 'xml/XMLHttpRequestEventTarget.idl', |
452 'xml/XMLHttpRequestProgressEvent.idl', | 452 'xml/XMLHttpRequestProgressEvent.idl', |
453 'xml/XMLHttpRequestUpload.idl', | 453 'xml/XMLHttpRequestUpload.idl', |
454 'xml/XMLSerializer.idl', | 454 'xml/XMLSerializer.idl', |
| 455 'xml/XMLTreeViewer.idl', |
455 'xml/XPathEvaluator.idl', | 456 'xml/XPathEvaluator.idl', |
456 'xml/XPathExpression.idl', | 457 'xml/XPathExpression.idl', |
457 'xml/XPathNSResolver.idl', | 458 'xml/XPathNSResolver.idl', |
458 'xml/XPathResult.idl', | 459 'xml/XPathResult.idl', |
459 'xml/XSLTProcessor.idl', | 460 'xml/XSLTProcessor.idl', |
460 ], | 461 ], |
461 # 'partial interface', target (right side of) 'implements', and | 462 # 'partial interface', target (right side of) 'implements', and |
462 # interfaces with static bindings (in bindings/core/v8/) | 463 # interfaces with static bindings (in bindings/core/v8/) |
463 'core_dependency_idl_files': [ | 464 'core_dependency_idl_files': [ |
464 'animation/DocumentAnimation.idl', | 465 'animation/DocumentAnimation.idl', |
(...skipping 1397 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', | 1873 'xml/XMLTreeViewer.h', |
1874 'xml/XPathEvaluator.cpp', | 1874 'xml/XPathEvaluator.cpp', |
1875 'xml/XPathEvaluator.h', | 1875 'xml/XPathEvaluator.h', |
1876 'xml/XPathExpression.cpp', | 1876 'xml/XPathExpression.cpp', |
1877 'xml/XPathExpression.h', | 1877 'xml/XPathExpression.h', |
1878 'xml/XPathExpressionNode.cpp', | 1878 'xml/XPathExpressionNode.cpp', |
1879 'xml/XPathExpressionNode.h', | 1879 'xml/XPathExpressionNode.h', |
1880 'xml/XPathFunctions.cpp', | 1880 'xml/XPathFunctions.cpp', |
1881 'xml/XPathFunctions.h', | 1881 'xml/XPathFunctions.h', |
1882 'xml/XPathNSResolver.cpp', | 1882 'xml/XPathNSResolver.cpp', |
(...skipping 1583 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3466 'rendering/shapes/BoxShapeTest.cpp', | 3466 'rendering/shapes/BoxShapeTest.cpp', |
3467 'rendering/style/OutlineValueTest.cpp', | 3467 'rendering/style/OutlineValueTest.cpp', |
3468 'testing/PrivateScriptTestTest.cpp', | 3468 'testing/PrivateScriptTestTest.cpp', |
3469 'streams/ReadableStreamTest.cpp', | 3469 'streams/ReadableStreamTest.cpp', |
3470 'testing/UnitTestHelpers.cpp', | 3470 'testing/UnitTestHelpers.cpp', |
3471 'testing/UnitTestHelpers.h', | 3471 'testing/UnitTestHelpers.h', |
3472 'xml/parser/SharedBufferReaderTest.cpp', | 3472 'xml/parser/SharedBufferReaderTest.cpp', |
3473 ], | 3473 ], |
3474 } | 3474 } |
3475 } | 3475 } |
OLD | NEW |