Two files are included in the release that don't seem to fit. (Neither is referenced from the shipped BUILD.bazel files):
-
synchronization/internal/mutex_nonprod.cc doesn't build (unable to include "base/init_google.h")
-
strings/strip.cpp doesn't build since StripBrackets() is used (by StripCurlyBraces()) before it's defined and there's no forward declaration for it.