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

Unified Diff: samples/third_party/dromaeo/common/common.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 | « samples/third_party/dromaeo/Suites.dart ('k') | samples/third_party/dromaeo/tests/dom-attr-html.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/common/common.dart
diff --git a/samples/third_party/dromaeo/common/common.dart b/samples/third_party/dromaeo/common/common.dart
index 28d27ce221331a1fe36613854f20d5640dd9a394..14a8a78b656d6dc438d05087d420ef36b90b0ed5 100644
--- a/samples/third_party/dromaeo/common/common.dart
+++ b/samples/third_party/dromaeo/common/common.dart
@@ -2,9 +2,9 @@
// 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.
-#library('common.dart');
-#import('dart:math', prefix: 'Math');
-#source('BenchUtil.dart');
-#source('Interval.dart');
-#source('JSON.dart');
-#source('Math2.dart');
+library common;
+import 'dart:math' as Math;
+part 'BenchUtil.dart';
+part 'Interval.dart';
+part 'JSON.dart';
+part 'Math2.dart';
« no previous file with comments | « samples/third_party/dromaeo/Suites.dart ('k') | samples/third_party/dromaeo/tests/dom-attr-html.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698