mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
v8_inspector is a peer to web for now. Eventually it should be its own separate target and not depend on core or platform at all, but we can't yet. This creates a place for us to move the debugger-inspector code to so it can be refactored to not depend on core. I also moved the public target for sky out of public/ and renamed it "engine" instead of blink. R=abarth@chromium.org, yurys@chromium.org Review URL: https://codereview.chromium.org/744143002