| 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 2287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2298 'xml/parser/MarkupTokenizerInlines.h', | 2298 'xml/parser/MarkupTokenizerInlines.h', |
| 2299 'xml/parser/SharedBufferReader.cpp', | 2299 'xml/parser/SharedBufferReader.cpp', |
| 2300 'xml/parser/SharedBufferReader.h', | 2300 'xml/parser/SharedBufferReader.h', |
| 2301 'xml/parser/XMLDocumentParser.cpp', | 2301 'xml/parser/XMLDocumentParser.cpp', |
| 2302 'xml/parser/XMLDocumentParser.h', | 2302 'xml/parser/XMLDocumentParser.h', |
| 2303 'xml/parser/XMLDocumentParserScope.cpp', | 2303 'xml/parser/XMLDocumentParserScope.cpp', |
| 2304 'xml/parser/XMLDocumentParserScope.h', | 2304 'xml/parser/XMLDocumentParserScope.h', |
| 2305 'xml/parser/XMLErrors.cpp', | 2305 'xml/parser/XMLErrors.cpp', |
| 2306 'xml/parser/XMLErrors.h', | 2306 'xml/parser/XMLErrors.h', |
| 2307 'xml/parser/XMLParserInput.h', | 2307 'xml/parser/XMLParserInput.h', |
| 2308 'xmlhttprequest/ProgressEventThrottle.cpp', | |
| 2309 'xmlhttprequest/ProgressEventThrottle.h', | |
| 2310 'xmlhttprequest/XMLHttpRequest.cpp', | 2308 'xmlhttprequest/XMLHttpRequest.cpp', |
| 2311 'xmlhttprequest/XMLHttpRequest.h', | 2309 'xmlhttprequest/XMLHttpRequest.h', |
| 2312 'xmlhttprequest/XMLHttpRequestEventTarget.h', | 2310 'xmlhttprequest/XMLHttpRequestEventTarget.h', |
| 2311 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp', |
| 2312 'xmlhttprequest/XMLHttpRequestProgressEventThrottle.h', |
| 2313 'xmlhttprequest/XMLHttpRequestUpload.cpp', | 2313 'xmlhttprequest/XMLHttpRequestUpload.cpp', |
| 2314 'xmlhttprequest/XMLHttpRequestUpload.h', | 2314 'xmlhttprequest/XMLHttpRequestUpload.h', |
| 2315 ], | 2315 ], |
| 2316 'webcore_dom_files': [ | 2316 'webcore_dom_files': [ |
| 2317 'dom/AXObjectCache.cpp', | 2317 'dom/AXObjectCache.cpp', |
| 2318 'dom/AXObjectCache.h', | 2318 'dom/AXObjectCache.h', |
| 2319 'dom/ActiveDOMObject.cpp', | 2319 'dom/ActiveDOMObject.cpp', |
| 2320 'dom/AddConsoleMessageTask.cpp', | 2320 'dom/AddConsoleMessageTask.cpp', |
| 2321 'dom/AddConsoleMessageTask.h', | 2321 'dom/AddConsoleMessageTask.h', |
| 2322 'dom/Attr.cpp', | 2322 'dom/Attr.cpp', |
| (...skipping 1736 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4059 'style/SVGComputedStyleTest.cpp', | 4059 'style/SVGComputedStyleTest.cpp', |
| 4060 'svg/SVGPathParserTest.cpp', | 4060 'svg/SVGPathParserTest.cpp', |
| 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4061 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4062 'testing/PrivateScriptTestTest.cpp', | 4062 'testing/PrivateScriptTestTest.cpp', |
| 4063 'timing/MemoryInfoTest.cpp', | 4063 'timing/MemoryInfoTest.cpp', |
| 4064 'workers/WorkerThreadTest.cpp', | 4064 'workers/WorkerThreadTest.cpp', |
| 4065 'xml/parser/SharedBufferReaderTest.cpp', | 4065 'xml/parser/SharedBufferReaderTest.cpp', |
| 4066 ], | 4066 ], |
| 4067 } | 4067 } |
| 4068 } | 4068 } |
| OLD | NEW |