commit | 10f7f44e8a3ac9cc721c33c905374a9a84f5f25c | [log] [tgz] |
---|---|---|
author | Sorin Jianu <sorin@chromium.org> | Mon Apr 05 17:56:39 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 05 17:56:39 2021 |
tree | 4f1956d5cbd5bead05875b51b5dbac423290dbd7 | |
parent | 0d1caa8362824dd10e72063ee7e95183d13010bc [diff] |
Remove updater_integration_tests targets. This CL is removing the build targets for unused test code written in Python. The CL is a logical rollback of the following: https://chromium-review.googlesource.com/c/chromium/src/+/2412628 The integration tests in //chrome/updater are currently written in C++. The Python tests were prototype work, and they are not used right now. The following has been done here: * Deleted the build targets from //chrome/updater/BUILD.gn * Removed the `updater_integration_tests` references in the relevant .pyl files * Ran `generate_buildbot_json.py` to generate a new json file. Bug: 1195463 Change-Id: Icb49f57d0ba0a4e90c1b91d9b496e9662304102f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2802761 Reviewed-by: Dirk Pranke <dpranke@google.com> Reviewed-by: Joshua Pawlicki <waffles@chromium.org> Commit-Queue: Sorin Jianu <sorin@chromium.org> Cr-Commit-Position: refs/heads/master@{#869194}
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.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
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.