| 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 1818 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1829 'frame/TopControls.cpp', | 1829 'frame/TopControls.cpp', |
| 1830 'frame/TopControls.h', | 1830 'frame/TopControls.h', |
| 1831 'frame/UseCounter.cpp', | 1831 'frame/UseCounter.cpp', |
| 1832 'frame/VisualViewport.cpp', | 1832 'frame/VisualViewport.cpp', |
| 1833 'frame/VisualViewport.h', | 1833 'frame/VisualViewport.h', |
| 1834 'frame/csp/CSPDirectiveList.cpp', | 1834 'frame/csp/CSPDirectiveList.cpp', |
| 1835 'frame/csp/CSPSource.cpp', | 1835 'frame/csp/CSPSource.cpp', |
| 1836 'frame/csp/CSPSourceList.cpp', | 1836 'frame/csp/CSPSourceList.cpp', |
| 1837 'frame/csp/ContentSecurityPolicy.cpp', | 1837 'frame/csp/ContentSecurityPolicy.cpp', |
| 1838 'frame/csp/MediaListDirective.cpp', | 1838 'frame/csp/MediaListDirective.cpp', |
| 1839 'frame/csp/RemoteContentSecurityPolicy.cpp', |
| 1839 'frame/csp/SourceListDirective.cpp', | 1840 'frame/csp/SourceListDirective.cpp', |
| 1840 'imagebitmap/ImageBitmapFactories.cpp', | 1841 'imagebitmap/ImageBitmapFactories.cpp', |
| 1841 'imagebitmap/ImageBitmapFactories.h', | 1842 'imagebitmap/ImageBitmapFactories.h', |
| 1842 'imagebitmap/ImageBitmapSource.cpp', | 1843 'imagebitmap/ImageBitmapSource.cpp', |
| 1843 'imagebitmap/ImageBitmapSource.h', | 1844 'imagebitmap/ImageBitmapSource.h', |
| 1844 'inspector/ConsoleMessage.cpp', | 1845 'inspector/ConsoleMessage.cpp', |
| 1845 'inspector/ConsoleMessage.h', | 1846 'inspector/ConsoleMessage.h', |
| 1846 'inspector/ConsoleMessageStorage.cpp', | 1847 'inspector/ConsoleMessageStorage.cpp', |
| 1847 'inspector/ConsoleMessageStorage.h', | 1848 'inspector/ConsoleMessageStorage.h', |
| 1848 'inspector/ConsoleTypes.h', | 1849 'inspector/ConsoleTypes.h', |
| (...skipping 2400 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4249 'testing/PrivateScriptTestTest.cpp', | 4250 'testing/PrivateScriptTestTest.cpp', |
| 4250 'timing/MemoryInfoTest.cpp', | 4251 'timing/MemoryInfoTest.cpp', |
| 4251 'timing/PerformanceBaseTest.cpp', | 4252 'timing/PerformanceBaseTest.cpp', |
| 4252 'timing/PerformanceObserverTest.cpp', | 4253 'timing/PerformanceObserverTest.cpp', |
| 4253 'workers/WorkerThreadTest.cpp', | 4254 'workers/WorkerThreadTest.cpp', |
| 4254 'workers/WorkerThreadTestHelper.h', | 4255 'workers/WorkerThreadTestHelper.h', |
| 4255 'xml/parser/SharedBufferReaderTest.cpp', | 4256 'xml/parser/SharedBufferReaderTest.cpp', |
| 4256 ], | 4257 ], |
| 4257 } | 4258 } |
| 4258 } | 4259 } |
| OLD | NEW |