| 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/KeyframeEffect.idl', | 8 'animation/KeyframeEffect.idl', |
| 9 'animation/EffectModel.idl', | 9 'animation/EffectModel.idl', |
| 10 'animation/AnimationEffectReadOnly.idl', | 10 'animation/AnimationEffectReadOnly.idl', |
| (...skipping 54 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 'dom/CompositorProxy.idl', | 65 'dom/CompositorProxy.idl', |
| 66 'dom/DOMError.idl', | 66 'dom/DOMError.idl', |
| 67 'dom/DOMException.idl', | 67 'dom/DOMException.idl', |
| 68 'dom/DOMImplementation.idl', | 68 'dom/DOMImplementation.idl', |
| 69 'dom/DOMMatrix.idl', | 69 'dom/DOMMatrix.idl', |
| 70 'dom/DOMMatrixReadOnly.idl', | 70 'dom/DOMMatrixReadOnly.idl', |
| 71 'dom/DOMPoint.idl', | 71 'dom/DOMPoint.idl', |
| 72 'dom/DOMPointReadOnly.idl', | 72 'dom/DOMPointReadOnly.idl', |
| 73 'dom/DOMRect.idl', | 73 'dom/DOMRect.idl', |
| 74 'dom/DOMRectReadOnly.idl', | 74 'dom/DOMRectReadOnly.idl', |
| 75 'dom/DOMSettableTokenList.idl', | |
| 76 'dom/DOMStringList.idl', | 75 'dom/DOMStringList.idl', |
| 77 'dom/DOMStringMap.idl', | 76 'dom/DOMStringMap.idl', |
| 78 'dom/DOMTokenList.idl', | 77 'dom/DOMTokenList.idl', |
| 79 'dom/DataView.idl', | 78 'dom/DataView.idl', |
| 80 'dom/Document.idl', | 79 'dom/Document.idl', |
| 81 'dom/DocumentFragment.idl', | 80 'dom/DocumentFragment.idl', |
| 82 'dom/DocumentType.idl', | 81 'dom/DocumentType.idl', |
| 83 'dom/Element.idl', | 82 'dom/Element.idl', |
| 84 'dom/Float32Array.idl', | 83 'dom/Float32Array.idl', |
| 85 'dom/Float64Array.idl', | 84 'dom/Float64Array.idl', |
| (...skipping 2284 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2370 'dom/DOMNodeIds.cpp', | 2369 'dom/DOMNodeIds.cpp', |
| 2371 'dom/DOMNodeIds.h', | 2370 'dom/DOMNodeIds.h', |
| 2372 'dom/DOMPoint.cpp', | 2371 'dom/DOMPoint.cpp', |
| 2373 'dom/DOMPoint.h', | 2372 'dom/DOMPoint.h', |
| 2374 'dom/DOMPointReadOnly.cpp', | 2373 'dom/DOMPointReadOnly.cpp', |
| 2375 'dom/DOMPointReadOnly.h', | 2374 'dom/DOMPointReadOnly.h', |
| 2376 'dom/DOMRect.cpp', | 2375 'dom/DOMRect.cpp', |
| 2377 'dom/DOMRect.h', | 2376 'dom/DOMRect.h', |
| 2378 'dom/DOMRectReadOnly.cpp', | 2377 'dom/DOMRectReadOnly.cpp', |
| 2379 'dom/DOMRectReadOnly.h', | 2378 'dom/DOMRectReadOnly.h', |
| 2380 'dom/DOMSettableTokenList.cpp', | |
| 2381 'dom/DOMSettableTokenList.h', | |
| 2382 'dom/DOMSharedArrayBuffer.cpp', | 2379 'dom/DOMSharedArrayBuffer.cpp', |
| 2383 'dom/DOMSharedArrayBuffer.h', | 2380 'dom/DOMSharedArrayBuffer.h', |
| 2384 'dom/DOMStringList.cpp', | 2381 'dom/DOMStringList.cpp', |
| 2385 'dom/DOMStringList.h', | 2382 'dom/DOMStringList.h', |
| 2386 'dom/DOMStringMap.cpp', | 2383 'dom/DOMStringMap.cpp', |
| 2387 'dom/DOMStringMap.h', | 2384 'dom/DOMStringMap.h', |
| 2388 'dom/DOMTokenList.cpp', | 2385 'dom/DOMTokenList.cpp', |
| 2389 'dom/DOMTokenList.h', | 2386 'dom/DOMTokenList.h', |
| 2390 'dom/DOMTypedArray.cpp', | 2387 'dom/DOMTypedArray.cpp', |
| 2391 'dom/DOMTypedArray.h', | 2388 'dom/DOMTypedArray.h', |
| (...skipping 1671 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4063 'style/SVGComputedStyleTest.cpp', | 4060 'style/SVGComputedStyleTest.cpp', |
| 4064 'svg/SVGPathParserTest.cpp', | 4061 'svg/SVGPathParserTest.cpp', |
| 4065 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4062 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4066 'testing/PrivateScriptTestTest.cpp', | 4063 'testing/PrivateScriptTestTest.cpp', |
| 4067 'timing/MemoryInfoTest.cpp', | 4064 'timing/MemoryInfoTest.cpp', |
| 4068 'workers/WorkerThreadTest.cpp', | 4065 'workers/WorkerThreadTest.cpp', |
| 4069 'xml/parser/SharedBufferReaderTest.cpp', | 4066 'xml/parser/SharedBufferReaderTest.cpp', |
| 4070 ], | 4067 ], |
| 4071 } | 4068 } |
| 4072 } | 4069 } |
| OLD | NEW |