| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
[bedrock] fix memory/ dependency on android
The issue was that on Android, the link from the code in memory:impl
back to the mojom generator was broken because resource_coordinator
wasn't publicly declaring its mojom dependency. By making this
dependency unconditional and public, we force Ninja to always generate
the headers before compiling any target that transitively includes
utils.h. This explicitly serializes the build and eliminates the race
condition on all platforms.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |