| Index: third_party/WebKit/Source/devtools/front_end/terminal/module.json
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/terminal/module.json b/third_party/WebKit/Source/devtools/front_end/terminal/module.json
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..0c65f54f8ace874c2cd6177791f1ea4f925d4eda
|
| --- /dev/null
|
| +++ b/third_party/WebKit/Source/devtools/front_end/terminal/module.json
|
| @@ -0,0 +1,33 @@
|
| +{
|
| + "extensions": [
|
| + {
|
| + "type": "view",
|
| + "location": "drawer-view",
|
| + "id": "drawer.xterm",
|
| + "title": "Terminal",
|
| + "order": 10,
|
| + "persistence": "closeable",
|
| + "factoryName": "WebInspector.TerminalWidget"
|
| + }
|
| + ],
|
| + "dependencies": [
|
| + "ui",
|
| + "services"
|
| + ],
|
| + "experiment": "terminalInDrawer",
|
| + "scripts": [
|
| + "xterm.js/build/xterm.js",
|
| + "xterm.js/addons/fit/fit.js",
|
| + "xterm.js/addons/linkify/linkify.js",
|
| + "TerminalWidget.js"
|
| + ],
|
| + "skip_compilation": [
|
| + "xterm.js/build/xterm.js",
|
| + "xterm.js/addons/fit/fit.js",
|
| + "xterm.js/addons/linkify/linkify.js"
|
| + ],
|
| + "resources": [
|
| + "terminal.css",
|
| + "xterm.js/build/xterm.css"
|
| + ]
|
| +}
|
|
|