Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(579)

Unified Diff: third_party/WebKit/Source/devtools/front_end/text_editor/module.json

Issue 2271683003: DevTools: Move CodeMirrorTextEditor into text_editor module (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Merge Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/front_end/text_editor/module.json
diff --git a/third_party/WebKit/Source/devtools/front_end/source_frame/module.json b/third_party/WebKit/Source/devtools/front_end/text_editor/module.json
similarity index 59%
copy from third_party/WebKit/Source/devtools/front_end/source_frame/module.json
copy to third_party/WebKit/Source/devtools/front_end/text_editor/module.json
index 5a8c232ef6c041740d4b63b3702cf11e46f1e5ff..46787cbdcedd86bca06b22f3f087a2b6e93319a2 100644
--- a/third_party/WebKit/Source/devtools/front_end/source_frame/module.json
+++ b/third_party/WebKit/Source/devtools/front_end/text_editor/module.json
@@ -7,20 +7,6 @@
{
"type": "@WebInspector.TokenizerFactory",
"className": "WebInspector.CodeMirrorUtils.TokenizerFactory"
- },
- {
- "type": "setting",
- "category": "Sources",
- "title": "Default indentation:",
- "settingName": "textEditorIndent",
- "settingType": "enum",
- "defaultValue": " ",
- "options": [
- { "title": "Set indentation to 2 spaces", "text": "2 spaces", "value": " " },
- { "title": "Set indentation to 4 spaces", "text": "4 spaces", "value": " " },
- { "title": "Set indentation to 8 spaces", "text": "8 spaces", "value": " " },
- { "title": "Set indentation to tab character", "text": "Tab character", "value": "\t" }
- ]
}
],
"dependencies": [
@@ -35,22 +21,15 @@
"../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"
+ "CodeMirrorTextEditor.js"
],
"skip_compilation": [
"../cm/codemirror.js",
@@ -61,7 +40,6 @@
"../cm/multiplex.js",
"../cm/htmlmixed.js",
"../cm/htmlembedded.js",
-
"../cm/matchbrackets.js",
"../cm/closebrackets.js",
"../cm/markselection.js",
@@ -71,8 +49,6 @@
],
"resources": [
"../cm/codemirror.css",
- "cmdevtools.css",
- "fontView.css",
- "imageView.css"
+ "cmdevtools.css"
]
-}
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/text_editor/cmdevtools.css ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698