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 1528 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1539 'frame/SettingsDelegate.cpp', | 1539 'frame/SettingsDelegate.cpp', |
1540 'frame/SettingsDelegate.h', | 1540 'frame/SettingsDelegate.h', |
1541 'frame/SmartClip.cpp', | 1541 'frame/SmartClip.cpp', |
1542 'frame/SmartClip.h', | 1542 'frame/SmartClip.h', |
1543 'frame/SubresourceIntegrity.cpp', | 1543 'frame/SubresourceIntegrity.cpp', |
1544 'frame/SubresourceIntegrity.h', | 1544 'frame/SubresourceIntegrity.h', |
1545 'frame/SuspendableTimer.cpp', | 1545 'frame/SuspendableTimer.cpp', |
1546 'frame/SuspendableTimer.h', | 1546 'frame/SuspendableTimer.h', |
1547 'frame/TopControls.cpp', | 1547 'frame/TopControls.cpp', |
1548 'frame/TopControls.h', | 1548 'frame/TopControls.h', |
| 1549 'frame/UseByOriginCounter.cpp', |
1549 'frame/UseCounter.cpp', | 1550 'frame/UseCounter.cpp', |
1550 'frame/csp/CSPDirectiveList.cpp', | 1551 'frame/csp/CSPDirectiveList.cpp', |
1551 'frame/csp/CSPSource.cpp', | 1552 'frame/csp/CSPSource.cpp', |
1552 'frame/csp/CSPSourceList.cpp', | 1553 'frame/csp/CSPSourceList.cpp', |
1553 'frame/csp/ContentSecurityPolicy.cpp', | 1554 'frame/csp/ContentSecurityPolicy.cpp', |
1554 'frame/csp/MediaListDirective.cpp', | 1555 'frame/csp/MediaListDirective.cpp', |
1555 'frame/csp/SourceListDirective.cpp', | 1556 'frame/csp/SourceListDirective.cpp', |
1556 'imagebitmap/ImageBitmapFactories.cpp', | 1557 'imagebitmap/ImageBitmapFactories.cpp', |
1557 'imagebitmap/ImageBitmapFactories.h', | 1558 'imagebitmap/ImageBitmapFactories.h', |
1558 'inspector/AsyncCallChain.cpp', | 1559 'inspector/AsyncCallChain.cpp', |
(...skipping 2273 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3832 'paint/ViewDisplayListTest.cpp', | 3833 'paint/ViewDisplayListTest.cpp', |
3833 'streams/ExclusiveStreamReaderTest.cpp', | 3834 'streams/ExclusiveStreamReaderTest.cpp', |
3834 'streams/ReadableStreamTest.cpp', | 3835 'streams/ReadableStreamTest.cpp', |
3835 'testing/PrivateScriptTestTest.cpp', | 3836 'testing/PrivateScriptTestTest.cpp', |
3836 'testing/UnitTestHelpers.cpp', | 3837 'testing/UnitTestHelpers.cpp', |
3837 'testing/UnitTestHelpers.h', | 3838 'testing/UnitTestHelpers.h', |
3838 'xml/parser/SharedBufferReaderTest.cpp', | 3839 'xml/parser/SharedBufferReaderTest.cpp', |
3839 ], | 3840 ], |
3840 } | 3841 } |
3841 } | 3842 } |
OLD | NEW |