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

Side by Side Diff: build/linux/unbundle/icu.gyp

Issue 18252003: Replace third_party/icu/public with third_party/icu/source (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: roll ICU to 211851 Created 7 years, 5 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 | Annotate | Revision Log
« no previous file with comments | « base/i18n/time_formatting_unittest.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2013 The Chromium Authors. All rights reserved. 1 # Copyright 2013 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 'target_name': 'system_icu', 8 'target_name': 'system_icu',
9 'type': 'none', 9 'type': 'none',
10 'direct_dependent_settings': { 10 'direct_dependent_settings': {
(...skipping 18 matching lines...) Expand all
29 }, 29 },
30 { 30 {
31 'target_name': 'icui18n', 31 'target_name': 'icui18n',
32 'type': 'none', 32 'type': 'none',
33 'dependencies': ['system_icu'], 33 'dependencies': ['system_icu'],
34 'export_dependent_settings': ['system_icu'], 34 'export_dependent_settings': ['system_icu'],
35 'variables': { 35 'variables': {
36 'headers_root_path': 'public/i18n', 36 'headers_root_path': 'public/i18n',
37 'header_filenames': [ 37 'header_filenames': [
38 # This list can easily be updated using the command below: 38 # This list can easily be updated using the command below:
39 # find third_party/icu/public/i18n -iname '*.h' \ 39 # find third_party/icu/source/i18n/unicode -iname '*.h' \
40 # -printf "'%p',\n" | \ 40 # -printf "'%p',\n" | \
41 # sed -e 's|third_party/icu/public/i18n/||' | sort -u 41 # sed -e 's|third_party/icu/source/i18n/||' | sort -u
42 'unicode/basictz.h', 42 'unicode/basictz.h',
43 'unicode/bmsearch.h', 43 'unicode/bmsearch.h',
44 'unicode/bms.h', 44 'unicode/bms.h',
45 'unicode/calendar.h', 45 'unicode/calendar.h',
46 'unicode/choicfmt.h', 46 'unicode/choicfmt.h',
47 'unicode/coleitr.h', 47 'unicode/coleitr.h',
48 'unicode/colldata.h', 48 'unicode/colldata.h',
49 'unicode/coll.h', 49 'unicode/coll.h',
50 'unicode/curramt.h', 50 'unicode/curramt.h',
51 'unicode/currpinf.h', 51 'unicode/currpinf.h',
(...skipping 63 matching lines...) Expand 10 before | Expand all | Expand 10 after
115 }, 115 },
116 { 116 {
117 'target_name': 'icuuc', 117 'target_name': 'icuuc',
118 'type': 'none', 118 'type': 'none',
119 'dependencies': ['system_icu'], 119 'dependencies': ['system_icu'],
120 'export_dependent_settings': ['system_icu'], 120 'export_dependent_settings': ['system_icu'],
121 'variables': { 121 'variables': {
122 'headers_root_path': 'public/common', 122 'headers_root_path': 'public/common',
123 'header_filenames': [ 123 'header_filenames': [
124 # This list can easily be updated using the command below: 124 # This list can easily be updated using the command below:
125 # find third_party/icu/public/common -iname '*.h' \ 125 # find third_party/icu/source/common/unicode -iname '*.h' \
126 # -printf "'%p',\n" | \ 126 # -printf "'%p',\n" | \
127 # sed -e 's|third_party/icu/public/common/||' | sort -u 127 # sed -e 's|third_party/icu/source/common/||' | sort -u
128 'unicode/brkiter.h', 128 'unicode/brkiter.h',
129 'unicode/bytestream.h', 129 'unicode/bytestream.h',
130 'unicode/caniter.h', 130 'unicode/caniter.h',
131 'unicode/chariter.h', 131 'unicode/chariter.h',
132 'unicode/dbbi.h', 132 'unicode/dbbi.h',
133 'unicode/docmain.h', 133 'unicode/docmain.h',
134 'unicode/dtintrv.h', 134 'unicode/dtintrv.h',
135 'unicode/errorcode.h', 135 'unicode/errorcode.h',
136 'unicode/icudataver.h', 136 'unicode/icudataver.h',
137 'unicode/icuplug.h', 137 'unicode/icuplug.h',
(...skipping 74 matching lines...) Expand 10 before | Expand all | Expand 10 after
212 'unicode/uvernum.h', 212 'unicode/uvernum.h',
213 'unicode/uversion.h', 213 'unicode/uversion.h',
214 ], 214 ],
215 }, 215 },
216 'includes': [ 216 'includes': [
217 '../../build/shim_headers.gypi', 217 '../../build/shim_headers.gypi',
218 ], 218 ],
219 }, 219 },
220 ], 220 ],
221 } 221 }
OLDNEW
« no previous file with comments | « base/i18n/time_formatting_unittest.cc ('k') | chrome/browser/DEPS » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698