| 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 2703 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2714 'events/EventDispatchMediator.h', | 2714 'events/EventDispatchMediator.h', |
| 2715 'events/EventDispatcher.cpp', | 2715 'events/EventDispatcher.cpp', |
| 2716 'events/EventDispatcher.h', | 2716 'events/EventDispatcher.h', |
| 2717 'events/EventDispatchResult.h', | 2717 'events/EventDispatchResult.h', |
| 2718 'events/EventListenerMap.cpp', | 2718 'events/EventListenerMap.cpp', |
| 2719 'events/EventPath.cpp', | 2719 'events/EventPath.cpp', |
| 2720 'events/EventPath.h', | 2720 'events/EventPath.h', |
| 2721 'events/EventQueue.h', | 2721 'events/EventQueue.h', |
| 2722 'events/EventSender.h', | 2722 'events/EventSender.h', |
| 2723 'events/EventTarget.cpp', | 2723 'events/EventTarget.cpp', |
| 2724 'events/EventUtil.h', |
| 2725 'events/EventUtil.cpp', |
| 2724 'events/FocusEvent.cpp', | 2726 'events/FocusEvent.cpp', |
| 2725 'events/FocusEvent.h', | 2727 'events/FocusEvent.h', |
| 2726 'events/GenericEventQueue.cpp', | 2728 'events/GenericEventQueue.cpp', |
| 2727 'events/GenericEventQueue.h', | 2729 'events/GenericEventQueue.h', |
| 2728 'events/GestureEvent.cpp', | 2730 'events/GestureEvent.cpp', |
| 2729 'events/GestureEvent.h', | 2731 'events/GestureEvent.h', |
| 2730 'events/HashChangeEvent.h', | 2732 'events/HashChangeEvent.h', |
| 2731 'events/InputEvent.cpp', | 2733 'events/InputEvent.cpp', |
| 2732 'events/InputEvent.h', | 2734 'events/InputEvent.h', |
| 2733 'events/KeyboardEvent.cpp', | 2735 'events/KeyboardEvent.cpp', |
| (...skipping 1384 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4118 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4120 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4119 'testing/PrivateScriptTestTest.cpp', | 4121 'testing/PrivateScriptTestTest.cpp', |
| 4120 'timing/MemoryInfoTest.cpp', | 4122 'timing/MemoryInfoTest.cpp', |
| 4121 'timing/PerformanceBaseTest.cpp', | 4123 'timing/PerformanceBaseTest.cpp', |
| 4122 'workers/WorkerThreadTest.cpp', | 4124 'workers/WorkerThreadTest.cpp', |
| 4123 'workers/WorkerThreadTestHelper.h', | 4125 'workers/WorkerThreadTestHelper.h', |
| 4124 'xml/parser/SharedBufferReaderTest.cpp', | 4126 'xml/parser/SharedBufferReaderTest.cpp', |
| 4125 ], | 4127 ], |
| 4126 } | 4128 } |
| 4127 } | 4129 } |
| OLD | NEW |