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

Unified Diff: chrome/installer/zucchini/BUILD.gn

Issue 2963463002: [Zucchini] Generic suffix array algorithms. (Closed)
Patch Set: Rebase Created 3 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 | chrome/installer/zucchini/suffix_array.h » ('j') | chrome/installer/zucchini/suffix_array.h » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/installer/zucchini/BUILD.gn
diff --git a/chrome/installer/zucchini/BUILD.gn b/chrome/installer/zucchini/BUILD.gn
index ba3b0b5c6f8d41518cbc512661afebb64e2fd331..323b01166a3f95ac704841b915e697eb6f6c2808 100644
--- a/chrome/installer/zucchini/BUILD.gn
+++ b/chrome/installer/zucchini/BUILD.gn
@@ -13,6 +13,7 @@ static_library("zucchini_lib") {
"disassembler.cc",
"disassembler.h",
"image_utils.h",
+ "suffix_array.h",
"typed_value.h",
]
@@ -44,6 +45,7 @@ test("zucchini_unittests") {
sources = [
"buffer_view_unittest.cc",
"crc32_unittest.cc",
+ "suffix_array_unittest.cc",
"typed_value_unittest.cc",
]
« no previous file with comments | « no previous file | chrome/installer/zucchini/suffix_array.h » ('j') | chrome/installer/zucchini/suffix_array.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698