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 1203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1214 'frame/csp/CSPSourceList.cpp', | 1214 'frame/csp/CSPSourceList.cpp', |
1215 'frame/csp/ContentSecurityPolicy.cpp', | 1215 'frame/csp/ContentSecurityPolicy.cpp', |
1216 'frame/csp/MediaListDirective.cpp', | 1216 'frame/csp/MediaListDirective.cpp', |
1217 'frame/csp/SourceListDirective.cpp', | 1217 'frame/csp/SourceListDirective.cpp', |
1218 'imagebitmap/ImageBitmapFactories.cpp', | 1218 'imagebitmap/ImageBitmapFactories.cpp', |
1219 'imagebitmap/ImageBitmapFactories.h', | 1219 'imagebitmap/ImageBitmapFactories.h', |
1220 'inspector/AsyncCallStackTracker.cpp', | 1220 'inspector/AsyncCallStackTracker.cpp', |
1221 'inspector/AsyncCallStackTracker.h', | 1221 'inspector/AsyncCallStackTracker.h', |
1222 'inspector/BindingVisitors.h', | 1222 'inspector/BindingVisitors.h', |
1223 'inspector/ConsoleAPITypes.h', | 1223 'inspector/ConsoleAPITypes.h', |
| 1224 'inspector/EditedResourcesContentManager.h', |
| 1225 'inspector/EditedResourcesContentManager.cpp', |
1224 'inspector/InspectorConsoleMessage.cpp', | 1226 'inspector/InspectorConsoleMessage.cpp', |
1225 'inspector/InspectorConsoleMessage.h', | 1227 'inspector/InspectorConsoleMessage.h', |
1226 'inspector/ContentSearchUtils.cpp', | 1228 'inspector/ContentSearchUtils.cpp', |
1227 'inspector/ContentSearchUtils.h', | 1229 'inspector/ContentSearchUtils.h', |
1228 'inspector/DOMEditor.cpp', | 1230 'inspector/DOMEditor.cpp', |
1229 'inspector/DOMEditor.h', | 1231 'inspector/DOMEditor.h', |
1230 'inspector/DOMPatchSupport.cpp', | 1232 'inspector/DOMPatchSupport.cpp', |
1231 'inspector/DOMPatchSupport.h', | 1233 'inspector/DOMPatchSupport.h', |
1232 'inspector/IdentifiersFactory.cpp', | 1234 'inspector/IdentifiersFactory.cpp', |
1233 'inspector/IdentifiersFactory.h', | 1235 'inspector/IdentifiersFactory.h', |
(...skipping 2220 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3454 'rendering/shapes/BoxShapeTest.cpp', | 3456 'rendering/shapes/BoxShapeTest.cpp', |
3455 'rendering/style/OutlineValueTest.cpp', | 3457 'rendering/style/OutlineValueTest.cpp', |
3456 'testing/PrivateScriptTestTest.cpp', | 3458 'testing/PrivateScriptTestTest.cpp', |
3457 'streams/ReadableStreamTest.cpp', | 3459 'streams/ReadableStreamTest.cpp', |
3458 'testing/UnitTestHelpers.cpp', | 3460 'testing/UnitTestHelpers.cpp', |
3459 'testing/UnitTestHelpers.h', | 3461 'testing/UnitTestHelpers.h', |
3460 'xml/parser/SharedBufferReaderTest.cpp', | 3462 'xml/parser/SharedBufferReaderTest.cpp', |
3461 ], | 3463 ], |
3462 } | 3464 } |
3463 } | 3465 } |
OLD | NEW |