| 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 1523 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1534 'frame/SettingsDelegate.cpp', | 1534 'frame/SettingsDelegate.cpp', |
| 1535 'frame/SettingsDelegate.h', | 1535 'frame/SettingsDelegate.h', |
| 1536 'frame/SmartClip.cpp', | 1536 'frame/SmartClip.cpp', |
| 1537 'frame/SmartClip.h', | 1537 'frame/SmartClip.h', |
| 1538 'frame/SubresourceIntegrity.cpp', | 1538 'frame/SubresourceIntegrity.cpp', |
| 1539 'frame/SubresourceIntegrity.h', | 1539 'frame/SubresourceIntegrity.h', |
| 1540 'frame/SuspendableTimer.cpp', | 1540 'frame/SuspendableTimer.cpp', |
| 1541 'frame/SuspendableTimer.h', | 1541 'frame/SuspendableTimer.h', |
| 1542 'frame/TopControls.cpp', | 1542 'frame/TopControls.cpp', |
| 1543 'frame/TopControls.h', | 1543 'frame/TopControls.h', |
| 1544 'frame/UseByOriginCounter.cpp', |
| 1544 'frame/UseCounter.cpp', | 1545 'frame/UseCounter.cpp', |
| 1545 'frame/csp/CSPDirectiveList.cpp', | 1546 'frame/csp/CSPDirectiveList.cpp', |
| 1546 'frame/csp/CSPSource.cpp', | 1547 'frame/csp/CSPSource.cpp', |
| 1547 'frame/csp/CSPSourceList.cpp', | 1548 'frame/csp/CSPSourceList.cpp', |
| 1548 'frame/csp/ContentSecurityPolicy.cpp', | 1549 'frame/csp/ContentSecurityPolicy.cpp', |
| 1549 'frame/csp/MediaListDirective.cpp', | 1550 'frame/csp/MediaListDirective.cpp', |
| 1550 'frame/csp/SourceListDirective.cpp', | 1551 'frame/csp/SourceListDirective.cpp', |
| 1551 'imagebitmap/ImageBitmapFactories.cpp', | 1552 'imagebitmap/ImageBitmapFactories.cpp', |
| 1552 'imagebitmap/ImageBitmapFactories.h', | 1553 'imagebitmap/ImageBitmapFactories.h', |
| 1553 'inspector/AsyncCallChain.cpp', | 1554 'inspector/AsyncCallChain.cpp', |
| (...skipping 2263 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 3817 'paint/ViewDisplayListTest.cpp', | 3818 'paint/ViewDisplayListTest.cpp', |
| 3818 'streams/ExclusiveStreamReaderTest.cpp', | 3819 'streams/ExclusiveStreamReaderTest.cpp', |
| 3819 'streams/ReadableStreamTest.cpp', | 3820 'streams/ReadableStreamTest.cpp', |
| 3820 'testing/PrivateScriptTestTest.cpp', | 3821 'testing/PrivateScriptTestTest.cpp', |
| 3821 'testing/UnitTestHelpers.cpp', | 3822 'testing/UnitTestHelpers.cpp', |
| 3822 'testing/UnitTestHelpers.h', | 3823 'testing/UnitTestHelpers.h', |
| 3823 'xml/parser/SharedBufferReaderTest.cpp', | 3824 'xml/parser/SharedBufferReaderTest.cpp', |
| 3824 ], | 3825 ], |
| 3825 } | 3826 } |
| 3826 } | 3827 } |
| OLD | NEW |