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 8e61591f0f9623da351453352ea2fce4889e6fa9..034c0044ff73fc38327719123dcbda915c5645a5 100644 |
--- a/third_party/boringssl/update_gypi_and_asm.py |
+++ b/third_party/boringssl/update_gypi_and_asm.py |
@@ -206,7 +206,7 @@ def main(): |
test_gypi.write(FILE_HEADER + '{\n \'targets\': [\n') |
test_names = [] |
- for test in test_c_files: |
+ for test in sorted(test_c_files): |
test_name = 'boringssl_%s' % os.path.splitext(os.path.basename(test))[0] |
test_gypi.write(""" { |
'target_name': '%s', |