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 2456 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2467 'dom/LayoutTreeBuilderTraversal.h', | 2467 'dom/LayoutTreeBuilderTraversal.h', |
2468 'dom/LiveNodeList.cpp', | 2468 'dom/LiveNodeList.cpp', |
2469 'dom/LiveNodeList.h', | 2469 'dom/LiveNodeList.h', |
2470 'dom/LiveNodeListBase.cpp', | 2470 'dom/LiveNodeListBase.cpp', |
2471 'dom/LiveNodeListBase.h', | 2471 'dom/LiveNodeListBase.h', |
2472 'dom/MainThreadTaskRunner.cpp', | 2472 'dom/MainThreadTaskRunner.cpp', |
2473 'dom/MainThreadTaskRunner.h', | 2473 'dom/MainThreadTaskRunner.h', |
2474 'dom/MessageChannel.cpp', | 2474 'dom/MessageChannel.cpp', |
2475 'dom/MessageChannel.h', | 2475 'dom/MessageChannel.h', |
2476 'dom/MessagePort.cpp', | 2476 'dom/MessagePort.cpp', |
| 2477 'dom/Microtask.cpp', |
| 2478 'dom/Microtask.h', |
2477 'dom/MutationCallback.h', | 2479 'dom/MutationCallback.h', |
2478 'dom/MutationObserver.cpp', | 2480 'dom/MutationObserver.cpp', |
2479 'dom/MutationObserver.h', | 2481 'dom/MutationObserver.h', |
2480 'dom/MutationObserverInterestGroup.cpp', | 2482 'dom/MutationObserverInterestGroup.cpp', |
2481 'dom/MutationObserverInterestGroup.h', | 2483 'dom/MutationObserverInterestGroup.h', |
2482 'dom/MutationObserverRegistration.cpp', | 2484 'dom/MutationObserverRegistration.cpp', |
2483 'dom/MutationObserverRegistration.h', | 2485 'dom/MutationObserverRegistration.h', |
2484 'dom/MutationRecord.cpp', | 2486 'dom/MutationRecord.cpp', |
2485 'dom/MutationRecord.h', | 2487 'dom/MutationRecord.h', |
2486 'dom/NameNodeList.cpp', | 2488 'dom/NameNodeList.cpp', |
(...skipping 1575 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4062 'style/SVGComputedStyleTest.cpp', | 4064 'style/SVGComputedStyleTest.cpp', |
4063 'svg/SVGPathParserTest.cpp', | 4065 'svg/SVGPathParserTest.cpp', |
4064 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4066 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
4065 'testing/PrivateScriptTestTest.cpp', | 4067 'testing/PrivateScriptTestTest.cpp', |
4066 'timing/MemoryInfoTest.cpp', | 4068 'timing/MemoryInfoTest.cpp', |
4067 'workers/WorkerThreadTest.cpp', | 4069 'workers/WorkerThreadTest.cpp', |
4068 'xml/parser/SharedBufferReaderTest.cpp', | 4070 'xml/parser/SharedBufferReaderTest.cpp', |
4069 ], | 4071 ], |
4070 } | 4072 } |
4071 } | 4073 } |
OLD | NEW |