| 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 1763 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1774 'frame/csp/CSPDirectiveList.cpp', | 1774 'frame/csp/CSPDirectiveList.cpp', |
| 1775 'frame/csp/CSPSource.cpp', | 1775 'frame/csp/CSPSource.cpp', |
| 1776 'frame/csp/CSPSourceList.cpp', | 1776 'frame/csp/CSPSourceList.cpp', |
| 1777 'frame/csp/ContentSecurityPolicy.cpp', | 1777 'frame/csp/ContentSecurityPolicy.cpp', |
| 1778 'frame/csp/MediaListDirective.cpp', | 1778 'frame/csp/MediaListDirective.cpp', |
| 1779 'frame/csp/SourceListDirective.cpp', | 1779 'frame/csp/SourceListDirective.cpp', |
| 1780 'imagebitmap/ImageBitmapFactories.cpp', | 1780 'imagebitmap/ImageBitmapFactories.cpp', |
| 1781 'imagebitmap/ImageBitmapFactories.h', | 1781 'imagebitmap/ImageBitmapFactories.h', |
| 1782 'imagebitmap/ImageBitmapSource.cpp', | 1782 'imagebitmap/ImageBitmapSource.cpp', |
| 1783 'imagebitmap/ImageBitmapSource.h', | 1783 'imagebitmap/ImageBitmapSource.h', |
| 1784 'inspector/AsyncCallTracker.cpp', | |
| 1785 'inspector/AsyncCallTracker.h', | |
| 1786 'inspector/AsyncOperationMap.h', | 1784 'inspector/AsyncOperationMap.h', |
| 1787 'inspector/ConsoleAPITypes.h', | 1785 'inspector/ConsoleAPITypes.h', |
| 1788 'inspector/ConsoleMessage.cpp', | 1786 'inspector/ConsoleMessage.cpp', |
| 1789 'inspector/ConsoleMessage.h', | 1787 'inspector/ConsoleMessage.h', |
| 1790 'inspector/ConsoleMessageStorage.cpp', | 1788 'inspector/ConsoleMessageStorage.cpp', |
| 1791 'inspector/ConsoleMessageStorage.h', | 1789 'inspector/ConsoleMessageStorage.h', |
| 1792 'inspector/DOMEditor.cpp', | 1790 'inspector/DOMEditor.cpp', |
| 1793 'inspector/DOMEditor.h', | 1791 'inspector/DOMEditor.h', |
| 1794 'inspector/DOMPatchSupport.cpp', | 1792 'inspector/DOMPatchSupport.cpp', |
| 1795 'inspector/DOMPatchSupport.h', | 1793 'inspector/DOMPatchSupport.h', |
| (...skipping 2292 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 4088 'svg/SVGPathParserTest.cpp', | 4086 'svg/SVGPathParserTest.cpp', |
| 4089 'svg/UnsafeSVGAttributeSanitizationTest.cpp', | 4087 'svg/UnsafeSVGAttributeSanitizationTest.cpp', |
| 4090 'testing/PrivateScriptTestTest.cpp', | 4088 'testing/PrivateScriptTestTest.cpp', |
| 4091 'timing/MemoryInfoTest.cpp', | 4089 'timing/MemoryInfoTest.cpp', |
| 4092 'workers/WorkerThreadTest.cpp', | 4090 'workers/WorkerThreadTest.cpp', |
| 4093 'workers/WorkerThreadTestHelper.h', | 4091 'workers/WorkerThreadTestHelper.h', |
| 4094 'xml/parser/SharedBufferReaderTest.cpp', | 4092 'xml/parser/SharedBufferReaderTest.cpp', |
| 4095 ], | 4093 ], |
| 4096 } | 4094 } |
| 4097 } | 4095 } |
| OLD | NEW |