| 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 1702 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1713 'fileapi/FileReaderSync.cpp', | 1713 'fileapi/FileReaderSync.cpp', |
| 1714 'fileapi/FileReaderSync.h', | 1714 'fileapi/FileReaderSync.h', |
| 1715 'fileapi/URLFileAPI.cpp', | 1715 'fileapi/URLFileAPI.cpp', |
| 1716 'fileapi/URLFileAPI.h', | 1716 'fileapi/URLFileAPI.h', |
| 1717 'frame/BarProp.cpp', | 1717 'frame/BarProp.cpp', |
| 1718 'frame/BarProp.h', | 1718 'frame/BarProp.h', |
| 1719 'frame/DOMTimer.cpp', | 1719 'frame/DOMTimer.cpp', |
| 1720 'frame/DOMTimer.h', | 1720 'frame/DOMTimer.h', |
| 1721 'frame/DOMTimerCoordinator.cpp', | 1721 'frame/DOMTimerCoordinator.cpp', |
| 1722 'frame/DOMTimerCoordinator.h', | 1722 'frame/DOMTimerCoordinator.h', |
| 1723 'frame/DOMVisualViewport.cpp', |
| 1724 'frame/DOMVisualViewport.h', |
| 1723 'frame/DOMWindow.cpp', | 1725 'frame/DOMWindow.cpp', |
| 1724 'frame/DOMWindow.h', | 1726 'frame/DOMWindow.h', |
| 1725 'frame/DOMWindowBase64.cpp', | 1727 'frame/DOMWindowBase64.cpp', |
| 1726 'frame/DOMWindowBase64.h', | 1728 'frame/DOMWindowBase64.h', |
| 1727 'frame/DOMWindowEventHandlers.h', | 1729 'frame/DOMWindowEventHandlers.h', |
| 1728 'frame/DOMWindowLifecycleNotifier.cpp', | 1730 'frame/DOMWindowLifecycleNotifier.cpp', |
| 1729 'frame/DOMWindowLifecycleNotifier.h', | 1731 'frame/DOMWindowLifecycleNotifier.h', |
| 1730 'frame/DOMWindowLifecycleObserver.h', | 1732 'frame/DOMWindowLifecycleObserver.h', |
| 1731 'frame/DOMWindowProperty.cpp', | 1733 'frame/DOMWindowProperty.cpp', |
| 1732 'frame/DOMWindowProperty.h', | 1734 'frame/DOMWindowProperty.h', |
| (...skipping 2457 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4190 'testing/PrivateScriptTestTest.cpp', | 4192 'testing/PrivateScriptTestTest.cpp', |
| 4191 'timing/MemoryInfoTest.cpp', | 4193 'timing/MemoryInfoTest.cpp', |
| 4192 'timing/PerformanceBaseTest.cpp', | 4194 'timing/PerformanceBaseTest.cpp', |
| 4193 'timing/PerformanceObserverTest.cpp', | 4195 'timing/PerformanceObserverTest.cpp', |
| 4194 'workers/WorkerThreadTest.cpp', | 4196 'workers/WorkerThreadTest.cpp', |
| 4195 'workers/WorkerThreadTestHelper.h', | 4197 'workers/WorkerThreadTestHelper.h', |
| 4196 'xml/parser/SharedBufferReaderTest.cpp', | 4198 'xml/parser/SharedBufferReaderTest.cpp', |
| 4197 ], | 4199 ], |
| 4198 } | 4200 } |
| 4199 } | 4201 } |
| OLD | NEW |