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

Unified Diff: dart/samples/tests/samples/lib/view/view_test.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
Index: dart/samples/tests/samples/lib/view/view_test.dart
diff --git a/dart/samples/tests/samples/lib/view/view_test.dart b/dart/samples/tests/samples/lib/view/view_test.dart
index 5f27154d095a4908c4f3c537afcaff69331153de..b02a58f780452b481213eb5e1b127d7b325f863f 100644
--- a/dart/samples/tests/samples/lib/view/view_test.dart
+++ b/dart/samples/tests/samples/lib/view/view_test.dart
@@ -2,13 +2,13 @@
// 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 view_tests;
+#library('view_tests');
-import 'dart:html';
-import '../../../../ui_lib/base/base.dart';
-import '../../../../ui_lib/view/view.dart';
-import '../../../../../pkg/unittest/unittest.dart';
-import '../../../../../pkg/unittest/html_config.dart';
+#import('dart:html');
+#import('../../../../ui_lib/base/base.dart');
+#import('../../../../ui_lib/view/view.dart');
+#import('../../../../../pkg/unittest/unittest.dart');
+#import('../../../../../pkg/unittest/html_config.dart');
void main() {
useHtmlConfiguration();
« no previous file with comments | « dart/samples/tests/samples/lib/util/util_test.dart ('k') | dart/samples/ui_lib/base/AnimationScheduler.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698