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

Unified Diff: samples/calculator/calculator.dart

Issue 11364134: Merge libv1. (Closed) Base URL: https://dart.googlecode.com/svn/experimental/lib_v2/dart
Patch Set: Reupload due to error Created 8 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « runtime/vm/symbols.cc ('k') | samples/chat/chat_server.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/calculator/calculator.dart
diff --git a/samples/calculator/calculator.dart b/samples/calculator/calculator.dart
index eaff6ca71a512560bcd6fbdb2ee43ed6175bb8ce..e9133b12d0b9e2d17c12d8bb1a8bdd0e5f83722c 100644
--- a/samples/calculator/calculator.dart
+++ b/samples/calculator/calculator.dart
@@ -2,11 +2,11 @@
// 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.
-#import('dart:html');
-#import('dart:math', prefix: 'Math');
-#source('tape.dart');
-#source('settings.dart');
-#source('calcui.dart');
+import 'dart:html';
+import 'dart:math' as Math;
+part 'tape.dart';
+part 'settings.dart';
+part 'calcui.dart';
var padUI; // Calculator Pad UI.
« no previous file with comments | « runtime/vm/symbols.cc ('k') | samples/chat/chat_server.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698