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

Unified Diff: third_party/mojo/src/mojo/public/dart/README

Issue 1101303002: Update mojo sdk to rev e7270700d671fa8e458b4d8c9e47f7bcfb65da0b (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Actualy provide a default TaskTracker impl Created 5 years, 8 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 side-by-side diff with in-line comments
Download patch
Index: third_party/mojo/src/mojo/public/dart/README
diff --git a/third_party/mojo/src/mojo/public/dart/README b/third_party/mojo/src/mojo/public/dart/README
deleted file mode 100644
index fd75b8fe36f63f0fa4c7c0b7e950e6e004b5cbd4..0000000000000000000000000000000000000000
--- a/third_party/mojo/src/mojo/public/dart/README
+++ /dev/null
@@ -1,17 +0,0 @@
-These are interim instructions for building and testing Dart's Mojo bindings.
-These instructions currently only work for Linux, and assume you already have a
-Mojo checkout.
-
-1.) Configure Mojo with Dart.
-
- $ ./mojo/tools/mojob.py gn --release --with-dart
-
-
-2.) Build Mojo with Dart.
-
- $ ./mojo/tools/mojob.py build --release
-
-
-3.) Run Dart tests.
-
- $ ./mojo/tools/mojob.py darttest --release

Powered by Google App Engine
This is Rietveld 408576698