commit | a3aaacb77251f75cd6b940071e361e4ee712917a | [log] [tgz] |
---|---|---|
author | Lukasz Anforowicz <lukasza@chromium.org> | Fri Sep 24 00:07:43 2021 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Sep 24 00:07:43 2021 |
tree | 7ce6d1ccc7edcc176f209c9f2f2fcdfdf0f54e37 | |
parent | a1d0ab74a86519c5a62d8e666f179057ae890faf [diff] |
[rust] Fixing GN dependencies for test_cpp_including_rust_unittests. `gn gen out/rust --check` detected some missing GN dependencies for test_cpp_including_rust_unittests (i.e. including //base and //base/allocator headers without explicitly covering these dependencies in build/rust/tests/test_cpp_including_rust/BUILD.gn). This CL adds the missing dependencies. Bug: 1069271 Change-Id: Ibd157412437e7d86bb856f081f9601078c29c20a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3180156 Auto-Submit: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by: Adrian Taylor <adetaylor@chromium.org> Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/main@{#924553}
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.