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

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

Issue 2281703002: DevTools: Create TextEditor Interface around CodeMirrorTextEditor (Closed)
Patch Set: Remove accidental devtools.gypi Created 4 years, 3 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
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js ('k') | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 { 1 {
2 "dependencies": [ 2 "dependencies": [
3 "platform", 3 "platform",
4 "common", 4 "common",
5 "host" 5 "host"
6 ], 6 ],
7 "scripts": [ 7 "scripts": [
8 "Widget.js", 8 "Widget.js",
9 "View.js", 9 "View.js",
10 "treeoutline.js", 10 "treeoutline.js",
11 "InspectorView.js", 11 "InspectorView.js",
12 "ActionRegistry.js", 12 "ActionRegistry.js",
13 "ShortcutRegistry.js", 13 "ShortcutRegistry.js",
14 "BezierEditor.js", 14 "BezierEditor.js",
15 "BezierUI.js", 15 "BezierUI.js",
16 "ColorSwatch.js", 16 "ColorSwatch.js",
17 "Context.js", 17 "Context.js",
18 "ContextMenu.js", 18 "ContextMenu.js",
19 "CSSShadowEditor.js", 19 "CSSShadowEditor.js",
20 "Dialog.js", 20 "Dialog.js",
21 "DOMSyntaxHighlighter.js", 21 "DOMSyntaxHighlighter.js",
22 "DropDownMenu.js", 22 "DropDownMenu.js",
23 "DropTarget.js", 23 "DropTarget.js",
24 "EmptyWidget.js", 24 "EmptyWidget.js",
25 "FilterBar.js", 25 "FilterBar.js",
26 "ForwardedInputEventHandler.js", 26 "ForwardedInputEventHandler.js",
27 "HistoryInput.js", 27 "HistoryInput.js",
28 "Infobar.js", 28 "Infobar.js",
29 "InplaceEditor.js", 29 "InplaceEditor.js",
30 "TextEditor.js",
30 "KeyboardShortcut.js", 31 "KeyboardShortcut.js",
31 "ListWidget.js", 32 "ListWidget.js",
32 "Panel.js", 33 "Panel.js",
33 "Popover.js", 34 "Popover.js",
34 "ProgressIndicator.js", 35 "ProgressIndicator.js",
35 "ResizerWidget.js", 36 "ResizerWidget.js",
36 "ReportView.js", 37 "ReportView.js",
37 "RootView.js", 38 "RootView.js",
38 "SearchableView.js", 39 "SearchableView.js",
39 "SettingsUI.js", 40 "SettingsUI.js",
(...skipping 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
86 "splitWidget.css", 87 "splitWidget.css",
87 "toolbar.css", 88 "toolbar.css",
88 "suggestBox.css", 89 "suggestBox.css",
89 "tabbedPane.css", 90 "tabbedPane.css",
90 "textButton.css", 91 "textButton.css",
91 "textPrompt.css", 92 "textPrompt.css",
92 "tooltip.css", 93 "tooltip.css",
93 "treeoutline.css" 94 "treeoutline.css"
94 ] 95 ]
95 } 96 }
OLDNEW
« no previous file with comments | « third_party/WebKit/Source/devtools/front_end/ui/TextEditor.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698