| Index: pkg/polymer/lib/src/build/runner.dart
|
| diff --git a/pkg/polymer/lib/src/build/runner.dart b/pkg/polymer/lib/src/build/runner.dart
|
| index 3b89465e5a3b25b061925840ecbf71386b293858..41c65aa9759ad6895998fe5e417f77c1e044d489 100644
|
| --- a/pkg/polymer/lib/src/build/runner.dart
|
| +++ b/pkg/polymer/lib/src/build/runner.dart
|
| @@ -120,8 +120,8 @@ final Set<String> _polymerPackageDependencies = [
|
| 'analyzer', 'args', 'barback', 'browser', 'html5lib',
|
| 'js', 'logging', 'mutation_observer', 'observe', 'path'
|
| 'polymer_expressions', 'serialization', 'source_maps',
|
| - 'stack_trace', 'template_binding', 'unittest', 'unmodifiable_collection',
|
| - 'web_components', 'yaml'].toSet();
|
| + 'stack_trace', 'template_binding', 'unittest', 'web_components',
|
| + 'yaml'].toSet();
|
|
|
| /** Return the relative path of each file under [subDir] in [package]. */
|
| Iterable<String> _listPackageDir(String package, String subDir,
|
|
|