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

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

Issue 2337713002: DevTools: find and launch chrome in debug mode (Closed)
Patch Set: fix copyright year 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
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/readme.md » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/WebKit/Source/devtools/package.json
diff --git a/third_party/WebKit/Source/devtools/package.json b/third_party/WebKit/Source/devtools/package.json
index 02b0b2639bbe82abe6065100bb651c20f843ec89..59cd180b171e0bf4e4d1c060482d9c9fd577e0af 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -2,6 +2,8 @@
"name": "chrome-devtools-frontend",
"description": "Chrome DevTools UI",
"scripts": {
+ "start": "node scripts/start_chrome_and_server.js",
+ "chrome": "node scripts/chrome_debug_launcher/launch_chrome.js",
"server": "node scripts/hosted_mode/server.js",
"test": "echo \"Error: no test specified\" && exit 1",
"lint": "eslint -c front_end/.eslintrc.js --ignore-path front_end/.eslintignore front_end"
« no previous file with comments | « no previous file | third_party/WebKit/Source/devtools/readme.md » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698