James Robinson 09de28ef8c Run gn format on all BUILD.gn files (gn version 306668)
Generated by running the following:
for x in `git ls-files | grep BUILD.gn`; do gn format --in-place $x; done

BUG=348474
R=viettrungluu@chromium.org

Review URL: https://codereview.chromium.org/773283006
2014-12-03 17:39:48 -08:00
..
2014-12-02 16:47:17 -08:00
2014-12-03 18:45:33 +03:00
2014-12-03 18:45:33 +03:00

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