forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move Mojo and IPC protobuf support to separate targets
Currently, any target depending on Mojo or IPC must also depend on protobuf, but the only dependency is some helper traits headers. As a result, we still need to build protobuf for NaCl. Split these into separate targets. This removes the last protobuf dependency in NaCl and removes the need to build it for NaCl at all. In particular, the new version of protobuf does not build with NaCl's libc (it expects an <endian.h>). Rather than patch that, remove the dependency altogether. Bug: 1294200 Change-Id: If4e448e681c94a5eed329c57ef08f4dd88be5437 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3594979 Reviewed-by: Joe Downing <joedow@chromium.org> Reviewed-by: Ken Rockot <rockot@google.com> Commit-Queue: David Benjamin <davidben@chromium.org> Cr-Commit-Position: refs/heads/main@{#994534}
- Loading branch information
Showing
6 changed files
with
29 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters