| 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/Animation.idl', | 8 'animation/Animation.idl', |
| 9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
| 10 'animation/AnimationNode.idl', | 10 'animation/AnimationNode.idl', |
| (...skipping 1529 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1540 'frame/csp/CSPDirectiveList.cpp', | 1540 'frame/csp/CSPDirectiveList.cpp', |
| 1541 'frame/csp/CSPSource.cpp', | 1541 'frame/csp/CSPSource.cpp', |
| 1542 'frame/csp/CSPSourceList.cpp', | 1542 'frame/csp/CSPSourceList.cpp', |
| 1543 'frame/csp/ContentSecurityPolicy.cpp', | 1543 'frame/csp/ContentSecurityPolicy.cpp', |
| 1544 'frame/csp/MediaListDirective.cpp', | 1544 'frame/csp/MediaListDirective.cpp', |
| 1545 'frame/csp/SourceListDirective.cpp', | 1545 'frame/csp/SourceListDirective.cpp', |
| 1546 'imagebitmap/ImageBitmapFactories.cpp', | 1546 'imagebitmap/ImageBitmapFactories.cpp', |
| 1547 'imagebitmap/ImageBitmapFactories.h', | 1547 'imagebitmap/ImageBitmapFactories.h', |
| 1548 'inspector/AsyncCallChain.cpp', | 1548 'inspector/AsyncCallChain.cpp', |
| 1549 'inspector/AsyncCallChain.h', | 1549 'inspector/AsyncCallChain.h', |
| 1550 'inspector/AsyncCallChainMap.h', | |
| 1551 'inspector/AsyncCallTracker.cpp', | 1550 'inspector/AsyncCallTracker.cpp', |
| 1552 'inspector/AsyncCallTracker.h', | 1551 'inspector/AsyncCallTracker.h', |
| 1552 'inspector/AsyncOperationMap.h', |
| 1553 'inspector/BindingVisitors.h', | 1553 'inspector/BindingVisitors.h', |
| 1554 'inspector/ConsoleAPITypes.h', | 1554 'inspector/ConsoleAPITypes.h', |
| 1555 'inspector/ConsoleMessage.cpp', | 1555 'inspector/ConsoleMessage.cpp', |
| 1556 'inspector/ConsoleMessage.h', | 1556 'inspector/ConsoleMessage.h', |
| 1557 'inspector/ConsoleMessageStorage.cpp', | 1557 'inspector/ConsoleMessageStorage.cpp', |
| 1558 'inspector/ConsoleMessageStorage.h', | 1558 'inspector/ConsoleMessageStorage.h', |
| 1559 'inspector/ContentSearchUtils.cpp', | 1559 'inspector/ContentSearchUtils.cpp', |
| 1560 'inspector/ContentSearchUtils.h', | 1560 'inspector/ContentSearchUtils.h', |
| 1561 'inspector/DOMEditor.cpp', | 1561 'inspector/DOMEditor.cpp', |
| 1562 'inspector/DOMEditor.h', | 1562 'inspector/DOMEditor.h', |
| (...skipping 2241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3804 'rendering/RenderingTestHelper.h', | 3804 'rendering/RenderingTestHelper.h', |
| 3805 'streams/ExclusiveStreamReaderTest.cpp', | 3805 'streams/ExclusiveStreamReaderTest.cpp', |
| 3806 'streams/ReadableStreamTest.cpp', | 3806 'streams/ReadableStreamTest.cpp', |
| 3807 'testing/PrivateScriptTestTest.cpp', | 3807 'testing/PrivateScriptTestTest.cpp', |
| 3808 'testing/UnitTestHelpers.cpp', | 3808 'testing/UnitTestHelpers.cpp', |
| 3809 'testing/UnitTestHelpers.h', | 3809 'testing/UnitTestHelpers.h', |
| 3810 'xml/parser/SharedBufferReaderTest.cpp', | 3810 'xml/parser/SharedBufferReaderTest.cpp', |
| 3811 ], | 3811 ], |
| 3812 } | 3812 } |
| 3813 } | 3813 } |
| OLD | NEW |