summaryrefslogtreecommitdiffstats
path: root/courgette/BUILD.gn
diff options
context:
space:
mode:
authorhuangs <huangs@chromium.org>2015-08-11 13:58:52 -0700
committerCommit bot <commit-bot@chromium.org>2015-08-11 20:59:42 +0000
commitc1de821fbf6dbefdc8eaf8db9e47e1b9ad20d0a9 (patch)
tree413857f35ff531a6c5a0b41b90c3ba5acb034231 /courgette/BUILD.gn
parent4e6546e538bed9e0758b5566a7604853b9e32f3e (diff)
downloadchromium_src-c1de821fbf6dbefdc8eaf8db9e47e1b9ad20d0a9.zip
chromium_src-c1de821fbf6dbefdc8eaf8db9e47e1b9ad20d0a9.tar.gz
chromium_src-c1de821fbf6dbefdc8eaf8db9e47e1b9ad20d0a9.tar.bz2
[Courgette] Extract qsufsort module and add tests.
This is to prepare for a follow-up CL to optimize qsufsort(), which reduces run time by ~40%, and "courgette -gen" run time by ~10%. Review URL: https://codereview.chromium.org/1272453003 Cr-Commit-Position: refs/heads/master@{#342883}
Diffstat (limited to 'courgette/BUILD.gn')
-rw-r--r--courgette/BUILD.gn2
1 files changed, 2 insertions, 0 deletions
diff --git a/courgette/BUILD.gn b/courgette/BUILD.gn
index a885678..8826ba2 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",
]