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

Unified Diff: third_party/WebKit/Source/devtools/services/package.json

Issue 2370573002: DevTools: enable front-end to use external services for additional capabilities. (Closed)
Patch Set: review addressed 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/services/package.json
diff --git a/third_party/WebKit/Source/devtools/services/package.json b/third_party/WebKit/Source/devtools/services/package.json
new file mode 100644
index 0000000000000000000000000000000000000000..71c9d6e54d8904e01de5b251ef692aa6a13aa7f2
--- /dev/null
+++ b/third_party/WebKit/Source/devtools/services/package.json
@@ -0,0 +1,10 @@
+{
+ "name": "devtools-backend",
+ "version": "1.0.0",
+ "ignore": [
+ ".gitignore"
+ ],
+ "devDependencies": {
+ "pty.js": "0.3.1"
+ }
+}
« no previous file with comments | « third_party/WebKit/Source/devtools/services/dispatcher.js ('k') | third_party/WebKit/Source/devtools/services/terminal.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698