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

Side by Side Diff: dart/README

Issue 20722006: Removed compiler/ directory from repository (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 7 years, 4 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 | Annotate | Revision Log
OLDNEW
1 This is the repository of the Dart programming language and its associated 1 This is the repository of the Dart programming language and its associated
2 tools, libraries, and samples. 2 tools, libraries, and samples.
3 3
4 For license information, please see LICENSE. 4 For license information, please see LICENSE.
5 5
6 You can find more about Dart online at http://dartlang.org or 6 You can find more about Dart online at http://dartlang.org or
7 http://code.google.com/p/dart. 7 http://code.google.com/p/dart.
8 8
9 Here's a brief guide to what's in here: 9 Here's a brief guide to what's in here:
10 10
11 compiler/ Dart static analyzer.
12 editor/ Eclipse-based standalone Dart IDE. 11 editor/ Eclipse-based standalone Dart IDE.
13 lib/ Libraries that ship with the Dart runtime (core, html, etc.). 12 lib/ Libraries that ship with the Dart runtime (core, html, etc.).
14 pkg/ Packages that are not shipped with the core runtime. 13 pkg/ Packages that are not shipped with the core runtime.
15 runtime/ Dart VM and code for running it as a standalone app. 14 runtime/ Dart VM and code for running it as a standalone app.
16 samples/ Sample Dart programs. 15 samples/ Sample Dart programs.
17 tests/ Automated tests. 16 tests/ Automated tests.
18 third_party/ External dependencies. 17 third_party/ External dependencies.
19 tools/ Build scripts, text editor support files, etc. 18 tools/ Build scripts, text editor support files, etc.
20 utils/ Utilities for Dart applications. 19 utils/ Utilities for Dart applications.
OLDNEW
« no previous file with comments | « no previous file | dart/README.dart-sdk » ('j') | dart/tools/compiler_scripts/generate_my_projects.py » ('J')

Powered by Google App Engine
This is Rietveld 408576698