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

Unified Diff: courgette/BUILD.gn

Issue 2187953003: [Courgette] Replace QSufSort with libdivsufsort. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix spacing. Created 4 years, 4 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 | « no previous file | courgette/courgette.gyp » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: courgette/BUILD.gn
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index 5586369729020c7f5997d9d5c4f370c16b28c014..8a662ad1439d5af0fb5d683379f0ba54341305b7 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -62,7 +62,6 @@ static_library("courgette_lib") {
"third_party/bsdiff/bsdiff_create.cc",
"third_party/bsdiff/bsdiff_search.h",
"third_party/bsdiff/paged_array.h",
- "third_party/bsdiff/qsufsort.h",
"third_party/divsufsort/divsufsort.cc",
"third_party/divsufsort/divsufsort.h",
"third_party/divsufsort/divsufsort_private.h",
@@ -170,7 +169,6 @@ test("courgette_unittests") {
"streams_unittest.cc",
"third_party/bsdiff/bsdiff_search_unittest.cc",
"third_party/bsdiff/paged_array_unittest.cc",
- "third_party/bsdiff/qsufsort_unittest.cc",
"third_party/divsufsort/divsufsort_unittest.cc",
"typedrva_unittest.cc",
"versioning_unittest.cc",
« no previous file with comments | « no previous file | courgette/courgette.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698