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

Side by Side Diff: samples/pop_pop_win/chrome_app/game_app.dart

Issue 786443002: Delete pop-pop-win from the repo (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 6 years 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 | Annotate | Revision Log
OLDNEW
(Empty)
1 library game_app;
2
3 import 'package:pop_pop_win/pop_pop_win.dart';
4 import 'platform_chrome_app.dart';
5
6 void main() {
7 startGame(new PlatformChromeApp());
8 }
OLDNEW
« no previous file with comments | « samples/pop_pop_win/chrome_app/fonts/fonts.css ('k') | samples/pop_pop_win/chrome_app/icons/icon_128.png » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698