Pdf build dependencies cause Win build to intermittently fail to compile |
||
Issue description
Soon after [1] landed win bot started to intermittently fail[2][3] to compile, depending on file compile order:
FAILED: obj/pdf/pdf_test_utils/test_document_loader.obj
In file included from ../../pdf/test/test_document_loader.cc:8:
In file included from ../..\base/files/file_util.h:25:
In file included from ../..\base/files/file.h:15:
In file included from ../..\base/files/platform_file.h:12:
In file included from ../..\base/win/scoped_handle.h:12:
../..\base/location.h(14,10): fatal error: 'base/debug/debugging_buildflags.h' file not found
#include "base/debug/debugging_buildflags.h"
^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1 error generated.
Reverting the CL for now, please have a look into fixing build dependencies.
[1] https://crrev.com/5fbe87da9e75d17c9789d27a949f05350aae855a
[2] https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/win-rel/3273
[3] https://ci.chromium.org/p/chromium/builders/luci.chromium.ci/win-rel?limit=50
,
Sep 26
Thanks for reverting. I'll try to fix this before relanding. |
||
►
Sign in to add a comment |
||
Comment 1 by bugdroid1@chromium.org
, Sep 26