commit | 95be098a08a37a583d359ff25579bbda160d9a45 | [log] [tgz] |
---|---|---|
author | Reilly Grant <reillyg@chromium.org> | Wed Feb 19 00:49:23 2025 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Wed Feb 19 00:49:23 2025 |
tree | 5ba7843c7cc08fa5d24934427f0e7324ce5eec9a | |
parent | e836cc060de059efc6ff036a932021e04ee949c4 [diff] |
webnn: Fix build flag checking in op_resolver.cc A follow-up to https://crrev.com/c/6279085 which properly checks the state of the new WEBNN_USE_CHROME_ML_API build flag because the original patch successfully disabled the code which was crashing but also didn't ever enable it. Bug: 396748132 Change-Id: I7725c8d74318af29135805124c93dd0667ec533f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/6279907 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Reviewed-by: Phillis Tang <phillis@chromium.org> Commit-Queue: Phillis Tang <phillis@chromium.org> Cr-Commit-Position: refs/heads/main@{#1421719}
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.