commit | 613291bef7f2a19b885db69b82b17ceb57189626 | [log] [tgz] |
---|---|---|
author | Jeroen Dhollander <jeroendh@google.com> | Fri Mar 17 09:08:58 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Fri Mar 17 09:08:58 2023 |
tree | 41dc14c031abc7a696415725a11dd69eb04b2879 | |
parent | fffbb3021e706831a50f1bbd8aae03dc239c7f8f [diff] |
Fix 32 bit build of target `unit_tests` inside file `device_command_fetch_crd_availability_info_job_unittest.cc` which is only part of the ChromeOS build. I used a `long` to store an `int64_t`, which is not a good idea :) Bug: N/A Change-Id: I1707d8b1209c903013aad6ce5398b9dae838e335 Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4348993 Auto-Submit: Jeroen Dhollander <jeroendh@google.com> Commit-Queue: Jeroen Dhollander <jeroendh@google.com> Reviewed-by: Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/main@{#1118568}
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.