| Auto-Submit | +1 |
| Commit-Queue | +1 |
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
// These constants must match those found inWas it not possible to add lookup_string_in_fixed_set.h to the `net_deps` source_set()?
If we have to do this, then we should use IfThisThenThat to make sure both definitions stay in sync: https://www.chromium.org/chromium-os/developer-library/guides/development/keep-files-in-sync/
It's sadly under-documented, but there are lots of examples in the source tree.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Auto-Submit | +1 |
Was it not possible to add lookup_string_in_fixed_set.h to the `net_deps` source_set()?
If we have to do this, then we should use IfThisThenThat to make sure both definitions stay in sync: https://www.chromium.org/chromium-os/developer-library/guides/development/keep-files-in-sync/
It's sadly under-documented, but there are lots of examples in the source tree.
Thanks for the pointer - I split out the constants to a new header and added that to the `constants` target (which is in the public_deps of `net_deps`).
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |