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

Unified Diff: dart/samples/tests/samples/lib/touch/touch_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/touch/touch_test.dart
diff --git a/dart/samples/tests/samples/lib/touch/touch_test.dart b/dart/samples/tests/samples/lib/touch/touch_test.dart
index 03f650b931b6a45345a45ba7c94eb323e84a76f0..24f75aed68ef7af2728799b2438a14e9e3aee17a 100644
--- a/dart/samples/tests/samples/lib/touch/touch_test.dart
+++ b/dart/samples/tests/samples/lib/touch/touch_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 touch_tests;
+#library('touch_tests');
-import 'dart:html'; // TODO(rnystrom): Only needed to tell architecture.py
+#import('dart:html'); // TODO(rnystrom): Only needed to tell architecture.py
// that this is a web test. Come up with cleaner solution.
-import '../../../../../pkg/unittest/unittest.dart';
-import '../../../../../pkg/unittest/html_config.dart';
-import '../../../../ui_lib/touch/touch.dart';
+#import('../../../../../pkg/unittest/unittest.dart');
+#import('../../../../../pkg/unittest/html_config.dart');
+#import('../../../../ui_lib/touch/touch.dart');
main() {
useHtmlConfiguration();

Powered by Google App Engine
This is Rietveld 408576698