| 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 2779 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2790 'events/WindowEventContext.cpp', | 2790 'events/WindowEventContext.cpp', |
| 2791 'events/WindowEventContext.h', | 2791 'events/WindowEventContext.h', |
| 2792 'input/EventHandler.cpp', | 2792 'input/EventHandler.cpp', |
| 2793 'input/EventHandler.h', | 2793 'input/EventHandler.h', |
| 2794 'input/InputDeviceCapabilities.cpp', | 2794 'input/InputDeviceCapabilities.cpp', |
| 2795 'input/InputDeviceCapabilities.h', | 2795 'input/InputDeviceCapabilities.h', |
| 2796 'input/PointerEventManager.cpp', | 2796 'input/PointerEventManager.cpp', |
| 2797 'input/PointerEventManager.h', | 2797 'input/PointerEventManager.h', |
| 2798 'input/TouchActionUtil.cpp', | 2798 'input/TouchActionUtil.cpp', |
| 2799 'input/TouchActionUtil.h', | 2799 'input/TouchActionUtil.h', |
| 2800 'input/TouchEventManager.cpp', |
| 2801 'input/TouchEventManager.h', |
| 2800 ], | 2802 ], |
| 2801 'webcore_html_files': [ | 2803 'webcore_html_files': [ |
| 2802 'html/AutoplayExperimentHelper.cpp', | 2804 'html/AutoplayExperimentHelper.cpp', |
| 2803 'html/AutoplayExperimentHelper.h', | 2805 'html/AutoplayExperimentHelper.h', |
| 2804 'html/ClassList.cpp', | 2806 'html/ClassList.cpp', |
| 2805 'html/ClassList.h', | 2807 'html/ClassList.h', |
| 2806 'html/CrossOriginAttribute.cpp', | 2808 'html/CrossOriginAttribute.cpp', |
| 2807 'html/CrossOriginAttribute.h', | 2809 'html/CrossOriginAttribute.h', |
| 2808 'html/DocumentNameCollection.cpp', | 2810 'html/DocumentNameCollection.cpp', |
| 2809 'html/DocumentNameCollection.h', | 2811 'html/DocumentNameCollection.h', |
| (...skipping 1307 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4117 'svg/SVGPathParserTest.cpp', | 4119 'svg/SVGPathParserTest.cpp', |
| 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 'workers/WorkerThreadTest.cpp', | 4123 'workers/WorkerThreadTest.cpp', |
| 4122 'workers/WorkerThreadTestHelper.h', | 4124 'workers/WorkerThreadTestHelper.h', |
| 4123 'xml/parser/SharedBufferReaderTest.cpp', | 4125 'xml/parser/SharedBufferReaderTest.cpp', |
| 4124 ], | 4126 ], |
| 4125 } | 4127 } |
| 4126 } | 4128 } |
| OLD | NEW |