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

Unified Diff: samples/belay/tests/bcap_tests.dart

Issue 9537001: Generate dart:html bindings for Dartium as well as Frog. All unittests now pass (or are disabled fo… (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 8 years, 10 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/belay/tests/bcap_tests.dart
diff --git a/samples/belay/tests/bcap_tests.dart b/samples/belay/tests/bcap_tests.dart
index 15e7a5d6a266a1286c175da270226264310d5b37..da8363626eb100e99cb6e78b9a1f388ba8b0eedc 100644
--- a/samples/belay/tests/bcap_tests.dart
+++ b/samples/belay/tests/bcap_tests.dart
@@ -1,11 +1,11 @@
-// Copyright (c) 2011, the Dart project authors. Please see the AUTHORS file
+// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// 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('bcap_tests');
-#import('../../../client/html/html.dart');
-#import('../../../client/testing/unittest/unittest.dart');
+#import('dart:html');
+#import('../../../client/testing/unittest/unittest_html.dart');
#import('../../../lib/json/json.dart');
#import('../bcap/bcap.dart');

Powered by Google App Engine
This is Rietveld 408576698