Chromium Code Reviews| OLD | NEW |
|---|---|
| 1 Mojo Base | 1 Mojo Base |
| 2 ========= | 2 ========= |
| 3 | 3 |
| 4 This repository contains a library for writing C++ applications using Mojo. | 4 This repository contains a library for writing C++ applications using Mojo. |
| 5 This library is not required to write Mojo applications and does not have a | 5 This library is not required to write Mojo applications and does not have a |
| 6 stable API. | 6 stable API. |
| 7 | |
| 8 # Contributing | |
| 9 | |
| 10 Please do not make pull requests against this repository! | |
| 11 | |
| 12 This repository uses [Mojo](https://github.com/domokit/mojo)'s code | |
| 13 rievew and build bot infrastructure. Assuming you have | |
|
P.Y.
2016/03/30 17:39:29
review
kulakowski
2016/03/30 17:43:46
Done.
| |
| 14 [depot_tools](http://www.chromium.org/developers/how-tos/install-depot-tools) | |
| 15 installed, then `git cl` commands, as described | |
| 16 [here](https://github.com/domokit/mojo#contribute), should Just Work. | |
| OLD | NEW |