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

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

Issue 2963463002: [Zucchini] Generic suffix array algorithms. (Closed)
Patch Set: Fix comment issue 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 f3ef26bc56885673ed98d163ed73442c2b2fd956..c2219d0bfbe2f9df4605622951390c41b870a3fc 100644
--- a/chrome/installer/zucchini/BUILD.gn
+++ b/chrome/installer/zucchini/BUILD.gn
@@ -25,9 +25,14 @@ if (is_win) {
}
test("zucchini_unittests") {
- sources = []
+ sources = [
+ "suffix_array_unittest.cc",
+ ]
deps = [
+ "//base",
"//base/test:run_all_unittests",
+ "//base/test:test_support",
+ "//testing/gtest",
]
}
« 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