| commit | d65e563cdbef72f754b3d6315ef7c58331bf83fc | [log] [tgz] |
|---|---|---|
| author | Takashi Sakamoto <tasak@google.com> | Wed May 18 03:55:23 2022 |
| committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed May 18 03:55:23 2022 |
| tree | 5884c450d058c731ee55266f47ae4a2f4b45cc45 | |
| parent | a791f44cae904c586dce425f70c8b5f5a2153a76 [diff] |
Reland: "[PA] Move extended_api to PA test_support." This is a reland of commit ac93bfaf8aa7ffd39aec7758fd0e6fc2c621244f. Since the commit didn't remove BASE_EXPORT from the functions defined in extended_api.h, the commit caused compile failures on "Win Builder (dbg)". The functions are used by only thread_cache_unittests and test_support is not component (source_set). So no need to declare the functions with BASE_EXPORT. Bug: 1151236 Change-Id: I58e2be13830033cd15aeae48600597159081cdbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3651057 Reviewed-by: Kentaro Hara <haraken@chromium.org> Commit-Queue: Takashi Sakamoto <tasak@google.com> Reviewed-by: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/main@{#1004600}
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.