| Index: utils/dartdevc/BUILD.gn
|
| diff --git a/utils/dartdevc/BUILD.gn b/utils/dartdevc/BUILD.gn
|
| index 34aaf882ea84bddb365f38a343aa39039c511ba3..0c934233c8abb3ca2bb90ea1906dbebf910714a4 100644
|
| --- a/utils/dartdevc/BUILD.gn
|
| +++ b/utils/dartdevc/BUILD.gn
|
| @@ -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.
|
|
|
| -import("../invoke_dart.gni")
|
| +import("../application_snapshot.gni")
|
|
|
| application_snapshot("dartdevc") {
|
| main_dart = "../../pkg/dev_compiler/bin/dartdevc.dart"
|
|
|