[Sheriff] Add missing dependency of buildflags target
chrome/browser/browser_process.h imports chrome/common/buildflags.h but doesn't include the target in BUILD.gn. chrome/test/base/testing_profile.h ditto. As the result, the files above maybe compiled before the buildflags.h is generated, which caused multiple flaky build failure. This CL added necessary target to deflake the build. TBR=sky@chromium.org Bug: 1063513 Change-Id: Ic3a74260351937382a9eabd32b9251d8d6057cd3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2116591 Commit-Queue: Tina Wang <tinazwang@chromium.org> Reviewed-by:Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#752577}
Showing
Please register or sign in to comment