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

Side by Side Diff: src/tests/site/code/webui/build.dart

Issue 22528003: update examples on homepage (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: update syntax.dart 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
OLDNEW
(Empty)
1 import 'dart:io';
2 import 'package:web_ui/component_build.dart';
3
4 // Ref: http://www.dartlang.org/articles/dart-web-components/tools.html
5 main() {
6 build(new Options().arguments, ['web/webui.html']);
7 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698