OLD | NEW |
1 { | 1 { |
2 'variables': { | 2 'variables': { |
3 # Files for which bindings (.cpp and .h files) will be generated | 3 # Files for which bindings (.cpp and .h files) will be generated |
4 'core_idl_files': [ | 4 'core_idl_files': [ |
5 'animation/Animation.idl', | 5 'animation/Animation.idl', |
6 'animation/Player.idl', | 6 'animation/Player.idl', |
7 'animation/TimedItem.idl', | 7 'animation/TimedItem.idl', |
8 'animation/Timeline.idl', | 8 'animation/Timeline.idl', |
9 'animation/Timing.idl', | 9 'animation/Timing.idl', |
10 'clipboard/DataTransfer.idl', | 10 'clipboard/DataTransfer.idl', |
(...skipping 1026 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1037 'fileapi/FileReaderSync.cpp', | 1037 'fileapi/FileReaderSync.cpp', |
1038 'fileapi/FileReaderSync.h', | 1038 'fileapi/FileReaderSync.h', |
1039 'fileapi/Stream.cpp', | 1039 'fileapi/Stream.cpp', |
1040 'fileapi/Stream.h', | 1040 'fileapi/Stream.h', |
1041 'frame/BarProp.cpp', | 1041 'frame/BarProp.cpp', |
1042 'frame/BarProp.h', | 1042 'frame/BarProp.h', |
1043 'frame/Console.cpp', | 1043 'frame/Console.cpp', |
1044 'frame/Console.h', | 1044 'frame/Console.h', |
1045 'frame/ConsoleBase.cpp', | 1045 'frame/ConsoleBase.cpp', |
1046 'frame/ConsoleBase.h', | 1046 'frame/ConsoleBase.h', |
1047 'frame/ContentSecurityPolicy.cpp', | |
1048 'frame/DOMPoint.h', | 1047 'frame/DOMPoint.h', |
1049 'frame/DOMTimer.cpp', | 1048 'frame/DOMTimer.cpp', |
1050 'frame/DOMTimer.h', | 1049 'frame/DOMTimer.h', |
1051 'frame/DOMWindow.cpp', | 1050 'frame/DOMWindow.cpp', |
1052 'frame/DOMWindow.h', | 1051 'frame/DOMWindow.h', |
1053 'frame/DOMWindowBase64.cpp', | 1052 'frame/DOMWindowBase64.cpp', |
1054 'frame/DOMWindowBase64.h', | 1053 'frame/DOMWindowBase64.h', |
1055 'frame/DOMWindowEventHandlers.h', | 1054 'frame/DOMWindowEventHandlers.h', |
1056 'frame/DOMWindowLifecycleNotifier.cpp', | 1055 'frame/DOMWindowLifecycleNotifier.cpp', |
1057 'frame/DOMWindowLifecycleNotifier.h', | 1056 'frame/DOMWindowLifecycleNotifier.h', |
(...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1093 'frame/Screen.h', | 1092 'frame/Screen.h', |
1094 'frame/Settings.cpp', | 1093 'frame/Settings.cpp', |
1095 'frame/SettingsDelegate.cpp', | 1094 'frame/SettingsDelegate.cpp', |
1096 'frame/SettingsDelegate.h', | 1095 'frame/SettingsDelegate.h', |
1097 'frame/SuspendableTimer.cpp', | 1096 'frame/SuspendableTimer.cpp', |
1098 'frame/SuspendableTimer.h', | 1097 'frame/SuspendableTimer.h', |
1099 'frame/UseCounter.cpp', | 1098 'frame/UseCounter.cpp', |
1100 'frame/csp/CSPDirectiveList.cpp', | 1099 'frame/csp/CSPDirectiveList.cpp', |
1101 'frame/csp/CSPSource.cpp', | 1100 'frame/csp/CSPSource.cpp', |
1102 'frame/csp/CSPSourceList.cpp', | 1101 'frame/csp/CSPSourceList.cpp', |
| 1102 'frame/csp/ContentSecurityPolicy.cpp', |
1103 'frame/csp/MediaListDirective.cpp', | 1103 'frame/csp/MediaListDirective.cpp', |
1104 'frame/csp/SourceListDirective.cpp', | 1104 'frame/csp/SourceListDirective.cpp', |
1105 'inspector/AsyncCallStackTracker.cpp', | 1105 'inspector/AsyncCallStackTracker.cpp', |
1106 'inspector/AsyncCallStackTracker.h', | 1106 'inspector/AsyncCallStackTracker.h', |
1107 'inspector/BindingVisitors.h', | 1107 'inspector/BindingVisitors.h', |
1108 'inspector/ConsoleAPITypes.h', | 1108 'inspector/ConsoleAPITypes.h', |
1109 'inspector/ConsoleMessage.cpp', | 1109 'inspector/ConsoleMessage.cpp', |
1110 'inspector/ConsoleMessage.h', | 1110 'inspector/ConsoleMessage.h', |
1111 'inspector/ContentSearchUtils.cpp', | 1111 'inspector/ContentSearchUtils.cpp', |
1112 'inspector/ContentSearchUtils.h', | 1112 'inspector/ContentSearchUtils.h', |
(...skipping 2181 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3294 'html/parser/HTMLParserThreadTest.cpp', | 3294 'html/parser/HTMLParserThreadTest.cpp', |
3295 'html/track/vtt/BufferedLineReaderTest.cpp', | 3295 'html/track/vtt/BufferedLineReaderTest.cpp', |
3296 'html/track/vtt/VTTScannerTest.cpp', | 3296 'html/track/vtt/VTTScannerTest.cpp', |
3297 'rendering/RenderOverflowTest.cpp', | 3297 'rendering/RenderOverflowTest.cpp', |
3298 'rendering/shapes/BoxShapeTest.cpp', | 3298 'rendering/shapes/BoxShapeTest.cpp', |
3299 'testing/UnitTestHelpers.cpp', | 3299 'testing/UnitTestHelpers.cpp', |
3300 'testing/UnitTestHelpers.h', | 3300 'testing/UnitTestHelpers.h', |
3301 ], | 3301 ], |
3302 } | 3302 } |
3303 } | 3303 } |
OLD | NEW |