| # Copyright 2018 The Chromium Authors. All rights reserved. |
| # Use of this source code is governed by a BSD-style license that can be |
| # found in the LICENSE file. |
| source_set("huffman_trie_generator_sources") { |
| "huffman/huffman_builder.cc", |
| "huffman/huffman_builder.h", |
| "trie/trie_bit_buffer.cc", |
| "trie/trie_bit_buffer.h", |
| source_set("huffman_trie_generator_test_sources") { |
| "bit_writer_unittest.cc", |
| "huffman/huffman_builder_unittest.cc", |
| "trie/trie_bit_buffer_unittest.cc", |
| ":huffman_trie_generator_sources", |
| "//base/test:test_support", |