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

Unified Diff: third_party/WebKit/Source/devtools/front_end/source_frame/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 with SourcesTextEditor split 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
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"
]

Powered by Google App Engine
This is Rietveld 408576698