OLD | NEW |
| (Empty) |
1 # Copyright 2016 The Chromium Authors. All rights reserved. | |
2 # Use of this source code is governed by a BSD-style license that can be | |
3 # found in the LICENSE file. | |
4 | |
5 { | |
6 'variables': { | |
7 'ced_sources': [ | |
8 # find src -maxdepth 3 ! -type d | egrep '\.(h|cc)$' | grep -v test.cc | \ | |
9 # LC_COLLATE=c sort | sed "s/^\(.*\)$/ '\1',/" | |
10 'src/compact_enc_det/compact_enc_det.cc', | |
11 'src/compact_enc_det/compact_enc_det.h', | |
12 'src/compact_enc_det/compact_enc_det_generated_tables2.h', | |
13 'src/compact_enc_det/compact_enc_det_generated_tables.h', | |
14 'src/compact_enc_det/compact_enc_det_hint_code.cc', | |
15 'src/compact_enc_det/compact_enc_det_hint_code.h', | |
16 'src/util/basictypes.h', | |
17 'src/util/case_insensitive_hash.h', | |
18 'src/util/commandlineflags.h', | |
19 'src/util/encodings/encodings.cc', | |
20 'src/util/encodings/encodings.h', | |
21 'src/util/encodings/encodings.pb.h', | |
22 'src/util/languages/languages.cc', | |
23 'src/util/languages/languages.h', | |
24 'src/util/languages/languages.pb.h', | |
25 'src/util/logging.h', | |
26 'src/util/port.h', | |
27 'src/util/string_util.h', | |
28 'src/util/varsetter.h', | |
29 ], | |
30 } | |
31 } | |
OLD | NEW |