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

Side by Side Diff: third_party/ced/ced.gypi

Issue 2332843004: Remove GYP files. (Closed)
Patch Set: Merge Created 4 years, 3 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 unified diff | Download patch
« no previous file with comments | « third_party/ced/ced.gyp ('k') | third_party/ced/ced_nacl.gyp » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
(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 }
OLDNEW
« no previous file with comments | « third_party/ced/ced.gyp ('k') | third_party/ced/ced_nacl.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698