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 1252 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1263 'inspector/InspectorRuntimeAgent.h', | 1263 'inspector/InspectorRuntimeAgent.h', |
1264 'inspector/InspectorState.cpp', | 1264 'inspector/InspectorState.cpp', |
1265 'inspector/InspectorState.h', | 1265 'inspector/InspectorState.h', |
1266 'inspector/InspectorStateClient.h', | 1266 'inspector/InspectorStateClient.h', |
1267 'inspector/InspectorStyleSheet.cpp', | 1267 'inspector/InspectorStyleSheet.cpp', |
1268 'inspector/InspectorStyleSheet.h', | 1268 'inspector/InspectorStyleSheet.h', |
1269 'inspector/InspectorStyleTextEditor.cpp', | 1269 'inspector/InspectorStyleTextEditor.cpp', |
1270 'inspector/InspectorStyleTextEditor.h', | 1270 'inspector/InspectorStyleTextEditor.h', |
1271 'inspector/InspectorTimelineAgent.cpp', | 1271 'inspector/InspectorTimelineAgent.cpp', |
1272 'inspector/InspectorTimelineAgent.h', | 1272 'inspector/InspectorTimelineAgent.h', |
| 1273 'inspector/InspectorTracingAgent.cpp', |
| 1274 'inspector/InspectorTracingAgent.h', |
1273 'inspector/InspectorWorkerAgent.cpp', | 1275 'inspector/InspectorWorkerAgent.cpp', |
1274 'inspector/InspectorWorkerAgent.h', | 1276 'inspector/InspectorWorkerAgent.h', |
1275 'inspector/InstrumentingAgents.h', | 1277 'inspector/InstrumentingAgents.h', |
1276 'inspector/JSONParser.cpp', | 1278 'inspector/JSONParser.cpp', |
1277 'inspector/JSONParser.h', | 1279 'inspector/JSONParser.h', |
1278 'inspector/JavaScriptCallFrame.cpp', | 1280 'inspector/JavaScriptCallFrame.cpp', |
1279 'inspector/JavaScriptCallFrame.h', | 1281 'inspector/JavaScriptCallFrame.h', |
1280 'inspector/NetworkResourcesData.cpp', | 1282 'inspector/NetworkResourcesData.cpp', |
1281 'inspector/NetworkResourcesData.h', | 1283 'inspector/NetworkResourcesData.h', |
1282 'inspector/PageConsoleAgent.cpp', | 1284 'inspector/PageConsoleAgent.cpp', |
(...skipping 2100 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3383 'html/track/vtt/BufferedLineReaderTest.cpp', | 3385 'html/track/vtt/BufferedLineReaderTest.cpp', |
3384 'html/track/vtt/VTTScannerTest.cpp', | 3386 'html/track/vtt/VTTScannerTest.cpp', |
3385 'rendering/RenderOverflowTest.cpp', | 3387 'rendering/RenderOverflowTest.cpp', |
3386 'rendering/shapes/BoxShapeTest.cpp', | 3388 'rendering/shapes/BoxShapeTest.cpp', |
3387 'testing/UnitTestHelpers.cpp', | 3389 'testing/UnitTestHelpers.cpp', |
3388 'testing/UnitTestHelpers.h', | 3390 'testing/UnitTestHelpers.h', |
3389 'xml/parser/SharedBufferReaderTest.cpp', | 3391 'xml/parser/SharedBufferReaderTest.cpp', |
3390 ], | 3392 ], |
3391 } | 3393 } |
3392 } | 3394 } |
OLD | NEW |