Chromium Code Reviews| Index: third_party/polymer/v1_0/reproduce.sh |
| diff --git a/third_party/polymer/v1_0/reproduce.sh b/third_party/polymer/v1_0/reproduce.sh |
| index e1f39f04fd5a628c55325f94ca76328676779ffc..01b6cbf6b2d63c9d9307e38e2586fe90c35523d2 100755 |
| --- a/third_party/polymer/v1_0/reproduce.sh |
| +++ b/third_party/polymer/v1_0/reproduce.sh |
| @@ -97,6 +97,11 @@ if [[ ! -z "${new}${deleted}" ]]; then |
| echo |
| fi |
| +echo 'Creating a summary of components...' |
|
michaelpg
2016/04/02 03:07:28
wut
|
| python create_components_summary.py > components_summary.txt |
| +echo 'Creating GYP files for interfaces and externs...' |
|
michaelpg
2016/04/02 03:07:28
no
|
| ./generate_gyp.sh |
| + |
| +echo 'Vulcanizing dependent UIs (i.e. downloads)...' |
|
michaelpg
2016/04/02 03:07:28
stahp
|
| +python ../../../chrome/browser/resources/md_downloads/vulcanize.py |