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

Unified Diff: pkg/analyzer_cli/lib/src/boot_loader.dart

Issue 1570603004: Bootloader cleanup. (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: review_nit Created 4 years, 11 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 | « no previous file | pkg/analyzer_cli/lib/src/bootloader.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: pkg/analyzer_cli/lib/src/boot_loader.dart
diff --git a/pkg/analyzer_cli/lib/src/bootloader.dart b/pkg/analyzer_cli/lib/src/boot_loader.dart
similarity index 99%
rename from pkg/analyzer_cli/lib/src/bootloader.dart
rename to pkg/analyzer_cli/lib/src/boot_loader.dart
index 726004cb3206003e7956ef189d6553396230ea7c..6df71aea969ab71e8b378bc2155eba60c87cccf6 100644
--- a/pkg/analyzer_cli/lib/src/bootloader.dart
+++ b/pkg/analyzer_cli/lib/src/boot_loader.dart
@@ -2,7 +2,7 @@
// 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 analyzer_cli.src.bootloader;
+library analyzer_cli.src.boot_loader;
import 'dart:async';
import 'dart:isolate';
« no previous file with comments | « no previous file | pkg/analyzer_cli/lib/src/bootloader.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698