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

Unified Diff: courgette/BUILD.gn

Issue 2031193002: [Courgette] Refactor BSDiff namespaces and bsdiff::search() interface. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix more gap; fix Installer confusion; update README.chromium. Created 4 years, 7 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
Index: courgette/BUILD.gn
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index bef724e305a814ff79d06b564e519cae86d893ee..3d855a7d65c8f0a7d39293c9d6da28acdc6b6b0c 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -56,6 +56,7 @@ static_library("courgette_lib") {
"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",

Powered by Google App Engine
This is Rietveld 408576698