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 'clipboard/Clipboard.idl', | 8 'clipboard/Clipboard.idl', |
9 'clipboard/DataTransferItem.idl', | 9 'clipboard/DataTransferItem.idl', |
10 'clipboard/DataTransferItemList.idl', | 10 'clipboard/DataTransferItemList.idl', |
(...skipping 1135 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1146 'inspector/InspectorConsoleAgent.h', | 1146 'inspector/InspectorConsoleAgent.h', |
1147 'inspector/InspectorConsoleInstrumentation.h', | 1147 'inspector/InspectorConsoleInstrumentation.h', |
1148 'inspector/InspectorController.cpp', | 1148 'inspector/InspectorController.cpp', |
1149 'inspector/InspectorCounters.cpp', | 1149 'inspector/InspectorCounters.cpp', |
1150 'inspector/InspectorCounters.h', | 1150 'inspector/InspectorCounters.h', |
1151 'inspector/InspectorDOMAgent.cpp', | 1151 'inspector/InspectorDOMAgent.cpp', |
1152 'inspector/InspectorDOMDebuggerAgent.cpp', | 1152 'inspector/InspectorDOMDebuggerAgent.cpp', |
1153 'inspector/InspectorDOMDebuggerAgent.h', | 1153 'inspector/InspectorDOMDebuggerAgent.h', |
1154 'inspector/InspectorDOMStorageAgent.cpp', | 1154 'inspector/InspectorDOMStorageAgent.cpp', |
1155 'inspector/InspectorDOMStorageAgent.h', | 1155 'inspector/InspectorDOMStorageAgent.h', |
1156 'inspector/InspectorDatabaseAgent.cpp', | |
1157 'inspector/InspectorDatabaseAgent.h', | |
1158 'inspector/InspectorDatabaseInstrumentation.h', | |
1159 'inspector/InspectorDatabaseResource.cpp', | |
1160 'inspector/InspectorDatabaseResource.h', | |
1161 'inspector/InspectorDebuggerAgent.cpp', | 1156 'inspector/InspectorDebuggerAgent.cpp', |
1162 'inspector/InspectorDebuggerAgent.h', | 1157 'inspector/InspectorDebuggerAgent.h', |
1163 'inspector/InspectorFrontendChannel.h', | 1158 'inspector/InspectorFrontendChannel.h', |
1164 'inspector/InspectorFrontendHost.cpp', | 1159 'inspector/InspectorFrontendHost.cpp', |
1165 'inspector/InspectorFrontendHost.h', | 1160 'inspector/InspectorFrontendHost.h', |
1166 'inspector/InspectorHeapProfilerAgent.cpp', | 1161 'inspector/InspectorHeapProfilerAgent.cpp', |
1167 'inspector/InspectorHeapProfilerAgent.h', | 1162 'inspector/InspectorHeapProfilerAgent.h', |
1168 'inspector/InspectorHistory.cpp', | 1163 'inspector/InspectorHistory.cpp', |
1169 'inspector/InspectorHistory.h', | 1164 'inspector/InspectorHistory.h', |
1170 'inspector/InspectorInputAgent.cpp', | 1165 'inspector/InspectorInputAgent.cpp', |
(...skipping 2111 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3282 'html/parser/HTMLParserThreadTest.cpp', | 3277 'html/parser/HTMLParserThreadTest.cpp', |
3283 'html/track/vtt/BufferedLineReaderTest.cpp', | 3278 'html/track/vtt/BufferedLineReaderTest.cpp', |
3284 'html/track/vtt/VTTScannerTest.cpp', | 3279 'html/track/vtt/VTTScannerTest.cpp', |
3285 'rendering/RenderOverflowTest.cpp', | 3280 'rendering/RenderOverflowTest.cpp', |
3286 'rendering/shapes/BoxShapeTest.cpp', | 3281 'rendering/shapes/BoxShapeTest.cpp', |
3287 'testing/UnitTestHelpers.cpp', | 3282 'testing/UnitTestHelpers.cpp', |
3288 'testing/UnitTestHelpers.h', | 3283 'testing/UnitTestHelpers.h', |
3289 ], | 3284 ], |
3290 } | 3285 } |
3291 } | 3286 } |
OLD | NEW |