| 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 2832 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2843 'input/KeyboardEventManager.cpp', | 2843 'input/KeyboardEventManager.cpp', |
| 2844 'input/KeyboardEventManager.h', | 2844 'input/KeyboardEventManager.h', |
| 2845 'input/PointerEventManager.cpp', | 2845 'input/PointerEventManager.cpp', |
| 2846 'input/PointerEventManager.h', | 2846 'input/PointerEventManager.h', |
| 2847 'input/ScrollManager.cpp', | 2847 'input/ScrollManager.cpp', |
| 2848 'input/ScrollManager.h', | 2848 'input/ScrollManager.h', |
| 2849 'input/TouchActionUtil.cpp', | 2849 'input/TouchActionUtil.cpp', |
| 2850 'input/TouchActionUtil.h', | 2850 'input/TouchActionUtil.h', |
| 2851 'input/TouchEventManager.cpp', | 2851 'input/TouchEventManager.cpp', |
| 2852 'input/TouchEventManager.h', | 2852 'input/TouchEventManager.h', |
| 2853 'observer/ResizeObservation.h', |
| 2854 'observer/ResizeObservation.cpp', |
| 2853 'observer/ResizeObserver.h', | 2855 'observer/ResizeObserver.h', |
| 2854 'observer/ResizeObserver.cpp', | 2856 'observer/ResizeObserver.cpp', |
| 2855 'observer/ResizeObserverCallback.h', | 2857 'observer/ResizeObserverCallback.h', |
| 2858 'observer/ResizeObserverController.h', |
| 2859 'observer/ResizeObserverController.cpp', |
| 2856 'observer/ResizeObserverEntry.h', | 2860 'observer/ResizeObserverEntry.h', |
| 2857 'observer/ResizeObserverEntry.cpp', | 2861 'observer/ResizeObserverEntry.cpp', |
| 2858 ], | 2862 ], |
| 2859 'webcore_html_files': [ | 2863 'webcore_html_files': [ |
| 2860 'html/AutoplayExperimentHelper.cpp', | 2864 'html/AutoplayExperimentHelper.cpp', |
| 2861 'html/AutoplayExperimentHelper.h', | 2865 'html/AutoplayExperimentHelper.h', |
| 2862 'html/ClassList.cpp', | 2866 'html/ClassList.cpp', |
| 2863 'html/ClassList.h', | 2867 'html/ClassList.h', |
| 2864 'html/CrossOriginAttribute.cpp', | 2868 'html/CrossOriginAttribute.cpp', |
| 2865 'html/CrossOriginAttribute.h', | 2869 'html/CrossOriginAttribute.h', |
| (...skipping 1352 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4218 'testing/PrivateScriptTestTest.cpp', | 4222 'testing/PrivateScriptTestTest.cpp', |
| 4219 'timing/MemoryInfoTest.cpp', | 4223 'timing/MemoryInfoTest.cpp', |
| 4220 'timing/PerformanceBaseTest.cpp', | 4224 'timing/PerformanceBaseTest.cpp', |
| 4221 'timing/PerformanceObserverTest.cpp', | 4225 'timing/PerformanceObserverTest.cpp', |
| 4222 'workers/WorkerThreadTest.cpp', | 4226 'workers/WorkerThreadTest.cpp', |
| 4223 'workers/WorkerThreadTestHelper.h', | 4227 'workers/WorkerThreadTestHelper.h', |
| 4224 'xml/parser/SharedBufferReaderTest.cpp', | 4228 'xml/parser/SharedBufferReaderTest.cpp', |
| 4225 ], | 4229 ], |
| 4226 } | 4230 } |
| 4227 } | 4231 } |
| OLD | NEW |