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

Unified Diff: samples/pop_pop_win/lib/src/platform.dart

Issue 242443008: samples/pop_pop_win: now based on StageXL (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: tiny nit Created 6 years, 8 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
Index: samples/pop_pop_win/lib/src/platform.dart
diff --git a/samples/pop_pop_win/lib/src/html.dart b/samples/pop_pop_win/lib/src/platform.dart
similarity index 62%
rename from samples/pop_pop_win/lib/src/html.dart
rename to samples/pop_pop_win/lib/src/platform.dart
index d01fdbc74b72460038aae5a273fd0a8711924fb7..900b174dff693fcdb0a290b71cad69e96b044998 100644
--- a/samples/pop_pop_win/lib/src/html.dart
+++ b/samples/pop_pop_win/lib/src/platform.dart
@@ -1,18 +1,7 @@
-library pop_pop_win.html;
+library pop_pop_win.platform;
-import 'dart:async';
-import 'dart:html';
-
-import 'package:bot/bot.dart';
import 'package:pop_pop_win/platform_target.dart';
-import 'game.dart';
-
-part 'html/high_score_view.dart';
-part 'html/game_view.dart';
-part 'html/game_storage.dart';
-part 'html/game_manager.dart';
-
PlatformTarget _platformImpl;
void initPlatform(PlatformTarget value) {
« no previous file with comments | « samples/pop_pop_win/lib/src/html/high_score_view.dart ('k') | samples/pop_pop_win/lib/src/pop_pop_win/audio.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698