Index: third_party/boringssl/update_gypi_and_asm.py |
diff --git a/third_party/boringssl/update_gypi_and_asm.py b/third_party/boringssl/update_gypi_and_asm.py |
index 3cb3c0e82fe94185ecec94f2188c70cba479acbc..d996876f855c385e3859d95fac18492733ba2412 100644 |
--- a/third_party/boringssl/update_gypi_and_asm.py |
+++ b/third_party/boringssl/update_gypi_and_asm.py |
@@ -202,6 +202,7 @@ def main(): |
gypi.write(' }\n}\n') |
test_c_files = FindCFiles(os.path.join('src', 'crypto'), OnlyTests) |
+ test_c_files += FindCFiles(os.path.join('src', 'ssl'), OnlyTests) |
with open('boringssl_tests.gypi', 'w+') as test_gypi: |
test_gypi.write(FILE_HEADER + '{\n \'targets\': [\n') |