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

Unified Diff: dart/pkg/unittest/interactive_html_config.dart

Issue 11233061: Revert "Parts must start with 'part of'" and "Attempt to fix VM build" (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge
Patch Set: Created 8 years, 2 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
« no previous file with comments | « dart/pkg/unittest/html_print.dart ('k') | dart/pkg/unittest/interfaces.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: dart/pkg/unittest/interactive_html_config.dart
diff --git a/dart/pkg/unittest/interactive_html_config.dart b/dart/pkg/unittest/interactive_html_config.dart
index 0f943625e098ebbffd63a41db8715e9fa2cace66..3780ea14228766c4712f02be4073408be23ea901 100644
--- a/dart/pkg/unittest/interactive_html_config.dart
+++ b/dart/pkg/unittest/interactive_html_config.dart
@@ -9,14 +9,14 @@
* config that manages all the tests, and a 'child' config for the
* IFrame that runs the individual tests.
*/
-library interactive_config;
+#library('interactive_config');
// TODO(gram) - add options for: remove IFrame on done/keep
// IFrame for failed tests/keep IFrame for all tests.
-import 'dart:html';
-import 'dart:math';
-import 'unittest.dart';
+#import('dart:html');
+#import('dart:math');
+#import('unittest.dart');
/** The messages exchanged between parent and child. */
« no previous file with comments | « dart/pkg/unittest/html_print.dart ('k') | dart/pkg/unittest/interfaces.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698