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

Unified 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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « icu_tools.gyp ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: icu_tools.gypi
diff --git a/icu_tools.gypi b/icu_tools.gypi
new file mode 100644
index 0000000000000000000000000000000000000000..f9719a26717a5ffc01bd7eef8751608130979a93
--- /dev/null
+++ b/icu_tools.gypi
@@ -0,0 +1,101 @@
+# Copyright 2015 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.
+
+{
+ 'variables': {
+ 'icutoolutil_sources': [
+ 'source/tools/toolutil/collationinfo.cpp',
+ 'source/tools/toolutil/collationinfo.h',
+ 'source/tools/toolutil/denseranges.cpp',
+ 'source/tools/toolutil/denseranges.h',
+ 'source/tools/toolutil/filestrm.c',
+ 'source/tools/toolutil/filestrm.h',
+ 'source/tools/toolutil/filetools.cpp',
+ 'source/tools/toolutil/filetools.h',
+ 'source/tools/toolutil/flagparser.c',
+ 'source/tools/toolutil/flagparser.h',
+ 'source/tools/toolutil/package.cpp',
+ 'source/tools/toolutil/package.h',
+ 'source/tools/toolutil/pkg_genc.c',
+ 'source/tools/toolutil/pkg_genc.h',
+ 'source/tools/toolutil/pkg_gencmn.c',
+ 'source/tools/toolutil/pkg_gencmn.h',
+ 'source/tools/toolutil/pkg_icu.cpp',
+ 'source/tools/toolutil/pkg_icu.h',
+ 'source/tools/toolutil/pkgitems.cpp',
+ 'source/tools/toolutil/ppucd.cpp',
+ 'source/tools/toolutil/ppucd.h',
+ 'source/tools/toolutil/swapimpl.cpp',
+ 'source/tools/toolutil/swapimpl.h',
+ 'source/tools/toolutil/toolutil.cpp',
+ 'source/tools/toolutil/toolutil.h',
+ 'source/tools/toolutil/ucbuf.c',
+ 'source/tools/toolutil/ucbuf.h',
+ 'source/tools/toolutil/ucm.c',
+ 'source/tools/toolutil/ucm.h',
+ 'source/tools/toolutil/ucmstate.c',
+ 'source/tools/toolutil/udbgutil.cpp',
+ 'source/tools/toolutil/udbgutil.h',
+ 'source/tools/toolutil/unewdata.c',
+ 'source/tools/toolutil/unewdata.h',
+ 'source/tools/toolutil/uoptions.c',
+ 'source/tools/toolutil/uoptions.h',
+ 'source/tools/toolutil/uparse.c',
+ 'source/tools/toolutil/uparse.h',
+ 'source/tools/toolutil/writesrc.c',
+ 'source/tools/toolutil/writesrc.h',
+ 'source/tools/toolutil/xmlparser.cpp',
+ 'source/tools/toolutil/xmlparser.h',
+ ],
+ 'genbrk_sources': [
+ 'source/tools/genbrk/genbrk.cpp',
+ ],
+ 'gencnval_sources': [
+ 'source/tools/gencnval/gencnval.c',
+ ],
+ 'gencfu_sources': [
+ 'source/tools/gencfu/gencfu.cpp',
+ ],
+ 'gendict_sources': [
+ 'source/tools/gendict/gendict.cpp',
+ ],
+ 'genrb_sources': [
+ 'source/tools/genrb/errmsg.c',
+ 'source/tools/genrb/errmsg.h',
+ 'source/tools/genrb/genrb.c',
+ 'source/tools/genrb/parse.cpp',
+ 'source/tools/genrb/parse.h',
+ 'source/tools/genrb/prscmnts.cpp',
+ 'source/tools/genrb/prscmnts.h',
+ 'source/tools/genrb/rbutil.c',
+ 'source/tools/genrb/rbutil.h',
+ 'source/tools/genrb/read.c',
+ 'source/tools/genrb/read.h',
+ 'source/tools/genrb/reslist.c',
+ 'source/tools/genrb/reslist.h',
+ 'source/tools/genrb/rle.c',
+ 'source/tools/genrb/rle.h',
+ 'source/tools/genrb/ustr.c',
+ 'source/tools/genrb/ustr.h',
+ 'source/tools/genrb/wrtjava.c',
+ 'source/tools/genrb/wrtxml.cpp',
+ ],
+ 'icupkg_sources': [
+ 'source/tools/icupkg/icupkg.cpp',
+ ],
+ 'makeconv_sources': [
+ 'source/tools/makeconv/gencnvex.c',
+ 'source/tools/makeconv/genmbcs.cpp',
+ 'source/tools/makeconv/genmbcs.h',
+ 'source/tools/makeconv/makeconv.c',
+ 'source/tools/makeconv/makeconv.h',
+ 'source/tools/makeconv/ucnvstat.c',
+ ],
+ 'pkgdata_sources': [
+ 'source/tools/pkgdata/pkgdata.cpp',
+ 'source/tools/pkgdata/pkgtypes.c',
+ 'source/tools/pkgdata/pkgtypes.h',
+ ],
+ }
+}
« 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