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

Side by Side Diff: icu_tools.gypi

Issue 1000163003: Generate the icu data binaries at compile time instead of checking in binaries Base URL: https://chromium.googlesource.com/chromium/deps/icu.git@master
Patch Set: Fixed warnings in cross compiling Created 5 years, 8 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 | « icu_tools.gyp ('k') | no next file » | 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 2015 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 'icutoolutil_sources': [
8 'source/tools/toolutil/collationinfo.cpp',
9 'source/tools/toolutil/collationinfo.h',
10 'source/tools/toolutil/denseranges.cpp',
11 'source/tools/toolutil/denseranges.h',
12 'source/tools/toolutil/filestrm.c',
13 'source/tools/toolutil/filestrm.h',
14 'source/tools/toolutil/filetools.cpp',
15 'source/tools/toolutil/filetools.h',
16 'source/tools/toolutil/flagparser.c',
17 'source/tools/toolutil/flagparser.h',
18 'source/tools/toolutil/package.cpp',
19 'source/tools/toolutil/package.h',
20 'source/tools/toolutil/pkg_genc.c',
21 'source/tools/toolutil/pkg_genc.h',
22 'source/tools/toolutil/pkg_gencmn.c',
23 'source/tools/toolutil/pkg_gencmn.h',
24 'source/tools/toolutil/pkg_icu.cpp',
25 'source/tools/toolutil/pkg_icu.h',
26 'source/tools/toolutil/pkgitems.cpp',
27 'source/tools/toolutil/ppucd.cpp',
28 'source/tools/toolutil/ppucd.h',
29 'source/tools/toolutil/swapimpl.cpp',
30 'source/tools/toolutil/swapimpl.h',
31 'source/tools/toolutil/toolutil.cpp',
32 'source/tools/toolutil/toolutil.h',
33 'source/tools/toolutil/ucbuf.c',
34 'source/tools/toolutil/ucbuf.h',
35 'source/tools/toolutil/ucm.c',
36 'source/tools/toolutil/ucm.h',
37 'source/tools/toolutil/ucmstate.c',
38 'source/tools/toolutil/udbgutil.cpp',
39 'source/tools/toolutil/udbgutil.h',
40 'source/tools/toolutil/unewdata.c',
41 'source/tools/toolutil/unewdata.h',
42 'source/tools/toolutil/uoptions.c',
43 'source/tools/toolutil/uoptions.h',
44 'source/tools/toolutil/uparse.c',
45 'source/tools/toolutil/uparse.h',
46 'source/tools/toolutil/writesrc.c',
47 'source/tools/toolutil/writesrc.h',
48 'source/tools/toolutil/xmlparser.cpp',
49 'source/tools/toolutil/xmlparser.h',
50 ],
51 'genbrk_sources': [
52 'source/tools/genbrk/genbrk.cpp',
53 ],
54 'gencnval_sources': [
55 'source/tools/gencnval/gencnval.c',
56 ],
57 'gencfu_sources': [
58 'source/tools/gencfu/gencfu.cpp',
59 ],
60 'gendict_sources': [
61 'source/tools/gendict/gendict.cpp',
62 ],
63 'genrb_sources': [
64 'source/tools/genrb/errmsg.c',
65 'source/tools/genrb/errmsg.h',
66 'source/tools/genrb/genrb.c',
67 'source/tools/genrb/parse.cpp',
68 'source/tools/genrb/parse.h',
69 'source/tools/genrb/prscmnts.cpp',
70 'source/tools/genrb/prscmnts.h',
71 'source/tools/genrb/rbutil.c',
72 'source/tools/genrb/rbutil.h',
73 'source/tools/genrb/read.c',
74 'source/tools/genrb/read.h',
75 'source/tools/genrb/reslist.c',
76 'source/tools/genrb/reslist.h',
77 'source/tools/genrb/rle.c',
78 'source/tools/genrb/rle.h',
79 'source/tools/genrb/ustr.c',
80 'source/tools/genrb/ustr.h',
81 'source/tools/genrb/wrtjava.c',
82 'source/tools/genrb/wrtxml.cpp',
83 ],
84 'icupkg_sources': [
85 'source/tools/icupkg/icupkg.cpp',
86 ],
87 'makeconv_sources': [
88 'source/tools/makeconv/gencnvex.c',
89 'source/tools/makeconv/genmbcs.cpp',
90 'source/tools/makeconv/genmbcs.h',
91 'source/tools/makeconv/makeconv.c',
92 'source/tools/makeconv/makeconv.h',
93 'source/tools/makeconv/ucnvstat.c',
94 ],
95 'pkgdata_sources': [
96 'source/tools/pkgdata/pkgdata.cpp',
97 'source/tools/pkgdata/pkgtypes.c',
98 'source/tools/pkgdata/pkgtypes.h',
99 ],
100 }
101 }
OLDNEW
« no previous file with comments | « icu_tools.gyp ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698