commit | a97e1315d39a13e0c239615e93ffc28fd868c911 | [log] [tgz] |
---|---|---|
author | alokp <alokp@chromium.org> | Wed Feb 08 19:55:00 2017 |
committer | Commit bot <commit-bot@chromium.org> | Wed Feb 08 19:55:00 2017 |
tree | 27a60721a38827a75bb91b1f752595c66192f35d | |
parent | 888b44e14b7afac674d55e305c8dd89a393cbdac [diff] |
Implements JS bindings for mojo core module. Mojo core module API is defined in //mojo/public/c/system/core.h. The current implementation for JS bindings is implemented in //mojo/edk/js using gin. This new blink implementation will replace the gin-based implementation. BUG=647036 Review-Url: https://codereview.chromium.org/2400563002 Cr-Commit-Position: refs/heads/master@{#449070}