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 1782 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1793 'frame/RemoteDOMWindow.h', | 1793 'frame/RemoteDOMWindow.h', |
1794 'frame/RemoteFrame.cpp', | 1794 'frame/RemoteFrame.cpp', |
1795 'frame/RemoteFrame.h', | 1795 'frame/RemoteFrame.h', |
1796 'frame/RemoteFrameClient.h', | 1796 'frame/RemoteFrameClient.h', |
1797 'frame/RemoteFrameView.cpp', | 1797 'frame/RemoteFrameView.cpp', |
1798 'frame/RemoteFrameView.h', | 1798 'frame/RemoteFrameView.h', |
1799 'frame/RootFrameViewport.cpp', | 1799 'frame/RootFrameViewport.cpp', |
1800 'frame/RootFrameViewport.h', | 1800 'frame/RootFrameViewport.h', |
1801 'frame/Screen.cpp', | 1801 'frame/Screen.cpp', |
1802 'frame/Screen.h', | 1802 'frame/Screen.h', |
| 1803 'frame/ScrollAndScaleEmulator.cpp', |
| 1804 'frame/ScrollAndScaleEmulator.h', |
1803 'frame/Settings.cpp', | 1805 'frame/Settings.cpp', |
1804 'frame/SettingsDelegate.cpp', | 1806 'frame/SettingsDelegate.cpp', |
1805 'frame/SettingsDelegate.h', | 1807 'frame/SettingsDelegate.h', |
1806 'frame/SmartClip.cpp', | 1808 'frame/SmartClip.cpp', |
1807 'frame/SmartClip.h', | 1809 'frame/SmartClip.h', |
1808 'frame/SubresourceIntegrity.cpp', | 1810 'frame/SubresourceIntegrity.cpp', |
1809 'frame/SubresourceIntegrity.h', | 1811 'frame/SubresourceIntegrity.h', |
1810 'frame/SuspendableTimer.cpp', | 1812 'frame/SuspendableTimer.cpp', |
1811 'frame/SuspendableTimer.h', | 1813 'frame/SuspendableTimer.h', |
1812 'frame/TopControls.cpp', | 1814 'frame/TopControls.cpp', |
(...skipping 2410 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4223 'testing/PrivateScriptTestTest.cpp', | 4225 'testing/PrivateScriptTestTest.cpp', |
4224 'timing/MemoryInfoTest.cpp', | 4226 'timing/MemoryInfoTest.cpp', |
4225 'timing/PerformanceBaseTest.cpp', | 4227 'timing/PerformanceBaseTest.cpp', |
4226 'timing/PerformanceObserverTest.cpp', | 4228 'timing/PerformanceObserverTest.cpp', |
4227 'workers/WorkerThreadTest.cpp', | 4229 'workers/WorkerThreadTest.cpp', |
4228 'workers/WorkerThreadTestHelper.h', | 4230 'workers/WorkerThreadTestHelper.h', |
4229 'xml/parser/SharedBufferReaderTest.cpp', | 4231 'xml/parser/SharedBufferReaderTest.cpp', |
4230 ], | 4232 ], |
4231 } | 4233 } |
4232 } | 4234 } |
OLD | NEW |