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 1802 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1813 'frame/TopControls.cpp', | 1813 'frame/TopControls.cpp', |
1814 'frame/TopControls.h', | 1814 'frame/TopControls.h', |
1815 'frame/UseCounter.cpp', | 1815 'frame/UseCounter.cpp', |
1816 'frame/VisualViewport.cpp', | 1816 'frame/VisualViewport.cpp', |
1817 'frame/VisualViewport.h', | 1817 'frame/VisualViewport.h', |
1818 'frame/csp/CSPDirectiveList.cpp', | 1818 'frame/csp/CSPDirectiveList.cpp', |
1819 'frame/csp/CSPSource.cpp', | 1819 'frame/csp/CSPSource.cpp', |
1820 'frame/csp/CSPSourceList.cpp', | 1820 'frame/csp/CSPSourceList.cpp', |
1821 'frame/csp/ContentSecurityPolicy.cpp', | 1821 'frame/csp/ContentSecurityPolicy.cpp', |
1822 'frame/csp/MediaListDirective.cpp', | 1822 'frame/csp/MediaListDirective.cpp', |
| 1823 'frame/csp/RemoteContentSecurityPolicy.cpp', |
1823 'frame/csp/SourceListDirective.cpp', | 1824 'frame/csp/SourceListDirective.cpp', |
1824 'imagebitmap/ImageBitmapFactories.cpp', | 1825 'imagebitmap/ImageBitmapFactories.cpp', |
1825 'imagebitmap/ImageBitmapFactories.h', | 1826 'imagebitmap/ImageBitmapFactories.h', |
1826 'imagebitmap/ImageBitmapSource.cpp', | 1827 'imagebitmap/ImageBitmapSource.cpp', |
1827 'imagebitmap/ImageBitmapSource.h', | 1828 'imagebitmap/ImageBitmapSource.h', |
1828 'inspector/ConsoleMessage.cpp', | 1829 'inspector/ConsoleMessage.cpp', |
1829 'inspector/ConsoleMessage.h', | 1830 'inspector/ConsoleMessage.h', |
1830 'inspector/ConsoleMessageStorage.cpp', | 1831 'inspector/ConsoleMessageStorage.cpp', |
1831 'inspector/ConsoleMessageStorage.h', | 1832 'inspector/ConsoleMessageStorage.h', |
1832 'inspector/ConsoleTypes.h', | 1833 'inspector/ConsoleTypes.h', |
(...skipping 2403 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4236 'testing/PrivateScriptTestTest.cpp', | 4237 'testing/PrivateScriptTestTest.cpp', |
4237 'timing/MemoryInfoTest.cpp', | 4238 'timing/MemoryInfoTest.cpp', |
4238 'timing/PerformanceBaseTest.cpp', | 4239 'timing/PerformanceBaseTest.cpp', |
4239 'timing/PerformanceObserverTest.cpp', | 4240 'timing/PerformanceObserverTest.cpp', |
4240 'workers/WorkerThreadTest.cpp', | 4241 'workers/WorkerThreadTest.cpp', |
4241 'workers/WorkerThreadTestHelper.h', | 4242 'workers/WorkerThreadTestHelper.h', |
4242 'xml/parser/SharedBufferReaderTest.cpp', | 4243 'xml/parser/SharedBufferReaderTest.cpp', |
4243 ], | 4244 ], |
4244 } | 4245 } |
4245 } | 4246 } |
OLD | NEW |