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

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

Issue 27412003: runAsync name change (Closed) Base URL: https://github.com/dart-lang/dartlang.org.git@master
Patch Set: add links to event loop article; add update date Created 7 years, 1 month 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
« no previous file with comments | « src/tests/site/articles/event-loop/eventloop_test2/bin/eventloop_test2.dart ('k') | src/tests/site/code/webui/pubspec.yaml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698