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

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

Issue 2637113003: DevTools: dtrun CLI helper (Closed)
Patch Set: rename file Created 3 years, 11 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 aba895be9d0338bd12ca5d31b091687058e09633..1ca4a06fbc3fe1e93f8d2fd0dc83a68d2e6f6129 100644
--- a/third_party/WebKit/Source/devtools/package.json
+++ b/third_party/WebKit/Source/devtools/package.json
@@ -9,7 +9,8 @@
"debug-test": "node scripts/npm_test.js --debug-devtools",
"lint": "eslint front_end",
"format": "node scripts/format.js",
- "closure": "python scripts/compile_frontend.py"
+ "closure": "python scripts/compile_frontend.py",
+ "setup-dtrun": "cd scripts/devtools_run && npm link"
},
"repository": {
"type": "git",
« 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