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

Side by Side Diff: third_party/bin/README.md

Issue 1649703002: Update project authors statements to Dartino (Closed) Base URL: https://github.com/dartino/sdk.git@master
Patch Set: Created 4 years, 10 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
OLDNEW
1 <!--- 1 <!---
2 Copyright (c) 2015, the Fletch project authors. Please see the AUTHORS file 2 Copyright (c) 2015, the Dartino project authors. Please see the AUTHORS file
3 for details. All rights reserved. Use of this source code is governed by a 3 for details. All rights reserved. Use of this source code is governed by a
4 BSD-style license that can be found in the LICENSE.md file. 4 BSD-style license that can be found in the LICENSE.md file.
5 --> 5 -->
6 6
7 We use a patched version of the Dart VM at the moment, because 7 We use a patched version of the Dart VM at the moment, because
8 * Testing is much faster using vfork() 8 * Testing is much faster using vfork()
9 * The persistent process / daemon uses Unix Domain Sockets 9 * The persistent process / daemon uses Unix Domain Sockets
10 10
11 These patches are tracked in a [branch of the Dart 11 These patches are tracked in a [branch of the Dart
12 SDK](https://github.com/dart-lang/sdk/tree/_temporary_fletch_patches). This 12 SDK](https://github.com/dart-lang/sdk/tree/_temporary_fletch_patches). This
(...skipping 53 matching lines...) Expand 10 before | Expand all | Expand 10 after
66 * `third_party/bin/mac/dart.sha1` 66 * `third_party/bin/mac/dart.sha1`
67 * `tools/testing/bin/linux/dart.sha1` 67 * `tools/testing/bin/linux/dart.sha1`
68 * `tools/testing/bin/linux/dart-arm.sha1` 68 * `tools/testing/bin/linux/dart-arm.sha1`
69 * `tools/testing/bin/mac/dart.sha1` 69 * `tools/testing/bin/mac/dart.sha1`
70 70
71 It is highly recommended to test that everything worked, by 71 It is highly recommended to test that everything worked, by
72 * ensuring only sha1 files have been changed 72 * ensuring only sha1 files have been changed
73 * deleting the binaries 73 * deleting the binaries
74 * re-running `gclient runhooks` to download new binaries 74 * re-running `gclient runhooks` to download new binaries
75 * building & running ./tools/test.py 75 * building & running ./tools/test.py
OLDNEW
« no previous file with comments | « tests/version_tests/version_tests.dart ('k') | third_party/lk/fletch/app/fletch-fixed/fletch_runner.c » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698