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