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

Unified Diff: tools/gardening/bin/status_summary.dart

Issue 2751543006: structure gardening tool (Closed)
Patch Set: oops Created 3 years, 9 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 | « tools/gardening/bin/current_summary.dart ('k') | tools/gardening/lib/compare_failures.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/bin/status_summary.dart
diff --git a/tools/gardening/lib/status_summary.dart b/tools/gardening/bin/status_summary.dart
similarity index 98%
rename from tools/gardening/lib/status_summary.dart
rename to tools/gardening/bin/status_summary.dart
index 4db9903dc6c8fa8990747dbf1f2dd351fda2a1f7..523f4fa11bc76fd4be2642f627ebdd02f46327e6 100644
--- a/tools/gardening/lib/status_summary.dart
+++ b/tools/gardening/bin/status_summary.dart
@@ -9,7 +9,7 @@ import 'dart:async';
import 'dart:math' hide log;
import 'dart:io';
-import 'src/util.dart';
+import 'package:gardening/src/util.dart';
main(List<String> args) async {
if (args.length == 0) {
« no previous file with comments | « tools/gardening/bin/current_summary.dart ('k') | tools/gardening/lib/compare_failures.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698