| 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 e486fdf30a79f3d9eab4862c9e4133636a94b2bc..e4a104936cb70abb2722329fa97a7f1abf821735 100644
|
| --- a/pkg/polymer/lib/src/build/runner.dart
|
| +++ b/pkg/polymer/lib/src/build/runner.dart
|
| @@ -104,7 +104,7 @@ 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_experimental', 'args', 'barback', 'browser', 'csslib',
|
| + 'analyzer', 'args', 'barback', 'browser', 'csslib',
|
| 'custom_element', 'fancy_syntax', 'html5lib', 'html_import', 'js',
|
| 'logging', 'meta', 'mutation_observer', 'observe', 'path'
|
| 'polymer_expressions', 'serialization', 'shadow_dom', 'source_maps',
|
|
|