| 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 c00a7b74b39ce7e86fd8e87d1e407764a466783a..628629f7e45fde93a12087b4c8a69322cc0c6d63 100644
|
| --- a/pkg/polymer/lib/src/build/runner.dart
|
| +++ b/pkg/polymer/lib/src/build/runner.dart
|
| @@ -105,9 +105,10 @@ Map<String, String> _readPackageDirsFromPub(String currentPackage) {
|
| final Set<String> _polymerPackageDependencies = [
|
| 'analyzer_experimental', 'args', 'barback', 'browser', 'csslib',
|
| 'custom_element', 'fancy_syntax', 'html5lib', 'html_import', 'js',
|
| - 'logging', 'mdv', 'meta', 'mutation_observer', 'observe', 'path'
|
| + 'logging', 'meta', 'mutation_observer', 'observe', 'path'
|
| 'polymer_expressions', 'serialization', 'shadow_dom', 'source_maps',
|
| - 'stack_trace', 'unittest', 'unmodifiable_collection', 'yaml'].toSet();
|
| + 'stack_trace', 'template_binding', 'unittest', 'unmodifiable_collection',
|
| + 'yaml'].toSet();
|
|
|
| /** Return the relative path of each file under [subDir] in [package]. */
|
| Iterable<String> _listPackageDir(String package, String subDir,
|
|
|