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 1516 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1527 'frame/Screen.h', | 1527 'frame/Screen.h', |
1528 'frame/Settings.cpp', | 1528 'frame/Settings.cpp', |
1529 'frame/SettingsDelegate.cpp', | 1529 'frame/SettingsDelegate.cpp', |
1530 'frame/SettingsDelegate.h', | 1530 'frame/SettingsDelegate.h', |
1531 'frame/SmartClip.cpp', | 1531 'frame/SmartClip.cpp', |
1532 'frame/SmartClip.h', | 1532 'frame/SmartClip.h', |
1533 'frame/SubresourceIntegrity.cpp', | 1533 'frame/SubresourceIntegrity.cpp', |
1534 'frame/SubresourceIntegrity.h', | 1534 'frame/SubresourceIntegrity.h', |
1535 'frame/SuspendableTimer.cpp', | 1535 'frame/SuspendableTimer.cpp', |
1536 'frame/SuspendableTimer.h', | 1536 'frame/SuspendableTimer.h', |
| 1537 'frame/TopControls.cpp', |
| 1538 'frame/TopControls.h', |
1537 'frame/UseCounter.cpp', | 1539 'frame/UseCounter.cpp', |
1538 'frame/csp/CSPDirectiveList.cpp', | 1540 'frame/csp/CSPDirectiveList.cpp', |
1539 'frame/csp/CSPSource.cpp', | 1541 'frame/csp/CSPSource.cpp', |
1540 'frame/csp/CSPSourceList.cpp', | 1542 'frame/csp/CSPSourceList.cpp', |
1541 'frame/csp/ContentSecurityPolicy.cpp', | 1543 'frame/csp/ContentSecurityPolicy.cpp', |
1542 'frame/csp/MediaListDirective.cpp', | 1544 'frame/csp/MediaListDirective.cpp', |
1543 'frame/csp/SourceListDirective.cpp', | 1545 'frame/csp/SourceListDirective.cpp', |
1544 'imagebitmap/ImageBitmapFactories.cpp', | 1546 'imagebitmap/ImageBitmapFactories.cpp', |
1545 'imagebitmap/ImageBitmapFactories.h', | 1547 'imagebitmap/ImageBitmapFactories.h', |
1546 'inspector/AsyncCallChain.cpp', | 1548 'inspector/AsyncCallChain.cpp', |
(...skipping 2254 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3801 'rendering/RenderingTestHelper.h', | 3803 'rendering/RenderingTestHelper.h', |
3802 'streams/ExclusiveStreamReaderTest.cpp', | 3804 'streams/ExclusiveStreamReaderTest.cpp', |
3803 'streams/ReadableStreamTest.cpp', | 3805 'streams/ReadableStreamTest.cpp', |
3804 'testing/PrivateScriptTestTest.cpp', | 3806 'testing/PrivateScriptTestTest.cpp', |
3805 'testing/UnitTestHelpers.cpp', | 3807 'testing/UnitTestHelpers.cpp', |
3806 'testing/UnitTestHelpers.h', | 3808 'testing/UnitTestHelpers.h', |
3807 'xml/parser/SharedBufferReaderTest.cpp', | 3809 'xml/parser/SharedBufferReaderTest.cpp', |
3808 ], | 3810 ], |
3809 } | 3811 } |
3810 } | 3812 } |
OLD | NEW |