| 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/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 2203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2214 'dom/GlobalEventHandlers.h', | 2214 'dom/GlobalEventHandlers.h', |
| 2215 'dom/IconURL.cpp', | 2215 'dom/IconURL.cpp', |
| 2216 'dom/IconURL.h', | 2216 'dom/IconURL.h', |
| 2217 'dom/IdTargetObserver.cpp', | 2217 'dom/IdTargetObserver.cpp', |
| 2218 'dom/IdTargetObserver.h', | 2218 'dom/IdTargetObserver.h', |
| 2219 'dom/IdTargetObserverRegistry.cpp', | 2219 'dom/IdTargetObserverRegistry.cpp', |
| 2220 'dom/IdTargetObserverRegistry.h', | 2220 'dom/IdTargetObserverRegistry.h', |
| 2221 'dom/IgnoreDestructiveWriteCountIncrementer.h', | 2221 'dom/IgnoreDestructiveWriteCountIncrementer.h', |
| 2222 'dom/IncrementLoadEventDelayCount.cpp', | 2222 'dom/IncrementLoadEventDelayCount.cpp', |
| 2223 'dom/IncrementLoadEventDelayCount.h', | 2223 'dom/IncrementLoadEventDelayCount.h', |
| 2224 'dom/Iterable.h', | |
| 2225 'dom/Iterator.h', | 2224 'dom/Iterator.h', |
| 2226 'dom/LiveNodeList.cpp', | 2225 'dom/LiveNodeList.cpp', |
| 2227 'dom/LiveNodeList.h', | 2226 'dom/LiveNodeList.h', |
| 2228 'dom/LiveNodeListBase.cpp', | 2227 'dom/LiveNodeListBase.cpp', |
| 2229 'dom/LiveNodeListBase.h', | 2228 'dom/LiveNodeListBase.h', |
| 2230 'dom/MainThreadTaskRunner.cpp', | 2229 'dom/MainThreadTaskRunner.cpp', |
| 2231 'dom/MainThreadTaskRunner.h', | 2230 'dom/MainThreadTaskRunner.h', |
| 2232 'dom/MessageChannel.cpp', | 2231 'dom/MessageChannel.cpp', |
| 2233 'dom/MessageChannel.h', | 2232 'dom/MessageChannel.h', |
| 2234 'dom/MessagePort.cpp', | 2233 'dom/MessagePort.cpp', |
| (...skipping 1567 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3802 'rendering/RenderingTestHelper.h', | 3801 'rendering/RenderingTestHelper.h', |
| 3803 'streams/ExclusiveStreamReaderTest.cpp', | 3802 'streams/ExclusiveStreamReaderTest.cpp', |
| 3804 'streams/ReadableStreamTest.cpp', | 3803 'streams/ReadableStreamTest.cpp', |
| 3805 'testing/PrivateScriptTestTest.cpp', | 3804 'testing/PrivateScriptTestTest.cpp', |
| 3806 'testing/UnitTestHelpers.cpp', | 3805 'testing/UnitTestHelpers.cpp', |
| 3807 'testing/UnitTestHelpers.h', | 3806 'testing/UnitTestHelpers.h', |
| 3808 'xml/parser/SharedBufferReaderTest.cpp', | 3807 'xml/parser/SharedBufferReaderTest.cpp', |
| 3809 ], | 3808 ], |
| 3810 } | 3809 } |
| 3811 } | 3810 } |
| OLD | NEW |