| Index: third_party/polymer/PRESUBMIT.py
|
| diff --git a/third_party/polymer/PRESUBMIT.py b/third_party/polymer/PRESUBMIT.py
|
| index cc99f2b26387fe209a464a66b4882d802cbeb99d..6ca4c014c6a76ea7d3ee603e6f61706e4650de4f 100644
|
| --- a/third_party/polymer/PRESUBMIT.py
|
| +++ b/third_party/polymer/PRESUBMIT.py
|
| @@ -27,9 +27,6 @@ def _CheckBowerDependencies(input_api, output_api):
|
| bower_dependencies = \
|
| set(json.load(open(bower_json_path))['dependencies'].keys())
|
| installed_components = set(p for p in os.listdir(components_dir))
|
| - # Add web-animations-js because we keep it in a separate directory
|
| - # '../third_party/web-animations-js'.
|
| - installed_components.add('web-animations-js')
|
|
|
| if bower_dependencies == installed_components:
|
| return []
|
|
|