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/AnimationPlayer.idl', | 6 'animation/AnimationPlayer.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 1256 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1267 'inspector/InspectorState.h', | 1267 'inspector/InspectorState.h', |
1268 'inspector/InspectorStateClient.h', | 1268 'inspector/InspectorStateClient.h', |
1269 'inspector/InspectorStyleSheet.cpp', | 1269 'inspector/InspectorStyleSheet.cpp', |
1270 'inspector/InspectorStyleSheet.h', | 1270 'inspector/InspectorStyleSheet.h', |
1271 'inspector/InspectorStyleTextEditor.cpp', | 1271 'inspector/InspectorStyleTextEditor.cpp', |
1272 'inspector/InspectorStyleTextEditor.h', | 1272 'inspector/InspectorStyleTextEditor.h', |
1273 'inspector/InspectorTimelineAgent.cpp', | 1273 'inspector/InspectorTimelineAgent.cpp', |
1274 'inspector/InspectorTimelineAgent.h', | 1274 'inspector/InspectorTimelineAgent.h', |
1275 'inspector/InspectorTraceEvents.cpp', | 1275 'inspector/InspectorTraceEvents.cpp', |
1276 'inspector/InspectorTraceEvents.h', | 1276 'inspector/InspectorTraceEvents.h', |
| 1277 'inspector/InspectorTracingAgent.cpp', |
| 1278 'inspector/InspectorTracingAgent.h', |
1277 'inspector/InspectorWorkerAgent.cpp', | 1279 'inspector/InspectorWorkerAgent.cpp', |
1278 'inspector/InspectorWorkerAgent.h', | 1280 'inspector/InspectorWorkerAgent.h', |
1279 'inspector/InstrumentingAgents.h', | 1281 'inspector/InstrumentingAgents.h', |
1280 'inspector/JSONParser.cpp', | 1282 'inspector/JSONParser.cpp', |
1281 'inspector/JSONParser.h', | 1283 'inspector/JSONParser.h', |
1282 'inspector/JavaScriptCallFrame.cpp', | 1284 'inspector/JavaScriptCallFrame.cpp', |
1283 'inspector/JavaScriptCallFrame.h', | 1285 'inspector/JavaScriptCallFrame.h', |
1284 'inspector/NetworkResourcesData.cpp', | 1286 'inspector/NetworkResourcesData.cpp', |
1285 'inspector/NetworkResourcesData.h', | 1287 'inspector/NetworkResourcesData.h', |
1286 'inspector/PageConsoleAgent.cpp', | 1288 'inspector/PageConsoleAgent.cpp', |
(...skipping 2102 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3389 'html/track/vtt/VTTScannerTest.cpp', | 3391 'html/track/vtt/VTTScannerTest.cpp', |
3390 'loader/MixedContentCheckerTest.cpp', | 3392 'loader/MixedContentCheckerTest.cpp', |
3391 'rendering/RenderOverflowTest.cpp', | 3393 'rendering/RenderOverflowTest.cpp', |
3392 'rendering/shapes/BoxShapeTest.cpp', | 3394 'rendering/shapes/BoxShapeTest.cpp', |
3393 'testing/UnitTestHelpers.cpp', | 3395 'testing/UnitTestHelpers.cpp', |
3394 'testing/UnitTestHelpers.h', | 3396 'testing/UnitTestHelpers.h', |
3395 'xml/parser/SharedBufferReaderTest.cpp', | 3397 'xml/parser/SharedBufferReaderTest.cpp', |
3396 ], | 3398 ], |
3397 } | 3399 } |
3398 } | 3400 } |
OLD | NEW |