| 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/AnimationEffectReadOnly.idl', | 9 'animation/AnimationEffectReadOnly.idl', |
| 10 'animation/AnimationEffectTiming.idl', | 10 'animation/AnimationEffectTiming.idl', |
| (...skipping 2880 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2891 'observer/ResizeObserver.cpp', | 2891 'observer/ResizeObserver.cpp', |
| 2892 'observer/ResizeObserverCallback.h', | 2892 'observer/ResizeObserverCallback.h', |
| 2893 'observer/ResizeObserverController.h', | 2893 'observer/ResizeObserverController.h', |
| 2894 'observer/ResizeObserverController.cpp', | 2894 'observer/ResizeObserverController.cpp', |
| 2895 'observer/ResizeObserverEntry.h', | 2895 'observer/ResizeObserverEntry.h', |
| 2896 'observer/ResizeObserverEntry.cpp', | 2896 'observer/ResizeObserverEntry.cpp', |
| 2897 ], | 2897 ], |
| 2898 'webcore_html_files': [ | 2898 'webcore_html_files': [ |
| 2899 'html/AutoplayExperimentHelper.cpp', | 2899 'html/AutoplayExperimentHelper.cpp', |
| 2900 'html/AutoplayExperimentHelper.h', | 2900 'html/AutoplayExperimentHelper.h', |
| 2901 'html/AutoplayUmaHelper.cpp', |
| 2902 'html/AutoplayUmaHelper.h', |
| 2901 'html/ClassList.cpp', | 2903 'html/ClassList.cpp', |
| 2902 'html/ClassList.h', | 2904 'html/ClassList.h', |
| 2903 'html/CrossOriginAttribute.cpp', | 2905 'html/CrossOriginAttribute.cpp', |
| 2904 'html/CrossOriginAttribute.h', | 2906 'html/CrossOriginAttribute.h', |
| 2905 'html/DocumentNameCollection.cpp', | 2907 'html/DocumentNameCollection.cpp', |
| 2906 'html/DocumentNameCollection.h', | 2908 'html/DocumentNameCollection.h', |
| 2907 'html/FormAssociatedElement.cpp', | 2909 'html/FormAssociatedElement.cpp', |
| 2908 'html/FormData.cpp', | 2910 'html/FormData.cpp', |
| 2909 'html/FormData.h', | 2911 'html/FormData.h', |
| 2910 'html/HTMLAllCollection.cpp', | 2912 'html/HTMLAllCollection.cpp', |
| (...skipping 1364 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4275 'testing/PrivateScriptTestTest.cpp', | 4277 'testing/PrivateScriptTestTest.cpp', |
| 4276 'timing/MemoryInfoTest.cpp', | 4278 'timing/MemoryInfoTest.cpp', |
| 4277 'timing/PerformanceBaseTest.cpp', | 4279 'timing/PerformanceBaseTest.cpp', |
| 4278 'timing/PerformanceObserverTest.cpp', | 4280 'timing/PerformanceObserverTest.cpp', |
| 4279 'workers/WorkerThreadTest.cpp', | 4281 'workers/WorkerThreadTest.cpp', |
| 4280 'workers/WorkerThreadTestHelper.h', | 4282 'workers/WorkerThreadTestHelper.h', |
| 4281 'xml/parser/SharedBufferReaderTest.cpp', | 4283 'xml/parser/SharedBufferReaderTest.cpp', |
| 4282 ], | 4284 ], |
| 4283 } | 4285 } |
| 4284 } | 4286 } |
| OLD | NEW |