commit | ed2c02e6ecabe60366fb21b91bf34f6026e499be | [log] [tgz] |
---|---|---|
author | dpapad <dpapad@chromium.org> | Mon Apr 04 22:52:11 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Mon Apr 04 22:52:11 2022 |
tree | d0e4f8d1422d30afd1b1f17f5b64b11860c887c2 | |
parent | 0971676fdc5aa3504ebb11b45a44e4d45413ce1c [diff] |
Grit: Align chromeos/lacros variable names with GN's, in more folders. Renaming as follows: chromeos -> chromeos_ash lacros -> chromeos_lacros Renaming is done automatically with the following vim replacement commands 1) %s/if expr="\([a-z _]\{0,}\)\<chromeos\>\([a-z _]\{0,}\)"/if expr="\1chromeos_ash\2"/ 2) %s/if expr="\([a-z _]\{0,}\)\<lacros\>\([a-z _]\{0,}\)"/if expr="\1chromeos_lacros\2"/ Bug: 1230488 Change-Id: I0c295c0c7d0aa5d078903edc73588d1cdf93891e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3556522 Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by: Rebekah Potter <rbpotter@chromium.org> Commit-Queue: Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/main@{#988717}
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.