the build is failing with error
_______________________________
"../../base/third_party/symbolize/symbolize.h:194:1: error: 'GLOG_EXPORT' does not name a type; did you mean 'LL_EXPORTS'?
GLOG_EXPORT bool Symbolize(void* pc, char* out, size_t out_size);"
_________________________________________
and the third_party/symbolize/BUILD.gn has
______________________________________________
config("symbolize_config") {
defines = [
# Only built for Linux and ChromeOS so no special export magic needed.
# "GLOG_EXPORT=",
_______________________
it seems the dependent glog module is missing . What can be the fix ?
Thanks,
Sri