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

Unified Diff: samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.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/tests/dom-traverse-html.dart ('k') | samples/ui_lib/base/base.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart
diff --git a/samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart b/samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart
index 79f31de0a59cb9cc304c45112fee3bf9902d3c67..0cc3bc23698c346626a3731a52e0c03d2e0ba286 100644
--- a/samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart
+++ b/samples/third_party/dromaeo/tests/dom-traverse-htmlidiomatic.dart
@@ -1,9 +1,9 @@
-#library("dom_traverse_html");
-#import("dart:html");
-#import('../common/common.dart');
-#import("dart:math", prefix: "Math");
-#source("Common.dart");
-#source("RunnerSuite.dart");
+library dom_traverse_html;
+import 'dart:html';
+import '../common/common.dart';
+import 'dart:math' as Math;
+part 'Common.dart';
+part 'RunnerSuite.dart';
void main() {
final int num = 40;
« no previous file with comments | « samples/third_party/dromaeo/tests/dom-traverse-html.dart ('k') | samples/ui_lib/base/base.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698