| 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 af71282fab953b236b61390174a8700483f1a950..3b89465e5a3b25b061925840ecbf71386b293858 100644
|
| --- a/pkg/polymer/lib/src/build/runner.dart
|
| +++ b/pkg/polymer/lib/src/build/runner.dart
|
| @@ -117,11 +117,11 @@ Map<String, String> _readPackageDirsFromPub(String currentPackage) {
|
| // TODO(sigmund): consider computing this list by recursively parsing
|
| // pubspec.yaml files in the `Options.packageDirs`.
|
| final Set<String> _polymerPackageDependencies = [
|
| - 'analyzer', 'args', 'barback', 'browser', 'custom_element', 'html5lib',
|
| - 'html_import', 'js', 'logging', 'mutation_observer', 'observe', 'path'
|
| - 'polymer_expressions', 'serialization', 'shadow_dom', 'source_maps',
|
| + 'analyzer', 'args', 'barback', 'browser', 'html5lib',
|
| + 'js', 'logging', 'mutation_observer', 'observe', 'path'
|
| + 'polymer_expressions', 'serialization', 'source_maps',
|
| 'stack_trace', 'template_binding', 'unittest', 'unmodifiable_collection',
|
| - 'yaml'].toSet();
|
| + 'web_components', 'yaml'].toSet();
|
|
|
| /** Return the relative path of each file under [subDir] in [package]. */
|
| Iterable<String> _listPackageDir(String package, String subDir,
|
|
|