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

Unified Diff: courgette/BUILD.gn

Issue 2963463002: [Zucchini] Generic suffix array algorithms. (Closed)
Patch Set: Fix SearchExact performance Created 3 years, 6 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
Index: courgette/BUILD.gn
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index b2d13e9a6c5e987a5003549d664beb9cf11af2a2..bd59676dcfb7552b3510c79b92d1f73903e54005 100644
--- a/courgette/BUILD.gn
+++ b/courgette/BUILD.gn
@@ -160,29 +160,7 @@ if (!is_ios) {
test("courgette_unittests") {
sources = [
- "adjustment_method_unittest.cc",
huangs 2017/06/28 22:30:35 Why change this file?? If you want to run a test
etiennep1 2017/06/28 23:03:48 That was a mistake, sorry! Also, thanks for the ti
- "base_test_unittest.cc",
- "base_test_unittest.h",
- "bsdiff_memory_unittest.cc",
- "consecutive_range_visitor_unittest.cc",
- "difference_estimator_unittest.cc",
- "disassembler_elf_32_x86_unittest.cc",
- "disassembler_win32_x64_unittest.cc",
- "disassembler_win32_x86_unittest.cc",
- "encode_decode_unittest.cc",
- "encoded_program_unittest.cc",
- "ensemble_unittest.cc",
- "image_utils_unittest.cc",
- "label_manager_unittest.cc",
- "memory_allocator_unittest.cc",
- "program_detector_unittest.cc",
- "rel32_finder_unittest.cc",
- "streams_unittest.cc",
"third_party/bsdiff/bsdiff_search_unittest.cc",
- "third_party/bsdiff/paged_array_unittest.cc",
- "third_party/divsufsort/divsufsort_unittest.cc",
- "typedrva_unittest.cc",
- "versioning_unittest.cc",
]
# TODO(jschuh): crbug.com/167187 fix size_t to int truncations.

Powered by Google App Engine
This is Rietveld 408576698