commit | 04f9e912956181dd24a001fd8f3cc94959db1db0 | [log] [tgz] |
---|---|---|
author | Jan Wilken Dörrie <jdoerrie@chromium.org> | Fri Feb 26 16:03:25 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Feb 26 16:03:25 2021 |
tree | 69b0ef393724455c6bdfcc3df37927e9585134d3 | |
parent | 73e5042087c4067718f58257788a4f31672b9512 [diff] |
[base] Prepare //chrome for string16 switch This change prepares //chrome for the upcoming base::string16 switch to std::u16string on Windows. Bug: 911896 Change-Id: I52dbe909a5cd8e7ade0c6500be03e011b6a9eb27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2718158 Commit-Queue: Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by: Marc Treib <treib@chromium.org> Cr-Commit-Position: refs/heads/master@{#858136}
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.