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

Unified 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 side-by-side diff with in-line comments
Download patch
Index: sky/engine/v8_inspector/README.md
diff --git a/sky/engine/v8_inspector/README.md b/sky/engine/v8_inspector/README.md
new file mode 100644
index 0000000000000000000000000000000000000000..ab0110121396bab6c49382359aa31d17a8ab3a18
--- /dev/null
+++ b/sky/engine/v8_inspector/README.md
@@ -0,0 +1,17 @@
+v8_inspector
+============
+
+v8_inspector is an attempt to build a standalone library for running
+a Chrome-DevTools compatible WebSocket server which speaks the "Debugger"
+portion of the DevTools json protocol.
+
+Currently v8_inspector is deeply tied into the rest of sky/engine/core,
+however the goal is to remove that dependency by moving the files out of
+sky/engine/core.
+
+
+More Information
+================
+
+https://docs.google.com/document/d/1fEkZFMH_U5DhIYM95Mhp5ovtBUeHaToSvgQapDzgNDc/edit
+http://crbug.com/435243

Powered by Google App Engine
This is Rietveld 408576698