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 1206 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1217 'frame/csp/CSPSourceList.cpp', | 1217 'frame/csp/CSPSourceList.cpp', |
1218 'frame/csp/ContentSecurityPolicy.cpp', | 1218 'frame/csp/ContentSecurityPolicy.cpp', |
1219 'frame/csp/MediaListDirective.cpp', | 1219 'frame/csp/MediaListDirective.cpp', |
1220 'frame/csp/SourceListDirective.cpp', | 1220 'frame/csp/SourceListDirective.cpp', |
1221 'imagebitmap/ImageBitmapFactories.cpp', | 1221 'imagebitmap/ImageBitmapFactories.cpp', |
1222 'imagebitmap/ImageBitmapFactories.h', | 1222 'imagebitmap/ImageBitmapFactories.h', |
1223 'inspector/AsyncCallStackTracker.cpp', | 1223 'inspector/AsyncCallStackTracker.cpp', |
1224 'inspector/AsyncCallStackTracker.h', | 1224 'inspector/AsyncCallStackTracker.h', |
1225 'inspector/BindingVisitors.h', | 1225 'inspector/BindingVisitors.h', |
1226 'inspector/ConsoleAPITypes.h', | 1226 'inspector/ConsoleAPITypes.h', |
| 1227 'inspector/ConsoleMessage.h', |
| 1228 'inspector/ConsoleMessage.cpp', |
1227 'inspector/InspectorConsoleMessage.cpp', | 1229 'inspector/InspectorConsoleMessage.cpp', |
1228 'inspector/InspectorConsoleMessage.h', | 1230 'inspector/InspectorConsoleMessage.h', |
1229 'inspector/ContentSearchUtils.cpp', | 1231 'inspector/ContentSearchUtils.cpp', |
1230 'inspector/ContentSearchUtils.h', | 1232 'inspector/ContentSearchUtils.h', |
1231 'inspector/DOMEditor.cpp', | 1233 'inspector/DOMEditor.cpp', |
1232 'inspector/DOMEditor.h', | 1234 'inspector/DOMEditor.h', |
1233 'inspector/DOMPatchSupport.cpp', | 1235 'inspector/DOMPatchSupport.cpp', |
1234 'inspector/DOMPatchSupport.h', | 1236 'inspector/DOMPatchSupport.h', |
1235 'inspector/IdentifiersFactory.cpp', | 1237 'inspector/IdentifiersFactory.cpp', |
1236 'inspector/IdentifiersFactory.h', | 1238 'inspector/IdentifiersFactory.h', |
(...skipping 2223 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3460 'rendering/shapes/BoxShapeTest.cpp', | 3462 'rendering/shapes/BoxShapeTest.cpp', |
3461 'rendering/style/OutlineValueTest.cpp', | 3463 'rendering/style/OutlineValueTest.cpp', |
3462 'testing/PrivateScriptTestTest.cpp', | 3464 'testing/PrivateScriptTestTest.cpp', |
3463 'streams/ReadableStreamTest.cpp', | 3465 'streams/ReadableStreamTest.cpp', |
3464 'testing/UnitTestHelpers.cpp', | 3466 'testing/UnitTestHelpers.cpp', |
3465 'testing/UnitTestHelpers.h', | 3467 'testing/UnitTestHelpers.h', |
3466 'xml/parser/SharedBufferReaderTest.cpp', | 3468 'xml/parser/SharedBufferReaderTest.cpp', |
3467 ], | 3469 ], |
3468 } | 3470 } |
3469 } | 3471 } |
OLD | NEW |