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

Unified Diff: samples/slider/README

Issue 11142015: update hello, world sample and remove slider (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: after merge with master Created 8 years, 2 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
« no previous file with comments | « samples/hi/hi.html ('k') | samples/slider/slider_sample.css » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/slider/README
diff --git a/samples/slider/README b/samples/slider/README
deleted file mode 100644
index d8bd45fd135cd4273cfaa41d3190fa673f5e267d..0000000000000000000000000000000000000000
--- a/samples/slider/README
+++ /dev/null
@@ -1,23 +0,0 @@
-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.
-
-Very simple sample app showing use of the [SliderMenu] view.
-
-Building and running:
-
-1. go to the top-level directory of the project:
- $ cd dart/
-
-2. build the dartc compiler:
- $ ./tools/build.py --arch=ia32
-
-3. either compile the Dart code to JavaScript, or load the code directly into
- Dartium:
-
- - to compile the code:
- $(DART_SDK)/bin/dart2js --out=slide_sample.dart.js slide_sample.dart
-
-4. open the generated file in a browser (either Dartium, Chrome, or another
- supported browser):
- $ google-chrome slide_sample.html
« no previous file with comments | « samples/hi/hi.html ('k') | samples/slider/slider_sample.css » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698