| OLD | NEW |
| 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 Loading... |
| 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 Loading... |
| 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 } |
| OLD | NEW |