| Index: courgette/courgette.gyp
|
| diff --git a/courgette/courgette.gyp b/courgette/courgette.gyp
|
| index aa670149b9f02b1d48ab2a450425d93f5e58ccbf..040b1dd88c12994db22a897b7ec092aa544a0c80 100644
|
| --- a/courgette/courgette.gyp
|
| +++ b/courgette/courgette.gyp
|
| @@ -42,6 +42,8 @@
|
| 'label_manager.h',
|
| 'memory_allocator.cc',
|
| 'memory_allocator.h',
|
| + 'patch_generator_x86_32.h',
|
| + 'patcher_x86_32.h',
|
| 'program_detector.cc',
|
| 'program_detector.h',
|
| 'region.h',
|
| @@ -58,12 +60,11 @@
|
| 'third_party/bsdiff/bsdiff.h',
|
| 'third_party/bsdiff/bsdiff_apply.cc',
|
| 'third_party/bsdiff/bsdiff_create.cc',
|
| + 'third_party/bsdiff/bsdiff_search.h',
|
| 'third_party/bsdiff/paged_array.h',
|
| 'third_party/bsdiff/qsufsort.h',
|
| 'types_elf.h',
|
| 'types_win_pe.h',
|
| - 'patch_generator_x86_32.h',
|
| - 'patcher_x86_32.h',
|
| ],
|
| },
|
| 'targets': [
|
| @@ -128,6 +129,7 @@
|
| 'streams_unittest.cc',
|
| 'typedrva_unittest.cc',
|
| 'versioning_unittest.cc',
|
| + 'third_party/bsdiff/bsdiff_search_unittest.cc',
|
| 'third_party/bsdiff/paged_array_unittest.cc',
|
| 'third_party/bsdiff/qsufsort_unittest.cc',
|
| ],
|
|
|