Find a file
ricow@google.com f52806ce27 Don't quote the arguments to xvfb
This was stupid, this is clearly handled by passing the args, they should not be quoted

R=whesse@google.com

Review URL: https://codereview.chromium.org//326403010

git-svn-id: https://dart.googlecode.com/svn/branches/bleeding_edge/dart@37273 260f80e4-7a28-3924-810f-c04153c831b5
2014-06-12 14:14:22 +00:00
client Add version-checker support to the main annotated steps script 2014-05-05 11:07:16 +00:00
docs/language Eliminate redundant condition for interface inheritance. 2014-05-23 18:36:26 +00:00
pkg Add "last" setter to List. 2014-06-12 08:11:22 +00:00
runtime VM: Remove explicit field initialization with null from library classes. 2014-06-12 10:59:20 +00:00
sdk dart2dart: Restore loops with conditions and updates in backend. 2014-06-12 12:47:51 +00:00
site/try Rename variable from "ORANGE" to "SEED_COLOR". 2014-05-19 12:04:00 +00:00
tests dart2dart: Fix status file for 05_Strings_A20_t01. 2014-06-12 13:48:36 +00:00
tools Don't quote the arguments to xvfb 2014-06-12 14:14:22 +00:00
utils Replace Java based analyzer with Dart based analyzer when building SDK 2014-04-30 23:09:14 +00:00
.gitignore Added TodoMVC startup benchmarks. 2014-03-31 17:09:00 +00:00
AUTHORS samples/pop_pop_win: now based on StageXL 2014-04-21 22:57:06 +00:00
codereview.settings update codereview.settings for open-sourcing. 2011-10-10 06:43:32 +00:00
create_sdk.gyp Replace Java based analyzer with Dart based analyzer when building SDK 2014-04-30 23:09:14 +00:00
dart.gyp Don't build dart2js_bot on debug dart2js bots 2014-05-08 06:49:20 +00:00
LICENSE Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PATENTS Move LICENSE, AUTHORS, PATENTS into the dart directory. 2014-02-10 06:48:47 +00:00
PRESUBMIT.py Remove presubmit suppression. 2013-08-21 11:02:39 +00:00
README Removed compiler/ directory from repository 2013-08-02 08:31:15 +00:00
README.dart-sdk Fix spelling mistake Dark -> Dart 2013-08-20 10:38:55 +00:00
WATCHLISTS Update WATCHLISTS for Observatory 2014-03-12 23:09:53 +00:00

This is the repository of the Dart programming language and its associated
tools, libraries, and samples.

For license information, please see LICENSE.

You can find more about Dart online at http://dartlang.org or
http://code.google.com/p/dart.

Here's a brief guide to what's in here:

editor/        Eclipse-based standalone Dart IDE.
lib/           Libraries that ship with the Dart runtime (core, html, etc.).
pkg/           Packages that are not shipped with the core runtime.
runtime/       Dart VM and code for running it as a standalone app.
samples/       Sample Dart programs. 
tests/         Automated tests.
third_party/   External dependencies.
tools/         Build scripts, text editor support files, etc.
utils/         Utilities for Dart applications.