commit | 9f0fa098ced77e2e224738687b262d6b4e120e1f | [log] [tgz] |
---|---|---|
author | Claudio M <claudiomagni@chromium.org> | Thu Feb 25 00:35:10 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Thu Feb 25 00:35:10 2021 |
tree | 2bec63bbf5e5e0fd6b7a7afde225618e65975344 | |
parent | cc4ae135bc87a5fe525984fe6857e539d1582da5 [diff] |
Replaced static list of locales in BUILD.gn files. This is based on a CL that was reverted because of a name conflict (two CL got merged at the same time): https://chromium-review.googlesource.com/c/chromium/src/+/2712306 In this change I simply renamed "locales_with_fake_bidi" to "locales_and_pseudolocales"; the rest is identical to the CL above, which was approved already. Change-Id: I3ab6c4787b18e14633299d9268ead7afff1b00df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2717143 Commit-Queue: Claudio M <claudiomagni@chromium.org> Reviewed-by: Kyle Horimoto <khorimoto@chromium.org> Reviewed-by: Reilly Grant <reillyg@chromium.org> Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#857456}
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.