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

Unified Diff: courgette/BUILD.gn

Issue 1272453003: [Courgette] Extract qsufsort module and add tests. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Using int, but with explicit cast from ::strlen(). Created 5 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 a885678c5c1ab5a00831420cd4602af8b217e065..8826ba2d1f1015fbc51a04bd818e5bc433bbd22b 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -47,6 +47,7 @@ static_library("courgette_lib") {
"third_party/bsdiff_apply.cc",
"third_party/bsdiff_create.cc",
"third_party/paged_array.h",
+ "third_party/qsufsort.h",
"types_elf.h",
"types_win_pe.h",
]
@@ -104,6 +105,7 @@ test("courgette_unittests") {
"memory_allocator_unittest.cc",
"streams_unittest.cc",
"third_party/paged_array_unittest.cc",
+ "third_party/qsufsort_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