Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(218)

Unified Diff: courgette/courgette.gyp

Issue 2078743002: [Courgette] Make BSDiff search() use lexicographical_compare(). (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Sync. Created 4 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « courgette/BUILD.gn ('k') | courgette/third_party/bsdiff/bsdiff_create.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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',
],
« no previous file with comments | « courgette/BUILD.gn ('k') | courgette/third_party/bsdiff/bsdiff_create.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698