| 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 ec9fe3ca8c88fa2acaf823f1cb9ebfa0a8a5a6dd..4f528825839856274e71b5cdf1f3e9ff79952d95 100644
|
| --- a/Source/devtools/front_end/source_frame/module.json
|
| +++ b/Source/devtools/front_end/source_frame/module.json
|
| @@ -22,6 +22,9 @@
|
| ]
|
| }
|
| ],
|
| + "dependencies": [
|
| + "components"
|
| + ],
|
| "scripts": [
|
| "../cm/codemirror.js",
|
| "../cm/css.js",
|
| @@ -48,5 +51,25 @@
|
| "ResourceView.js",
|
| "FontView.js",
|
| "ImageView.js"
|
| + ],
|
| + "skip_compilation": [
|
| + "../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"
|
| ]
|
| }
|
|
|