OLD | NEW |
1 { | 1 { |
2 'includes': [ | 2 'includes': [ |
3 'core_generated.gypi', | 3 'core_generated.gypi', |
4 ], | 4 ], |
5 'variables': { | 5 'variables': { |
6 # Files for which bindings (.cpp and .h files) will be generated | 6 # Files for which bindings (.cpp and .h files) will be generated |
7 'core_idl_files': [ | 7 'core_idl_files': [ |
8 'animation/Animation.idl', | 8 'animation/Animation.idl', |
9 'animation/AnimationEffect.idl', | 9 'animation/AnimationEffect.idl', |
10 'animation/AnimationPlayer.idl', | 10 'animation/AnimationPlayer.idl', |
(...skipping 1194 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1205 'frame/csp/CSPDirectiveList.cpp', | 1205 'frame/csp/CSPDirectiveList.cpp', |
1206 'frame/csp/CSPSource.cpp', | 1206 'frame/csp/CSPSource.cpp', |
1207 'frame/csp/CSPSourceList.cpp', | 1207 'frame/csp/CSPSourceList.cpp', |
1208 'frame/csp/ContentSecurityPolicy.cpp', | 1208 'frame/csp/ContentSecurityPolicy.cpp', |
1209 'frame/csp/MediaListDirective.cpp', | 1209 'frame/csp/MediaListDirective.cpp', |
1210 'frame/csp/SourceListDirective.cpp', | 1210 'frame/csp/SourceListDirective.cpp', |
1211 'inspector/AsyncCallStackTracker.cpp', | 1211 'inspector/AsyncCallStackTracker.cpp', |
1212 'inspector/AsyncCallStackTracker.h', | 1212 'inspector/AsyncCallStackTracker.h', |
1213 'inspector/BindingVisitors.h', | 1213 'inspector/BindingVisitors.h', |
1214 'inspector/ConsoleAPITypes.h', | 1214 'inspector/ConsoleAPITypes.h', |
| 1215 'inspector/ConsoleMessage.h', |
| 1216 'inspector/ConsoleMessage.cpp', |
1215 'inspector/InspectorConsoleMessage.cpp', | 1217 'inspector/InspectorConsoleMessage.cpp', |
1216 'inspector/InspectorConsoleMessage.h', | 1218 'inspector/InspectorConsoleMessage.h', |
1217 'inspector/ContentSearchUtils.cpp', | 1219 'inspector/ContentSearchUtils.cpp', |
1218 'inspector/ContentSearchUtils.h', | 1220 'inspector/ContentSearchUtils.h', |
1219 'inspector/DOMEditor.cpp', | 1221 'inspector/DOMEditor.cpp', |
1220 'inspector/DOMEditor.h', | 1222 'inspector/DOMEditor.h', |
1221 'inspector/DOMPatchSupport.cpp', | 1223 'inspector/DOMPatchSupport.cpp', |
1222 'inspector/DOMPatchSupport.h', | 1224 'inspector/DOMPatchSupport.h', |
1223 'inspector/IdentifiersFactory.cpp', | 1225 'inspector/IdentifiersFactory.cpp', |
1224 'inspector/IdentifiersFactory.h', | 1226 'inspector/IdentifiersFactory.h', |
(...skipping 2215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3440 'rendering/RenderTableRowTest.cpp', | 3442 'rendering/RenderTableRowTest.cpp', |
3441 'rendering/shapes/BoxShapeTest.cpp', | 3443 'rendering/shapes/BoxShapeTest.cpp', |
3442 'testing/PrivateScriptTestTest.cpp', | 3444 'testing/PrivateScriptTestTest.cpp', |
3443 'streams/ReadableStreamTest.cpp', | 3445 'streams/ReadableStreamTest.cpp', |
3444 'testing/UnitTestHelpers.cpp', | 3446 'testing/UnitTestHelpers.cpp', |
3445 'testing/UnitTestHelpers.h', | 3447 'testing/UnitTestHelpers.h', |
3446 'xml/parser/SharedBufferReaderTest.cpp', | 3448 'xml/parser/SharedBufferReaderTest.cpp', |
3447 ], | 3449 ], |
3448 } | 3450 } |
3449 } | 3451 } |
OLD | NEW |