commit | 56eaa15e7c722c197faff5448b604fd28ba4fce9 | [log] [tgz] |
---|---|---|
author | adoneria <adoneria@google.com> | Fri Nov 06 18:36:18 2020 |
committer | Commit Bot <commit-bot@chromium.org> | Fri Nov 06 18:36:18 2020 |
tree | 76795ff973b498a18d241fcb3f78fdee70c5388d | |
parent | 9e9393148e8321cb51a8d08ce3b0ca1d1bfafe9b [diff] |
[updater] populate version info from chrome version file. Uses a template to dynamically generate updater version_info.py. This is required to install correct updater version during testing. Also copy over the generated file to test package so that python can read it as a package and successfully import it. Bug: 1140211 Change-Id: I10da968690f47fccd35bddb6c5d9f77f89bbce83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2510877 Reviewed-by: Joshua Pawlicki <waffles@chromium.org> Reviewed-by: Sorin Jianu <sorin@chromium.org> Commit-Queue: Anjali Doneria <adoneria@google.com> Cr-Commit-Position: refs/heads/master@{#824940}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.