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

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

Issue 2769843003: DevTools: split text_utils out of common module (Closed)
Patch Set: rebaseline Created 3 years, 9 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 unified diff | Download patch
OLDNEW
1 { 1 {
2 "extensions": [ 2 "extensions": [
3 { 3 {
4 "type": "@Common.TokenizerFactory", 4 "type": "@TextUtils.TokenizerFactory",
5 "className": "TextEditor.CodeMirrorUtils.TokenizerFactory" 5 "className": "TextEditor.CodeMirrorUtils.TokenizerFactory"
6 }, 6 },
7 { 7 {
8 "type": "@UI.TextEditorFactory", 8 "type": "@UI.TextEditorFactory",
9 "className": "TextEditor.CodeMirrorTextEditorFactory" 9 "className": "TextEditor.CodeMirrorTextEditorFactory"
10 } 10 }
11 ], 11 ],
12 "dependencies": [ 12 "dependencies": [
13 "ui", 13 "ui",
14 "platform", 14 "platform",
(...skipping 15 matching lines...) Expand all
30 ], 30 ],
31 "skip_compilation": [ 31 "skip_compilation": [
32 "acorn/acorn.js", 32 "acorn/acorn.js",
33 "../cm_web_modes/css.js", 33 "../cm_web_modes/css.js",
34 "../cm_web_modes/javascript.js", 34 "../cm_web_modes/javascript.js",
35 "../cm_web_modes/xml.js", 35 "../cm_web_modes/xml.js",
36 "../cm_web_modes/htmlmixed.js", 36 "../cm_web_modes/htmlmixed.js",
37 "../cm_web_modes/htmlembedded.js" 37 "../cm_web_modes/htmlembedded.js"
38 ] 38 ]
39 } 39 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698