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

Unified Diff: courgette/BUILD.gn

Issue 2156223002: [Courgette] Add third party-library: libdivsufsort. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix typo in README.chromium: LICEN*S*E. Created 4 years, 5 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 8a9eeaf073b44e6b10388da47efa0e61ba92b525..08ac22abcb40434a7ae714101fc2b0c6c923a205 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -63,6 +63,11 @@ static_library("courgette_lib") {
"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",
+ "third_party/divsufsort/sssort.cc",
+ "third_party/divsufsort/trsort.cc",
"types_elf.h",
"types_win_pe.h",
]
@@ -133,6 +138,7 @@ test("courgette_unittests") {
"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