| 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 1748 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1759 'frame/HostsUsingFeatures.cpp', | 1759 'frame/HostsUsingFeatures.cpp', |
| 1760 'frame/HostsUsingFeatures.h', | 1760 'frame/HostsUsingFeatures.h', |
| 1761 'frame/ImageBitmap.cpp', | 1761 'frame/ImageBitmap.cpp', |
| 1762 'frame/ImageBitmap.h', | 1762 'frame/ImageBitmap.h', |
| 1763 'frame/LayoutSubtreeRootList.cpp', | 1763 'frame/LayoutSubtreeRootList.cpp', |
| 1764 'frame/LayoutSubtreeRootList.h', | 1764 'frame/LayoutSubtreeRootList.h', |
| 1765 'frame/LocalDOMWindow.cpp', | 1765 'frame/LocalDOMWindow.cpp', |
| 1766 'frame/LocalDOMWindow.h', | 1766 'frame/LocalDOMWindow.h', |
| 1767 'frame/LocalFrame.cpp', | 1767 'frame/LocalFrame.cpp', |
| 1768 'frame/LocalFrame.h', | 1768 'frame/LocalFrame.h', |
| 1769 'frame/LocalFrameLifecycleNotifier.cpp', | |
| 1770 'frame/LocalFrameLifecycleNotifier.h', | 1769 'frame/LocalFrameLifecycleNotifier.h', |
| 1771 'frame/LocalFrameLifecycleObserver.h', | 1770 'frame/LocalFrameLifecycleObserver.h', |
| 1772 'frame/Location.cpp', | 1771 'frame/Location.cpp', |
| 1773 'frame/Location.h', | 1772 'frame/Location.h', |
| 1774 'frame/Navigator.cpp', | 1773 'frame/Navigator.cpp', |
| 1775 'frame/Navigator.h', | 1774 'frame/Navigator.h', |
| 1776 'frame/NavigatorCPU.cpp', | 1775 'frame/NavigatorCPU.cpp', |
| 1777 'frame/NavigatorCPU.h', | 1776 'frame/NavigatorCPU.h', |
| 1778 'frame/NavigatorID.cpp', | 1777 'frame/NavigatorID.cpp', |
| 1779 'frame/NavigatorID.h', | 1778 'frame/NavigatorID.h', |
| (...skipping 2426 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4206 'testing/PrivateScriptTestTest.cpp', | 4205 'testing/PrivateScriptTestTest.cpp', |
| 4207 'timing/MemoryInfoTest.cpp', | 4206 'timing/MemoryInfoTest.cpp', |
| 4208 'timing/PerformanceBaseTest.cpp', | 4207 'timing/PerformanceBaseTest.cpp', |
| 4209 'timing/PerformanceObserverTest.cpp', | 4208 'timing/PerformanceObserverTest.cpp', |
| 4210 'workers/WorkerThreadTest.cpp', | 4209 'workers/WorkerThreadTest.cpp', |
| 4211 'workers/WorkerThreadTestHelper.h', | 4210 'workers/WorkerThreadTestHelper.h', |
| 4212 'xml/parser/SharedBufferReaderTest.cpp', | 4211 'xml/parser/SharedBufferReaderTest.cpp', |
| 4213 ], | 4212 ], |
| 4214 } | 4213 } |
| 4215 } | 4214 } |
| OLD | NEW |