| Index: ppapi/examples/mojo/README
|
| diff --git a/ppapi/examples/mojo/README b/ppapi/examples/mojo/README
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..c06cbec9609d54af829fb812fbb4a8801b0941cf
|
| --- /dev/null
|
| +++ b/ppapi/examples/mojo/README
|
| @@ -0,0 +1,5 @@
|
| +To build the Pepper mojo example, run:
|
| +$ ninja -C out/Debug ppapi_example_mojo
|
| +
|
| +To run the Pepper mojo example, run:
|
| +$ out/Debug/chrome --register-pepper-plugins="/usr/local/ssd/chr/src/out/Debug/lib/libppapi_example_mojo.so;application/x-ppapi-example-mojo" ppapi/examples/mojo/mojo.html
|
|
|