| Index: courgette/courgette.gyp
|
| diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
|
| index 1eb669db1156bcf83e02681949035cea471fc6b7..8ff08bc85309bf28469f1952acd768743f3250b7 100644
|
| --- a/courgette/courgette.gyp
|
| +++ b/courgette/courgette.gyp
|
| @@ -11,10 +11,6 @@
|
| 'adjustment_method.h',
|
| 'assembly_program.cc',
|
| 'assembly_program.h',
|
| - 'third_party/bsdiff.h',
|
| - 'third_party/bsdiff_apply.cc',
|
| - 'third_party/bsdiff_create.cc',
|
| - 'third_party/paged_array.h',
|
| 'courgette.h',
|
| 'crc.cc',
|
| 'crc.h',
|
| @@ -45,6 +41,11 @@
|
| 'simple_delta.h',
|
| 'streams.cc',
|
| 'streams.h',
|
| + 'third_party/bsdiff.h',
|
| + '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',
|
| 'patch_generator_x86_32.h',
|
| @@ -109,7 +110,8 @@
|
| 'streams_unittest.cc',
|
| 'typedrva_unittest.cc',
|
| 'versioning_unittest.cc',
|
| - 'third_party/paged_array_unittest.cc'
|
| + 'third_party/paged_array_unittest.cc',
|
| + 'third_party/qsufsort_unittest.cc',
|
| ],
|
| 'dependencies': [
|
| 'courgette_lib',
|
|
|