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

Side by Side Diff: icu.gyp

Issue 203823003: Add support for QNX Neutrino part2 (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/deps/third_party/icu46/
Patch Set: Per Mark's comments Created 6 years, 9 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 | « README.chromium ('k') | patches/pandroid.h.patch » ('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 (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'includes': [ 6 'includes': [
7 'icu.gypi', 7 'icu.gypi',
8 ], 8 ],
9 'variables': { 9 'variables': {
10 'use_system_icu%': 0, 10 'use_system_icu%': 0,
(...skipping 115 matching lines...) Expand 10 before | Expand all | Expand 10 after
126 [ 'OS == "win" or OS == "mac" or OS == "ios" or ' 126 [ 'OS == "win" or OS == "mac" or OS == "ios" or '
127 '(OS == "android" and (_toolset != "host" or host_os != "linux")) or ' 127 '(OS == "android" and (_toolset != "host" or host_os != "linux")) or '
128 '(OS == "qnx" and (_toolset == "host" and host_os != "linux"))', { 128 '(OS == "qnx" and (_toolset == "host" and host_os != "linux"))', {
129 'sources!': ['linux/icudt46l_dat.S'], 129 'sources!': ['linux/icudt46l_dat.S'],
130 }], 130 }],
131 [ 'OS != "android" or _toolset == "host"', { 131 [ 'OS != "android" or _toolset == "host"', {
132 'sources!': ['android/icudt46l_dat.S'], 132 'sources!': ['android/icudt46l_dat.S'],
133 }], 133 }],
134 [ 'OS != "mac" and OS != "ios" and ' 134 [ 'OS != "mac" and OS != "ios" and '
135 '((OS != "android" and OS != "qnx") or ' 135 '((OS != "android" and OS != "qnx") or '
136 » '_toolset != "host" or host_os != "mac")', { 136 '_toolset != "host" or host_os != "mac")', {
137 'sources!': ['mac/icudt46l_dat.S'], 137 'sources!': ['mac/icudt46l_dat.S'],
138 }], 138 }],
139 ], # target_conditions 139 ], # target_conditions
140 }, 140 },
141 { 141 {
142 'target_name': 'icui18n', 142 'target_name': 'icui18n',
143 'type': '<(component)', 143 'type': '<(component)',
144 'sources': [ 144 'sources': [
145 '<@(icui18n_sources)', 145 '<@(icui18n_sources)',
146 ], 146 ],
(...skipping 433 matching lines...) Expand 10 before | Expand all | Expand 10 after
580 }, 580 },
581 'includes': [ 581 'includes': [
582 '../../build/shim_headers.gypi', 582 '../../build/shim_headers.gypi',
583 ], 583 ],
584 'toolsets': ['target'], 584 'toolsets': ['target'],
585 }, 585 },
586 ], # targets 586 ], # targets
587 }], 587 }],
588 ], # conditions 588 ], # conditions
589 } 589 }
OLDNEW
« no previous file with comments | « README.chromium ('k') | patches/pandroid.h.patch » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698