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 'css/CSS.idl', | 8 'css/CSS.idl', |
9 'css/CSSCharsetRule.idl', | 9 'css/CSSCharsetRule.idl', |
10 'css/CSSFontFaceLoadEvent.idl', | 10 'css/CSSFontFaceLoadEvent.idl', |
(...skipping 1118 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1129 'inspector/InspectorConsoleAgent.h', | 1129 'inspector/InspectorConsoleAgent.h', |
1130 'inspector/InspectorConsoleInstrumentation.h', | 1130 'inspector/InspectorConsoleInstrumentation.h', |
1131 'inspector/InspectorController.cpp', | 1131 'inspector/InspectorController.cpp', |
1132 'inspector/InspectorCounters.cpp', | 1132 'inspector/InspectorCounters.cpp', |
1133 'inspector/InspectorCounters.h', | 1133 'inspector/InspectorCounters.h', |
1134 'inspector/InspectorDOMAgent.cpp', | 1134 'inspector/InspectorDOMAgent.cpp', |
1135 'inspector/InspectorDOMDebuggerAgent.cpp', | 1135 'inspector/InspectorDOMDebuggerAgent.cpp', |
1136 'inspector/InspectorDOMDebuggerAgent.h', | 1136 'inspector/InspectorDOMDebuggerAgent.h', |
1137 'inspector/InspectorDOMStorageAgent.cpp', | 1137 'inspector/InspectorDOMStorageAgent.cpp', |
1138 'inspector/InspectorDOMStorageAgent.h', | 1138 'inspector/InspectorDOMStorageAgent.h', |
1139 'inspector/InspectorDatabaseAgent.cpp', | |
1140 'inspector/InspectorDatabaseAgent.h', | |
1141 'inspector/InspectorDatabaseInstrumentation.h', | |
1142 'inspector/InspectorDatabaseResource.cpp', | |
1143 'inspector/InspectorDatabaseResource.h', | |
1144 'inspector/InspectorDebuggerAgent.cpp', | 1139 'inspector/InspectorDebuggerAgent.cpp', |
1145 'inspector/InspectorDebuggerAgent.h', | 1140 'inspector/InspectorDebuggerAgent.h', |
1146 'inspector/InspectorFileSystemAgent.cpp', | 1141 'inspector/InspectorFileSystemAgent.cpp', |
1147 'inspector/InspectorFileSystemAgent.h', | 1142 'inspector/InspectorFileSystemAgent.h', |
1148 'inspector/InspectorFrontendChannel.h', | 1143 'inspector/InspectorFrontendChannel.h', |
1149 'inspector/InspectorFrontendHost.cpp', | 1144 'inspector/InspectorFrontendHost.cpp', |
1150 'inspector/InspectorFrontendHost.h', | 1145 'inspector/InspectorFrontendHost.h', |
1151 'inspector/InspectorHeapProfilerAgent.cpp', | 1146 'inspector/InspectorHeapProfilerAgent.cpp', |
1152 'inspector/InspectorHeapProfilerAgent.h', | 1147 'inspector/InspectorHeapProfilerAgent.h', |
1153 'inspector/InspectorHistory.cpp', | 1148 'inspector/InspectorHistory.cpp', |
(...skipping 2124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3278 'html/parser/HTMLParserThreadTest.cpp', | 3273 'html/parser/HTMLParserThreadTest.cpp', |
3279 'html/track/vtt/BufferedLineReaderTest.cpp', | 3274 'html/track/vtt/BufferedLineReaderTest.cpp', |
3280 'html/track/vtt/VTTScannerTest.cpp', | 3275 'html/track/vtt/VTTScannerTest.cpp', |
3281 'rendering/RenderOverflowTest.cpp', | 3276 'rendering/RenderOverflowTest.cpp', |
3282 'rendering/shapes/BoxShapeTest.cpp', | 3277 'rendering/shapes/BoxShapeTest.cpp', |
3283 'testing/UnitTestHelpers.cpp', | 3278 'testing/UnitTestHelpers.cpp', |
3284 'testing/UnitTestHelpers.h', | 3279 'testing/UnitTestHelpers.h', |
3285 ], | 3280 ], |
3286 } | 3281 } |
3287 } | 3282 } |
OLD | NEW |