| Index: mojo/dart/packages/mojom/lib/src/utils.dart
|
| diff --git a/mojo/dart/packages/mojom/lib/src/utils.dart b/mojo/dart/packages/mojom/lib/src/utils.dart
|
| index 75f34ff89290dbde1185956be77df2fff9fb0b0e..417b9c45c72758fcba0cc3e82e56b2c2eaa262cd 100644
|
| --- a/mojo/dart/packages/mojom/lib/src/utils.dart
|
| +++ b/mojo/dart/packages/mojom/lib/src/utils.dart
|
| @@ -15,6 +15,7 @@ import 'package:path/path.dart' as path;
|
| bool isMojomDart(String path) => path.endsWith('.mojom.dart');
|
| bool isMojom(String path) => path.endsWith('.mojom');
|
| bool isDotMojoms(String path) => path.endsWith(".mojoms");
|
| +bool isPubspecYaml(String path) => path.endsWith("pubspec.yaml");
|
|
|
| String makeAbsolute(String p) =>
|
| path.isAbsolute(p) ? path.normalize(p) : path.normalize(path.absolute(p));
|
|
|