revert r8017.

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@8018 260f80e4-7a28-3924-810f-c04153c831b5
This commit is contained in:
dgrove@google.com 2012-05-25 22:38:47 +00:00
parent ec0085f2b1
commit f1e63f4b4a
3 changed files with 16 additions and 4 deletions

8
README
View file

@ -7,13 +7,13 @@ You can find more about Dart online at dartlang.org or code.google.com/p/dart.
Here's a brief guide to what's in here:
compiler/ dartc static analyzer
corelib/ core libraries (collections, built-ins...)
client/ client-side libraries and samples (i.e. in a browser)
compiler/ the dartc Dart -> JavaScript compiler
corelib/ core libraries (collections, built-ins, math...)
editor/ the Eclipse-based standalone Dart IDE
language/ language specification
lib/ libraries (dart2js compiler, html, isolate, json, math, ...)
runtime/ the Dart VM and code for running it as a standalone app
samples/ sample Dart programs
samples/ sample Dart programs (note: more under client/samples)
tests/ automated tests
third_party/ external dependencies
tools/ build scripts, text editor support files, etc.

3
client/README Normal file
View file

@ -0,0 +1,3 @@
A Dart-based development stack that enables rapid, scalable development of
client-side applications that run well across desktop and mobile platforms.

9
client/dart.gyp Normal file
View file

@ -0,0 +1,9 @@
# Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
{
'targets': [
],
}