| Index: pkg/dev_compiler/tool/build_pkgs.dart
|
| diff --git a/pkg/dev_compiler/tool/build_pkgs.dart b/pkg/dev_compiler/tool/build_pkgs.dart
|
| index a6e2b6b0169ee24a87a02fe46092483b78b0705c..04be68b647e7ced32845a0d0f21d402e6126df19 100755
|
| --- a/pkg/dev_compiler/tool/build_pkgs.dart
|
| +++ b/pkg/dev_compiler/tool/build_pkgs.dart
|
| @@ -22,9 +22,9 @@ void main(List<String> arguments) {
|
| compileModule('async_helper');
|
| compileModule('expect', libs: ['minitest']);
|
| compileModule('js', libs: ['js_util']);
|
| + compileModule('meta');
|
| if (!test) {
|
| compileModule('lookup_map');
|
| - compileModule('meta');
|
| compileModule('microlytics', libs: ['html_channels']);
|
| compileModule('typed_mock');
|
| }
|
|
|