| Index: third_party/WebKit/Source/devtools/front_end/source_frame/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/module.json b/third_party/WebKit/Source/devtools/front_end/source_frame/module.json
|
| index 5a8c232ef6c041740d4b63b3702cf11e46f1e5ff..476e1cb523768899beb7a5fa2bc6c16cff2d7b3a 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/source_frame/module.json
|
| +++ b/third_party/WebKit/Source/devtools/front_end/source_frame/module.json
|
| @@ -1,14 +1,6 @@
|
| {
|
| "extensions": [
|
| {
|
| - "type": "@WebInspector.InplaceEditor",
|
| - "className": "WebInspector.CodeMirrorUtils"
|
| - },
|
| - {
|
| - "type": "@WebInspector.TokenizerFactory",
|
| - "className": "WebInspector.CodeMirrorUtils.TokenizerFactory"
|
| - },
|
| - {
|
| "type": "setting",
|
| "category": "Sources",
|
| "title": "Default indentation:",
|
| @@ -24,54 +16,17 @@
|
| }
|
| ],
|
| "dependencies": [
|
| - "components"
|
| + "components",
|
| + "text_editor"
|
| ],
|
| "scripts": [
|
| - "../cm/codemirror.js",
|
| - "../cm/css.js",
|
| - "../cm/javascript.js",
|
| - "../cm/simple.js",
|
| - "../cm/xml.js",
|
| - "../cm/multiplex.js",
|
| - "../cm/htmlmixed.js",
|
| - "../cm/htmlembedded.js",
|
| -
|
| - "../cm/matchbrackets.js",
|
| - "../cm/closebrackets.js",
|
| - "../cm/markselection.js",
|
| - "../cm/comment.js",
|
| - "../cm/overlay.js",
|
| - "../cm/activeline.js",
|
| -
|
| - "CodeMirrorUtils.js",
|
| - "TextEditorAutocompleteController.js",
|
| - "CodeMirrorTextEditor.js",
|
| "SourcesTextEditor.js",
|
| "FontView.js",
|
| "ImageView.js",
|
| "SourceFrame.js",
|
| "ResourceSourceFrame.js"
|
| ],
|
| - "skip_compilation": [
|
| - "../cm/codemirror.js",
|
| - "../cm/css.js",
|
| - "../cm/javascript.js",
|
| - "../cm/simple.js",
|
| - "../cm/xml.js",
|
| - "../cm/multiplex.js",
|
| - "../cm/htmlmixed.js",
|
| - "../cm/htmlembedded.js",
|
| -
|
| - "../cm/matchbrackets.js",
|
| - "../cm/closebrackets.js",
|
| - "../cm/markselection.js",
|
| - "../cm/comment.js",
|
| - "../cm/overlay.js",
|
| - "../cm/activeline.js"
|
| - ],
|
| "resources": [
|
| - "../cm/codemirror.css",
|
| - "cmdevtools.css",
|
| "fontView.css",
|
| "imageView.css"
|
| ]
|
|
|