| 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 2630 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2641 'events/DOMWindowEventQueue.h', | 2641 'events/DOMWindowEventQueue.h', |
| 2642 'events/DragEvent.cpp', | 2642 'events/DragEvent.cpp', |
| 2643 'events/DragEvent.h', | 2643 'events/DragEvent.h', |
| 2644 'events/ErrorEvent.cpp', | 2644 'events/ErrorEvent.cpp', |
| 2645 'events/ErrorEvent.h', | 2645 'events/ErrorEvent.h', |
| 2646 'events/Event.cpp', | 2646 'events/Event.cpp', |
| 2647 'events/EventDispatchMediator.cpp', | 2647 'events/EventDispatchMediator.cpp', |
| 2648 'events/EventDispatchMediator.h', | 2648 'events/EventDispatchMediator.h', |
| 2649 'events/EventDispatcher.cpp', | 2649 'events/EventDispatcher.cpp', |
| 2650 'events/EventDispatcher.h', | 2650 'events/EventDispatcher.h', |
| 2651 'events/EventDispatchResult.h', |
| 2651 'events/EventListenerMap.cpp', | 2652 'events/EventListenerMap.cpp', |
| 2652 'events/EventPath.cpp', | 2653 'events/EventPath.cpp', |
| 2653 'events/EventPath.h', | 2654 'events/EventPath.h', |
| 2654 'events/EventQueue.h', | 2655 'events/EventQueue.h', |
| 2655 'events/EventSender.h', | 2656 'events/EventSender.h', |
| 2656 'events/EventTarget.cpp', | 2657 'events/EventTarget.cpp', |
| 2657 'events/FocusEvent.cpp', | 2658 'events/FocusEvent.cpp', |
| 2658 'events/FocusEvent.h', | 2659 'events/FocusEvent.h', |
| 2659 'events/GenericEventQueue.cpp', | 2660 'events/GenericEventQueue.cpp', |
| 2660 'events/GenericEventQueue.h', | 2661 'events/GenericEventQueue.h', |
| (...skipping 1371 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4032 'style/SVGComputedStyleTest.cpp', | 4033 'style/SVGComputedStyleTest.cpp', |
| 4033 'svg/SVGPathParserTest.cpp', | 4034 'svg/SVGPathParserTest.cpp', |
| 4034 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4035 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4035 'testing/PrivateScriptTestTest.cpp', | 4036 'testing/PrivateScriptTestTest.cpp', |
| 4036 'timing/MemoryInfoTest.cpp', | 4037 'timing/MemoryInfoTest.cpp', |
| 4037 'workers/WorkerThreadTest.cpp', | 4038 'workers/WorkerThreadTest.cpp', |
| 4038 'xml/parser/SharedBufferReaderTest.cpp', | 4039 'xml/parser/SharedBufferReaderTest.cpp', |
| 4039 ], | 4040 ], |
| 4040 } | 4041 } |
| 4041 } | 4042 } |
| OLD | NEW |