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

Unified Diff: tools/gardening/bin/current_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/compare_failures.dart ('k') | tools/gardening/bin/status_summary.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/gardening/bin/current_summary.dart
diff --git a/tools/gardening/lib/current_summary.dart b/tools/gardening/bin/current_summary.dart
similarity index 94%
rename from tools/gardening/lib/current_summary.dart
rename to tools/gardening/bin/current_summary.dart
index ff5e19cdc49b13167a43d331d3a098f96487122b..4d9b8c406a12cf37579f426a4792a168bb82aecf 100644
--- a/tools/gardening/lib/current_summary.dart
+++ b/tools/gardening/bin/current_summary.dart
@@ -10,10 +10,10 @@
import 'dart:math';
import 'dart:io';
-import 'compare_failures.dart';
-import 'src/buildbot_data.dart';
-import 'src/buildbot_structures.dart';
-import 'src/util.dart';
+
+import 'package:gardening/src/buildbot_data.dart';
+import 'package:gardening/src/buildbot_structures.dart';
+import 'package:gardening/src/util.dart';
main(List<String> args) async {
if (args.length == 0) {
« no previous file with comments | « tools/gardening/bin/compare_failures.dart ('k') | tools/gardening/bin/status_summary.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698