| 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 2761 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2772 'events/WindowEventContext.cpp', | 2772 'events/WindowEventContext.cpp', |
| 2773 'events/WindowEventContext.h', | 2773 'events/WindowEventContext.h', |
| 2774 'input/EventHandler.cpp', | 2774 'input/EventHandler.cpp', |
| 2775 'input/EventHandler.h', | 2775 'input/EventHandler.h', |
| 2776 'input/InputDeviceCapabilities.cpp', | 2776 'input/InputDeviceCapabilities.cpp', |
| 2777 'input/InputDeviceCapabilities.h', | 2777 'input/InputDeviceCapabilities.h', |
| 2778 'input/PointerEventManager.cpp', | 2778 'input/PointerEventManager.cpp', |
| 2779 'input/PointerEventManager.h', | 2779 'input/PointerEventManager.h', |
| 2780 'input/TouchActionUtil.cpp', | 2780 'input/TouchActionUtil.cpp', |
| 2781 'input/TouchActionUtil.h', | 2781 'input/TouchActionUtil.h', |
| 2782 'input/TouchEventManager.cpp', |
| 2783 'input/TouchEventManager.h', |
| 2782 ], | 2784 ], |
| 2783 'webcore_html_files': [ | 2785 'webcore_html_files': [ |
| 2784 'html/AutoplayExperimentHelper.cpp', | 2786 'html/AutoplayExperimentHelper.cpp', |
| 2785 'html/AutoplayExperimentHelper.h', | 2787 'html/AutoplayExperimentHelper.h', |
| 2786 'html/ClassList.cpp', | 2788 'html/ClassList.cpp', |
| 2787 'html/ClassList.h', | 2789 'html/ClassList.h', |
| 2788 'html/CrossOriginAttribute.cpp', | 2790 'html/CrossOriginAttribute.cpp', |
| 2789 'html/CrossOriginAttribute.h', | 2791 'html/CrossOriginAttribute.h', |
| 2790 'html/DocumentNameCollection.cpp', | 2792 'html/DocumentNameCollection.cpp', |
| 2791 'html/DocumentNameCollection.h', | 2793 'html/DocumentNameCollection.h', |
| (...skipping 1306 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4098 'svg/SVGPathParserTest.cpp', | 4100 'svg/SVGPathParserTest.cpp', |
| 4099 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4101 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4100 'testing/PrivateScriptTestTest.cpp', | 4102 'testing/PrivateScriptTestTest.cpp', |
| 4101 'timing/MemoryInfoTest.cpp', | 4103 'timing/MemoryInfoTest.cpp', |
| 4102 'workers/WorkerThreadTest.cpp', | 4104 'workers/WorkerThreadTest.cpp', |
| 4103 'workers/WorkerThreadTestHelper.h', | 4105 'workers/WorkerThreadTestHelper.h', |
| 4104 'xml/parser/SharedBufferReaderTest.cpp', | 4106 'xml/parser/SharedBufferReaderTest.cpp', |
| 4105 ], | 4107 ], |
| 4106 } | 4108 } |
| 4107 } | 4109 } |
| OLD | NEW |