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

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

Issue 814543006: Move //mojo/{public, edk} underneath //third_party (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 5 years, 11 months 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/bindings.dart » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(Empty)
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
3 Mojo checkout.
4
5 1.) Add a Dart VM source checkout to your client:
6
7 Edit your .gclient file. Replace "DEPS" with "DEPS.dart".
8 Then, run:
9
10 $ gclient sync
11
12 You should now have a directory //dart
13
14
15 2.) Configure Mojo with Dart.
16
17 $ ./mojo/tools/mojob.py gn --release --with-dart
18
19
20 3.) Build Mojo with Dart.
21
22 $ ./mojo/tools/mojob.py build --release
23
24
25 4.) Run Dart tests.
26
27 $ ./mojo/tools/mojob.py darttest --release
OLDNEW
« no previous file with comments | « mojo/public/dart/DEPS ('k') | mojo/public/dart/bindings.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698