Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(244)

Side by Side Diff: mojo/public/dart/README

Issue 728133002: Update mojo sdk to rev e01f9a49449381a5eb430c1fd88bf2cae73ec35a (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: android + ios gyp fixes Created 6 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « mojo/public/dart/DEPS ('k') | mojo/public/dart/core.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 These are interim instructions for building and testing Dart's Mojo bindings. 1 These are interim instructions for building and testing Dart's Mojo bindings.
2 These instructions currently only work for Linux, and assume you already have a 2 These instructions currently only work for Linux, and assume you already have a
3 Mojo checkout. 3 Mojo checkout.
4 4
5 1.) Install the Dart SDK. 5 1.) Install the Dart SDK.
6 6
7 - apt-get - 7 - apt-get -
8 8
9 Follow instructions at: https://www.dartlang.org/tools/debian.html 9 Follow instructions at: https://www.dartlang.org/tools/debian.html
10 10
(...skipping 21 matching lines...) Expand all
32 32
33 33
34 3.) Build Mojo with Dart. 34 3.) Build Mojo with Dart.
35 35
36 $ ./mojob.sh --release build 36 $ ./mojob.sh --release build
37 37
38 38
39 4.) Run Dart tests. 39 4.) Run Dart tests.
40 40
41 $ ./mojob.sh --release darttest 41 $ ./mojob.sh --release darttest
42
43
44 These are instructions for adding a Dart VM source checkout to your client.
45
46 1. Edit your .gclient file.
47
48 Replace "DEPS" with "DEPS.dart"
49
50 2. Run:
51
52 $ gclient sync
53
54 You should now have a directory //src/dart
55
OLDNEW
« no previous file with comments | « mojo/public/dart/DEPS ('k') | mojo/public/dart/core.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698