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

Unified Diff: courgette/courgette.gyp

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 | « courgette/BUILD.gn ('k') | courgette/third_party/divsufsort/LICENSE » ('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 2711d740cf7b0b735608883724cc963ea43a833a..e3875654a5bf9de0f8f38dba10b73b5522e90ff6 100644
--- a/courgette/courgette.gyp
+++ b/courgette/courgette.gyp
@@ -63,6 +63,11 @@
'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 @@
'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',
],
'dependencies': [
'courgette_lib',
« no previous file with comments | « courgette/BUILD.gn ('k') | courgette/third_party/divsufsort/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698