Crashpad allows an `#include` in a .h to satisfy a .cc’s need. Please revert the ones I’ve called out.
#include "build/build_config.h"Already in the .h.
#include "build/build_config.h"Already in the .h.
#include "build/build_config.h"Already in the .h.
#include "build/build_config.h"Already in the .h.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Crashpad allows an `#include` in a .h to satisfy a .cc’s need. Please revert the ones I’ve called out.
These are _test.cc files though and not the corresponding .cc ones. Does it still count? For reference, chromium doesn't accept that
https://source.chromium.org/chromium/chromium/src/+/main:PRESUBMIT.py;l=6504;drc=ab9a86c070d760baa33aa8d6d90101a6523795e4
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
| Code-Review | +1 |
Victor ViannaCrashpad allows an `#include` in a .h to satisfy a .cc’s need. Please revert the ones I’ve called out.
These are _test.cc files though and not the corresponding .cc ones. Does it still count? For reference, chromium doesn't accept that
https://source.chromium.org/chromium/chromium/src/+/main:PRESUBMIT.py;l=6504;drc=ab9a86c070d760baa33aa8d6d90101a6523795e4
Crashpad always has accepted this, yes.
But I guess it could interfere with a roll into Chromium, so LGTM.
(although if you didn't touch the files, the roll wouldn't see them!)
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Victor ViannaCrashpad allows an `#include` in a .h to satisfy a .cc’s need. Please revert the ones I’ve called out.
Mark MentovaiThese are _test.cc files though and not the corresponding .cc ones. Does it still count? For reference, chromium doesn't accept that
https://source.chromium.org/chromium/chromium/src/+/main:PRESUBMIT.py;l=6504;drc=ab9a86c070d760baa33aa8d6d90101a6523795e4
Crashpad always has accepted this, yes.
But I guess it could interfere with a roll into Chromium, so LGTM.
(although if you didn't touch the files, the roll wouldn't see them!)
Acknowledged
Thanks!
#include "build/build_config.h"Victor ViannaAlready in the .h.
Acknowledged
#include "build/build_config.h"Victor ViannaAlready in the .h.
Acknowledged
#include "build/build_config.h"Victor ViannaAlready in the .h.
Acknowledged
#include "build/build_config.h"Victor ViannaAlready in the .h.
Acknowledged
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |
Add missing build/build_config.h includes
These files were using ARCH_CPU_* macros but didn't include the proper
header.
Crashpad trybot failures are unrelated and tracked in
https://crbug.com/544854901.
| Inspect html for hidden footers to help with email filtering. To unsubscribe visit settings. |