| Index: Source/devtools/front_end/source_frame/module.json
|
| diff --git a/Source/devtools/front_end/source_frame/module.json b/Source/devtools/front_end/source_frame/module.json
|
| index f3d5bb04be0472fad9042f1cd106c723bcd85b33..ec9fe3ca8c88fa2acaf823f1cb9ebfa0a8a5a6dd 100644
|
| --- a/Source/devtools/front_end/source_frame/module.json
|
| +++ b/Source/devtools/front_end/source_frame/module.json
|
| @@ -22,5 +22,31 @@
|
| ]
|
| }
|
| ],
|
| - "scripts": [ "SourceFrame.js" ]
|
| + "scripts": [
|
| + "../cm/codemirror.js",
|
| + "../cm/css.js",
|
| + "../cm/javascript.js",
|
| + "../cm/xml.js",
|
| + "../cm/htmlmixed.js",
|
| +
|
| + "../cm/matchbrackets.js",
|
| + "../cm/closebrackets.js",
|
| + "../cm/markselection.js",
|
| + "../cm/comment.js",
|
| + "../cm/overlay.js",
|
| +
|
| + "../cm/htmlembedded.js",
|
| + "../cm/clike.js",
|
| + "../cm/coffeescript.js",
|
| + "../cm/php.js",
|
| + "../cm/python.js",
|
| + "../cm/shell.js",
|
| + "CodeMirrorUtils.js",
|
| + "CodeMirrorTextEditor.js",
|
| + "SourceFrame.js",
|
| + "GoToLineDialog.js",
|
| + "ResourceView.js",
|
| + "FontView.js",
|
| + "ImageView.js"
|
| + ]
|
| }
|
|
|