Chromium Code Reviews| Index: third_party/WebKit/Source/core/mojo/README.md |
| diff --git a/third_party/WebKit/Source/core/mojo/README.md b/third_party/WebKit/Source/core/mojo/README.md |
| new file mode 100644 |
| index 0000000000000000000000000000000000000000..c1b40ef79dd132e07524e43419f9d91c0f371ee8 |
| --- /dev/null |
| +++ b/third_party/WebKit/Source/core/mojo/README.md |
| @@ -0,0 +1,6 @@ |
| +# `Source/core/mojo` |
| + |
| +This directory contains implementation of JavaScript bindings for mojo core |
| +module. Refer to |
| +[mojo/public/c/system/core.h](https://chromium.googlesource.com/chromium/src/+/master/mojo/public/c/system/core.h) |
| +for more detailed documentation of equivalent methods. |