Commit 96e11e1b authored by Ian Hickson's avatar Ian Hickson Committed by GitHub

Clean up the file names of the hot and cold runners. (#7697)

parent 512a9af6
...@@ -44,9 +44,9 @@ import 'src/devfs.dart'; ...@@ -44,9 +44,9 @@ import 'src/devfs.dart';
import 'src/device.dart'; import 'src/device.dart';
import 'src/doctor.dart'; import 'src/doctor.dart';
import 'src/globals.dart'; import 'src/globals.dart';
import 'src/hot.dart';
import 'src/ios/mac.dart'; import 'src/ios/mac.dart';
import 'src/ios/simulators.dart'; import 'src/ios/simulators.dart';
import 'src/run_hot.dart';
import 'src/runner/flutter_command_runner.dart'; import 'src/runner/flutter_command_runner.dart';
import 'src/toolchain.dart'; import 'src/toolchain.dart';
import 'src/usage.dart'; import 'src/usage.dart';
......
...@@ -16,11 +16,11 @@ import '../build_info.dart'; ...@@ -16,11 +16,11 @@ import '../build_info.dart';
import '../cache.dart'; import '../cache.dart';
import '../device.dart'; import '../device.dart';
import '../globals.dart'; import '../globals.dart';
import '../hot.dart';
import '../ios/devices.dart'; import '../ios/devices.dart';
import '../ios/simulators.dart'; import '../ios/simulators.dart';
import '../resident_runner.dart'; import '../resident_runner.dart';
import '../run.dart'; import '../run_cold.dart';
import '../run_hot.dart';
import '../runner/flutter_command.dart'; import '../runner/flutter_command.dart';
import '../vmservice.dart'; import '../vmservice.dart';
......
...@@ -12,10 +12,10 @@ import '../build_info.dart'; ...@@ -12,10 +12,10 @@ import '../build_info.dart';
import '../cache.dart'; import '../cache.dart';
import '../device.dart'; import '../device.dart';
import '../globals.dart'; import '../globals.dart';
import '../hot.dart';
import '../ios/mac.dart'; import '../ios/mac.dart';
import '../resident_runner.dart'; import '../resident_runner.dart';
import '../run.dart'; import '../run_cold.dart';
import '../run_hot.dart';
import '../runner/flutter_command.dart'; import '../runner/flutter_command.dart';
import 'daemon.dart'; import 'daemon.dart';
......
...@@ -2,7 +2,7 @@ ...@@ -2,7 +2,7 @@
// Use of this source code is governed by a BSD-style license that can be // Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file. // found in the LICENSE file.
import 'package:flutter_tools/src/hot.dart'; import 'package:flutter_tools/src/run_hot.dart';
import 'package:test/test.dart'; import 'package:test/test.dart';
import 'src/context.dart'; import 'src/context.dart';
......
...@@ -11,12 +11,12 @@ import 'package:flutter_tools/src/base/logger.dart'; ...@@ -11,12 +11,12 @@ import 'package:flutter_tools/src/base/logger.dart';
import 'package:flutter_tools/src/base/os.dart'; import 'package:flutter_tools/src/base/os.dart';
import 'package:flutter_tools/src/base/platform.dart'; import 'package:flutter_tools/src/base/platform.dart';
import 'package:flutter_tools/src/cache.dart'; import 'package:flutter_tools/src/cache.dart';
import 'package:flutter_tools/src/device.dart';
import 'package:flutter_tools/src/devfs.dart'; import 'package:flutter_tools/src/devfs.dart';
import 'package:flutter_tools/src/device.dart';
import 'package:flutter_tools/src/doctor.dart'; import 'package:flutter_tools/src/doctor.dart';
import 'package:flutter_tools/src/hot.dart';
import 'package:flutter_tools/src/ios/mac.dart'; import 'package:flutter_tools/src/ios/mac.dart';
import 'package:flutter_tools/src/ios/simulators.dart'; import 'package:flutter_tools/src/ios/simulators.dart';
import 'package:flutter_tools/src/run_hot.dart';
import 'package:flutter_tools/src/toolchain.dart'; import 'package:flutter_tools/src/toolchain.dart';
import 'package:flutter_tools/src/usage.dart'; import 'package:flutter_tools/src/usage.dart';
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment