DescriptionBoringSSL: switch around GYP files again.
Any leak of boringssl.gyp (which included unittests) ends up pulling in base/
and breaks the WebRTC build.
However, switching targets to boringssl_lib.gypi:boringssl breaks GYP because
then there are two targets with the same name (boringssl.gyp:boringssl and
boringssl_lib.gypi:boringssl).
This change gives up and splits the unittests into a different .gyp file.
BUG=none
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=288251
Patch Set 1 #Patch Set 2 : Missed adding the new file. #Patch Set 3 : Fix unittest build. #
Messages
Total messages: 12 (0 generated)
|