commit | 45b4156cfeae39dd67202881b67f35f9639559f0 | [log] [tgz] |
---|---|---|
author | Bo Majewski <majewski@chromium.org> | Wed Aug 10 04:55:31 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 10 04:55:31 2022 |
tree | 83a290c71f7742c1eb8bffe4a15d33720742b0a7 | |
parent | 0cf140851ec314a9faab5af3f9781d352fad5a55 [diff] |
[Files Search]: Code cleanup. Use simpler way of extracting a set of unique property names. No need for iteration over multiple property names. Just create a set and convert it to a list. Bug: b/241871456 Change-Id: Ib1a7cc6ac9b85d390dde4d7e7e69cfeb63ee5c4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3819381 Commit-Queue: Bo Majewski <majewski@chromium.org> Reviewed-by: Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/main@{#1033360}
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.
If you found a bug, please file it at https://crbug.com/new.