commit | b6c0a07d6737a6a12f0c736e08e60bdd9450577c | [log] [tgz] |
---|---|---|
author | Gyuyoung Kim <gyuyoung@igalia.com> | Wed Aug 28 13:23:26 2024 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Aug 28 13:23:26 2024 |
tree | b28e76635f17ddb0a96984cff3463bb35b6d7c37 | |
parent | f60d70541d7001b31e99fce7ee5fbbf744953e06 [diff] |
fixup! [omnibox][history-embeddings] Make matches deletable The original CL(https://crrev.com/c/5786118) only added the dep of "//components/history_embeddings" to the non-iOS ports. So iOS Blink port build has been broken since the CL. This CL fixes the build by adding `// nogncheck` on the end include inside the #if !BUILDFLAG(IS_IOS) block Bug: 358440019 Change-Id: I0bcd7ce0d27e04e928ba28a925f14a326308b045 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/5799226 Reviewed-by: Dave Tapuska <dtapuska@chromium.org> Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by: Moe Ahmadi <mahmadi@chromium.org> Cr-Commit-Position: refs/heads/main@{#1347966}
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.