OLD | NEW |
1 Mojo | 1 Mojo |
2 ==== | 2 ==== |
3 | 3 |
4 This repo uses gclient to manage dependencies, so to build things from this | 4 This repo uses gclient to manage dependencies, so to build things from this |
5 repo you have to first download depot_tools and make sure it is in your path: | 5 repo you have to first download depot_tools and make sure it is in your path: |
6 | 6 |
7 http://www.chromium.org/developers/how-tos/install-depot-tools | 7 http://www.chromium.org/developers/how-tos/install-depot-tools |
8 | 8 |
9 Then, create a directory somewhere for your checkout, cd into it, | 9 Then, create a directory somewhere for your checkout, cd into it, |
10 and run the following commands: | 10 and run the following commands: |
(...skipping 29 matching lines...) Expand all Loading... |
40 | 40 |
41 Run a demo: | 41 Run a demo: |
42 ``` | 42 ``` |
43 mojo/tools/mojo_demo.sh --browser | 43 mojo/tools/mojo_demo.sh --browser |
44 ``` | 44 ``` |
45 | 45 |
46 | 46 |
47 | 47 |
48 Run the tests: | 48 Run the tests: |
49 ``` | 49 ``` |
50 mojo/tools/mojob.sh test | 50 mojo/tools/mojob.py test |
51 ``` | 51 ``` |
52 | 52 |
53 | 53 |
54 To land a patch: | 54 To land a patch: |
55 ``` | 55 ``` |
56 $ git cl land | 56 $ git cl land |
57 ``` | 57 ``` |
58 | 58 |
59 Don't break build! Waterfall is here: http://build.chromium.org/p/client.mojo/wa
terfall . | 59 Don't break build! Waterfall is here: http://build.chromium.org/p/client.mojo/wa
terfall . |
OLD | NEW |