| 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 1627 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1638 'frame/VisualViewport.cpp', | 1638 'frame/VisualViewport.cpp', |
| 1639 'frame/VisualViewport.h', | 1639 'frame/VisualViewport.h', |
| 1640 'frame/csp/CSPDirectiveList.cpp', | 1640 'frame/csp/CSPDirectiveList.cpp', |
| 1641 'frame/csp/CSPSource.cpp', | 1641 'frame/csp/CSPSource.cpp', |
| 1642 'frame/csp/CSPSourceList.cpp', | 1642 'frame/csp/CSPSourceList.cpp', |
| 1643 'frame/csp/ContentSecurityPolicy.cpp', | 1643 'frame/csp/ContentSecurityPolicy.cpp', |
| 1644 'frame/csp/MediaListDirective.cpp', | 1644 'frame/csp/MediaListDirective.cpp', |
| 1645 'frame/csp/SourceListDirective.cpp', | 1645 'frame/csp/SourceListDirective.cpp', |
| 1646 'imagebitmap/ImageBitmapFactories.cpp', | 1646 'imagebitmap/ImageBitmapFactories.cpp', |
| 1647 'imagebitmap/ImageBitmapFactories.h', | 1647 'imagebitmap/ImageBitmapFactories.h', |
| 1648 'imagebitmap/ImageBitmapSource.cpp', |
| 1649 'imagebitmap/ImageBitmapSource.h', |
| 1648 'inspector/AsyncCallChain.cpp', | 1650 'inspector/AsyncCallChain.cpp', |
| 1649 'inspector/AsyncCallChain.h', | 1651 'inspector/AsyncCallChain.h', |
| 1650 'inspector/AsyncCallTracker.cpp', | 1652 'inspector/AsyncCallTracker.cpp', |
| 1651 'inspector/AsyncCallTracker.h', | 1653 'inspector/AsyncCallTracker.h', |
| 1652 'inspector/AsyncOperationMap.h', | 1654 'inspector/AsyncOperationMap.h', |
| 1653 'inspector/ConsoleAPITypes.h', | 1655 'inspector/ConsoleAPITypes.h', |
| 1654 'inspector/ConsoleMessage.cpp', | 1656 'inspector/ConsoleMessage.cpp', |
| 1655 'inspector/ConsoleMessage.h', | 1657 'inspector/ConsoleMessage.h', |
| 1656 'inspector/ConsoleMessageStorage.cpp', | 1658 'inspector/ConsoleMessageStorage.cpp', |
| 1657 'inspector/ConsoleMessageStorage.h', | 1659 'inspector/ConsoleMessageStorage.h', |
| (...skipping 2275 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3933 'style/SVGComputedStyleTest.cpp', | 3935 'style/SVGComputedStyleTest.cpp', |
| 3934 'svg/SVGPathParserTest.cpp', | 3936 'svg/SVGPathParserTest.cpp', |
| 3935 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 3937 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 3936 'testing/PrivateScriptTestTest.cpp', | 3938 'testing/PrivateScriptTestTest.cpp', |
| 3937 'timing/MemoryInfoTest.cpp', | 3939 'timing/MemoryInfoTest.cpp', |
| 3938 'workers/WorkerThreadTest.cpp', | 3940 'workers/WorkerThreadTest.cpp', |
| 3939 'xml/parser/SharedBufferReaderTest.cpp', | 3941 'xml/parser/SharedBufferReaderTest.cpp', |
| 3940 ], | 3942 ], |
| 3941 } | 3943 } |
| 3942 } | 3944 } |
| OLD | NEW |