Make the export_tarball script generate gpu_lists_version.h

Since https://chromium-review.googlesource.com/c/chromium/src/+/728950,
gpu_lists_version.h is generated by lastchange.py, but the script that
generates source tarballs hadn't been updated accordingly.

Bug: 772177

Change-Id: If62b273567c83bef18e140904613b3971ecbadb2
Reviewed-on: https://chromium-review.googlesource.com/744009
Reviewed-by: Aaron Gable <agable@chromium.org>
Commit-Queue: Aaron Gable <agable@chromium.org>
1 file changed
tree: aa956673fa88cb3753ea2a048db7a3e3c0ec10de
  1. .gitattributes
  2. .gitignore
  3. DEPS
  4. LICENSE
  5. OWNERS
  6. PRESUBMIT.py
  7. README.md
  8. WATCHLISTS
  9. codereview.settings
  10. environment.cfg.py
  11. infra/
  12. masters/
  13. scripts/
  14. site_config/
  15. slave/
  16. tests/
  17. third_party/
README.md

build

Hi build contributor! If you do any change in scripts/master/ or touching any master's html/ directories, you must restart master.chromium.fyi first and ensure that it still works before restarting other masters.

Recipes

If you're here to make a change to ‘recipes’ (the code located in scripts/slave/recipes*), please take a look at the README for more information pertaining to recipes.