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

Side by Side Diff: sky/engine/v8_inspector/README.md

Issue 746713002: Move InspectorBackendMojo out of the blink namespace (Closed) Base URL: git@github.com:domokit/mojo.git@master
Patch Set: Created 6 years, 1 month 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 v8_inspector
2 ============
3
4 v8_inspector is an attempt to build a standalone library for running
5 a Chrome-DevTools compatible WebSocket server which speaks the "Debugger"
6 portion of the DevTools json protocol.
7
8 Currently v8_inspector is deeply tied into the rest of sky/engine/core,
9 however the goal is to remove that dependency by moving the files out of
10 sky/engine/core.
11
12
13 More Information
14 ================
15
16 https://docs.google.com/document/d/1fEkZFMH_U5DhIYM95Mhp5ovtBUeHaToSvgQapDzgNDc/ edit
17 http://crbug.com/435243
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698