blob: e63f8662499f9dd0e296d96c987e37c51d428b04 [file] [log] [blame]
# Caution!: GYP to GN migration is happening. If you update this file, please
# update "test" config in common-mk/BUILD.gn too accordingly.
# This file is included for every single test target.
# You can add anything in here that's valid in a target dictionary.
{
'link_settings': {
'libraries+': [
# Don't worry about overlinking, ld.gold's --as-needed will
# deal with that.
'>!@(gtest-config --libs)',
'>!@(gmock-config --libs)',
],
},
}