Index: courgette/BUILD.gn |
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn |
index a885678c5c1ab5a00831420cd4602af8b217e065..8826ba2d1f1015fbc51a04bd818e5bc433bbd22b 100644 |
--- a/courgette/BUILD.gn |
+++ b/courgette/BUILD.gn |
@@ -47,6 +47,7 @@ static_library("courgette_lib") { |
"third_party/bsdiff_apply.cc", |
"third_party/bsdiff_create.cc", |
"third_party/paged_array.h", |
+ "third_party/qsufsort.h", |
"types_elf.h", |
"types_win_pe.h", |
] |
@@ -104,6 +105,7 @@ test("courgette_unittests") { |
"memory_allocator_unittest.cc", |
"streams_unittest.cc", |
"third_party/paged_array_unittest.cc", |
+ "third_party/qsufsort_unittest.cc", |
"typedrva_unittest.cc", |
"versioning_unittest.cc", |
] |