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

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

Issue 2372303003: DevTools: introduce external service client (behind experiment). (Closed)
Patch Set: external linter 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 side-by-side diff with in-line comments
Download patch
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..1c4dfc67eefe33dbfb259ede1f83be532f2e2a23
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/front_end/terminal/module.json
@@ -0,0 +1,32 @@
+{
+ "extensions": [
+ {
+ "type": "view",
+ "location": "drawer-view",
+ "id": "drawer.xterm",
+ "title": "Terminal",
+ "order": 10,
+ "persistence": "closeable",
+ "factoryName": "WebInspector.TerminalWidget"
+ }
+ ],
+ "dependencies": [
+ "components",
+ "ui",
+ "services"
+ ],
+ "experiment": "terminalInDrawer",
+ "scripts": [
+ "xterm.js/build/xterm.js",
+ "xterm.js/addons/fit/fit.js",
+ "TerminalWidget.js"
+ ],
+ "skip_compilation": [
+ "xterm.js/build/xterm.js",
+ "xterm.js/addons/fit/fit.js"
+ ],
+ "resources": [
+ "terminal.css",
+ "xterm.js/build/xterm.css"
+ ]
+}

Powered by Google App Engine
This is Rietveld 408576698