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

Unified Diff: utils/testrunner/layout_test_controller.dart

Issue 11033042: Change imports etc to new syntax. (Closed) Base URL: http://dart.googlecode.com/svn/branches/bleeding_edge/dart/
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: utils/testrunner/layout_test_controller.dart
===================================================================
--- utils/testrunner/layout_test_controller.dart (revision 13306)
+++ utils/testrunner/layout_test_controller.dart (working copy)
@@ -5,6 +5,9 @@
// The following set of variables should be set by the caller that
// #sources this file.
/** Whether to include elapsed time. */
+
+part of test_controller;
+
bool includeTime;
/** Path to DRT executable. */

Powered by Google App Engine
This is Rietveld 408576698