commit | 5dfb54a2692596705d6d8f34e6102c5362369bc5 | [log] [tgz] |
---|---|---|
author | JunHo Seo <junho0924.seo@lge.com> | Sat Jul 09 00:49:17 2022 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Sat Jul 09 00:49:17 2022 |
tree | 0326555b44f4f4a6f3d1bee9d45d86e30b239a6b | |
parent | 20ff8bd06b934a07dd06d5368cabf1339135fb3d [diff] |
Fix some compile errors on linux && no use_dbus condition 1) Initialize BluezDBusManager via DBusBluezManagerWrapperLinux. This way can remove direct dependency for dbus when use_dbus is actually turned off. 2) In linux, enable use_bluez only if use_dbus is true. Currently sources in use_bluez flag are coupled with dbus. Since there are many dbus dependencies left in chrome layer, still chrome cannot be compiled successfully without use_dbus. Change-Id: Ie2f02fed6c2b522a085a9642c8a4a53be3ab24bb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3750622 Reviewed-by: Reilly Grant <reillyg@chromium.org> Commit-Queue: JunHo Seo <junho0924.seo@lge.com> Cr-Commit-Position: refs/heads/main@{#1022370}
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.