Move setup of code event handlers to gin
commit4879fd2c9e48ddadd001fed382163c26586476ce
authorjochen <jochen@chromium.org>
Tue, 16 Sep 2014 15:04:29 +0000 (16 08:04 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 16 Sep 2014 15:06:01 +0000 (16 15:06 +0000)
treecd474722d17d4d0fd019d2c9542e58019f1051eb
parenta45fa2145d7c9740a4dd06bb8592310d538c866e
Move setup of code event handlers to gin

This will make sure that the handlers are set at the correct point
during v8::Isolate construction

BUG=none
R=svenpanne@chromium.org

Review URL: https://codereview.chromium.org/567343002

Cr-Commit-Position: refs/heads/master@{#295066}
chrome/common/DEPS
chrome/common/profiling.cc
gin/BUILD.gn
gin/debug_impl.cc [new file with mode: 0644]
gin/debug_impl.h [new file with mode: 0644]
gin/gin.gyp
gin/isolate_holder.cc
gin/public/debug.h [new file with mode: 0644]