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

Side by Side Diff: third_party/WebKit/Source/devtools/scripts/chrome_debug_launcher/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 unified diff | Download patch
OLDNEW
(Empty)
1 {
2 "name": "chrome-debug-launcher",
3 "description": "Finds Chrome Canary and launches it in debug mode",
4 "version": "0.1.0",
5 "keywords": [
6 "devtools",
7 "chrome",
8 "chromium"
9 ],
10 "author": "The Chromium Authors",
11 "license": "SEE LICENSE IN https://chromium.googlesource.com/chromium/src/+/ma ster/LICENSE",
12 "bugs": {
13 "url": "https://bugs.chromium.org/p/chromium/issues/list?can=2&q=component:P latform%3EDevTools%20&sort=-opened&colspec=ID%20Stars%20Owner%20Summary%20Modifi ed%20Opened"
14 }
15 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698