| 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 2298 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2309 'dom/DocumentInit.h', | 2309 'dom/DocumentInit.h', |
| 2310 'dom/DocumentLifecycle.cpp', | 2310 'dom/DocumentLifecycle.cpp', |
| 2311 'dom/DocumentLifecycle.h', | 2311 'dom/DocumentLifecycle.h', |
| 2312 'dom/DocumentLifecycleNotifier.cpp', | 2312 'dom/DocumentLifecycleNotifier.cpp', |
| 2313 'dom/DocumentLifecycleNotifier.h', | 2313 'dom/DocumentLifecycleNotifier.h', |
| 2314 'dom/DocumentLifecycleObserver.h', | 2314 'dom/DocumentLifecycleObserver.h', |
| 2315 'dom/DocumentOrderedList.cpp', | 2315 'dom/DocumentOrderedList.cpp', |
| 2316 'dom/DocumentOrderedList.h', | 2316 'dom/DocumentOrderedList.h', |
| 2317 'dom/DocumentOrderedMap.cpp', | 2317 'dom/DocumentOrderedMap.cpp', |
| 2318 'dom/DocumentParser.cpp', | 2318 'dom/DocumentParser.cpp', |
| 2319 'dom/DocumentStatisticsCollector.cpp', |
| 2320 'dom/DocumentStatisticsCollector.h', |
| 2319 'dom/DocumentStyleSheetCollection.cpp', | 2321 'dom/DocumentStyleSheetCollection.cpp', |
| 2320 'dom/DocumentStyleSheetCollection.h', | 2322 'dom/DocumentStyleSheetCollection.h', |
| 2321 'dom/DocumentStyleSheetCollector.cpp', | 2323 'dom/DocumentStyleSheetCollector.cpp', |
| 2322 'dom/DocumentStyleSheetCollector.h', | 2324 'dom/DocumentStyleSheetCollector.h', |
| 2323 'dom/DocumentTiming.cpp', | 2325 'dom/DocumentTiming.cpp', |
| 2324 'dom/DocumentTiming.h', | 2326 'dom/DocumentTiming.h', |
| 2325 'dom/DocumentType.cpp', | 2327 'dom/DocumentType.cpp', |
| 2326 'dom/DocumentVisibilityObserver.cpp', | 2328 'dom/DocumentVisibilityObserver.cpp', |
| 2327 'dom/Element.cpp', | 2329 'dom/Element.cpp', |
| 2328 'dom/Element.h', | 2330 'dom/Element.h', |
| (...skipping 1578 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3907 'style/OutlineValueTest.cpp', | 3909 'style/OutlineValueTest.cpp', |
| 3908 'style/SVGComputedStyleTest.cpp', | 3910 'style/SVGComputedStyleTest.cpp', |
| 3909 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3911 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3910 'testing/PrivateScriptTestTest.cpp', | 3912 'testing/PrivateScriptTestTest.cpp', |
| 3911 'timing/MemoryInfoTest.cpp', | 3913 'timing/MemoryInfoTest.cpp', |
| 3912 'workers/WorkerThreadTest.cpp', | 3914 'workers/WorkerThreadTest.cpp', |
| 3913 'xml/parser/SharedBufferReaderTest.cpp', | 3915 'xml/parser/SharedBufferReaderTest.cpp', |
| 3914 ], | 3916 ], |
| 3915 } | 3917 } |
| 3916 } | 3918 } |
| OLD | NEW |