commit | a3d936eca7cbf9c68fb288467dbd241f7fd7a68a | [log] [tgz] |
---|---|---|
author | Anastasiia N <anastasiian@chromium.org> | Wed May 12 16:25:21 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 12 16:25:21 2021 |
tree | 4e8ce41ecf09fff77275eb310989dd83730ab03f | |
parent | ac356bc0f1b08c9cf7402528da19bd07d4c8ce23 [diff] |
CodeHealth: Remove use of ListValue::AppendStrings This change removes the use of `ListValue::AppendStrings()` and replaces with `Value::Append()`. This CL was uploaded by git cl split. R=mek@chromium.org Bug: 1187103 Change-Id: Ibcd84880a607536e886f981e1cf139ba6ce88c4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2891857 Auto-Submit: Anastasiia N <anastasiian@chromium.org> Commit-Queue: Marijn Kruisselbrink <mek@chromium.org> Reviewed-by: Marijn Kruisselbrink <mek@chromium.org> Cr-Commit-Position: refs/heads/master@{#882107}
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.