| 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 2354 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2365 'dom/ClassCollection.cpp', | 2365 'dom/ClassCollection.cpp', |
| 2366 'dom/ClassCollection.h', | 2366 'dom/ClassCollection.h', |
| 2367 'dom/ClientRect.cpp', | 2367 'dom/ClientRect.cpp', |
| 2368 'dom/ClientRect.h', | 2368 'dom/ClientRect.h', |
| 2369 'dom/ClientRectList.cpp', | 2369 'dom/ClientRectList.cpp', |
| 2370 'dom/ClientRectList.h', | 2370 'dom/ClientRectList.h', |
| 2371 'dom/Comment.cpp', | 2371 'dom/Comment.cpp', |
| 2372 'dom/Comment.h', | 2372 'dom/Comment.h', |
| 2373 'dom/CompositorProxy.cpp', | 2373 'dom/CompositorProxy.cpp', |
| 2374 'dom/CompositorProxy.h', | 2374 'dom/CompositorProxy.h', |
| 2375 'dom/CompositorProxyClient.cpp', |
| 2376 'dom/CompositorProxyClient.h', |
| 2375 'dom/ContainerNode.cpp', | 2377 'dom/ContainerNode.cpp', |
| 2376 'dom/ContextFeatures.cpp', | 2378 'dom/ContextFeatures.cpp', |
| 2377 'dom/ContextFeatures.h', | 2379 'dom/ContextFeatures.h', |
| 2378 'dom/ContextLifecycleNotifier.cpp', | 2380 'dom/ContextLifecycleNotifier.cpp', |
| 2379 'dom/ContextLifecycleNotifier.h', | 2381 'dom/ContextLifecycleNotifier.h', |
| 2380 'dom/ContextLifecycleObserver.h', | 2382 'dom/ContextLifecycleObserver.h', |
| 2381 'dom/CrossThreadTask.h', | 2383 'dom/CrossThreadTask.h', |
| 2382 'dom/DOMArrayBuffer.cpp', | 2384 'dom/DOMArrayBuffer.cpp', |
| 2383 'dom/DOMArrayBuffer.h', | 2385 'dom/DOMArrayBuffer.h', |
| 2384 'dom/DOMArrayBufferBase.h', | 2386 'dom/DOMArrayBufferBase.h', |
| (...skipping 1739 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4124 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4126 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4125 'testing/PrivateScriptTestTest.cpp', | 4127 'testing/PrivateScriptTestTest.cpp', |
| 4126 'timing/MemoryInfoTest.cpp', | 4128 'timing/MemoryInfoTest.cpp', |
| 4127 'timing/PerformanceBaseTest.cpp', | 4129 'timing/PerformanceBaseTest.cpp', |
| 4128 'workers/WorkerThreadTest.cpp', | 4130 'workers/WorkerThreadTest.cpp', |
| 4129 'workers/WorkerThreadTestHelper.h', | 4131 'workers/WorkerThreadTestHelper.h', |
| 4130 'xml/parser/SharedBufferReaderTest.cpp', | 4132 'xml/parser/SharedBufferReaderTest.cpp', |
| 4131 ], | 4133 ], |
| 4132 } | 4134 } |
| 4133 } | 4135 } |
| OLD | NEW |