| 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 2283 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2294 'dom/DocumentInit.h', | 2294 'dom/DocumentInit.h', |
| 2295 'dom/DocumentLifecycle.cpp', | 2295 'dom/DocumentLifecycle.cpp', |
| 2296 'dom/DocumentLifecycle.h', | 2296 'dom/DocumentLifecycle.h', |
| 2297 'dom/DocumentLifecycleNotifier.cpp', | 2297 'dom/DocumentLifecycleNotifier.cpp', |
| 2298 'dom/DocumentLifecycleNotifier.h', | 2298 'dom/DocumentLifecycleNotifier.h', |
| 2299 'dom/DocumentLifecycleObserver.h', | 2299 'dom/DocumentLifecycleObserver.h', |
| 2300 'dom/DocumentOrderedList.cpp', | 2300 'dom/DocumentOrderedList.cpp', |
| 2301 'dom/DocumentOrderedList.h', | 2301 'dom/DocumentOrderedList.h', |
| 2302 'dom/DocumentOrderedMap.cpp', | 2302 'dom/DocumentOrderedMap.cpp', |
| 2303 'dom/DocumentParser.cpp', | 2303 'dom/DocumentParser.cpp', |
| 2304 'dom/DocumentStatisticsCollector.cpp', |
| 2305 'dom/DocumentStatisticsCollector.h', |
| 2304 'dom/DocumentStyleSheetCollection.cpp', | 2306 'dom/DocumentStyleSheetCollection.cpp', |
| 2305 'dom/DocumentStyleSheetCollection.h', | 2307 'dom/DocumentStyleSheetCollection.h', |
| 2306 'dom/DocumentStyleSheetCollector.cpp', | 2308 'dom/DocumentStyleSheetCollector.cpp', |
| 2307 'dom/DocumentStyleSheetCollector.h', | 2309 'dom/DocumentStyleSheetCollector.h', |
| 2308 'dom/DocumentTiming.cpp', | 2310 'dom/DocumentTiming.cpp', |
| 2309 'dom/DocumentTiming.h', | 2311 'dom/DocumentTiming.h', |
| 2310 'dom/DocumentType.cpp', | 2312 'dom/DocumentType.cpp', |
| 2311 'dom/DocumentVisibilityObserver.cpp', | 2313 'dom/DocumentVisibilityObserver.cpp', |
| 2312 'dom/Element.cpp', | 2314 'dom/Element.cpp', |
| 2313 'dom/Element.h', | 2315 'dom/Element.h', |
| (...skipping 1574 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3888 'style/OutlineValueTest.cpp', | 3890 'style/OutlineValueTest.cpp', |
| 3889 'style/SVGComputedStyleTest.cpp', | 3891 'style/SVGComputedStyleTest.cpp', |
| 3890 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3892 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3891 'testing/PrivateScriptTestTest.cpp', | 3893 'testing/PrivateScriptTestTest.cpp', |
| 3892 'timing/MemoryInfoTest.cpp', | 3894 'timing/MemoryInfoTest.cpp', |
| 3893 'workers/WorkerThreadTest.cpp', | 3895 'workers/WorkerThreadTest.cpp', |
| 3894 'xml/parser/SharedBufferReaderTest.cpp', | 3896 'xml/parser/SharedBufferReaderTest.cpp', |
| 3895 ], | 3897 ], |
| 3896 } | 3898 } |
| 3897 } | 3899 } |
| OLD | NEW |