| Index: base/base.gypi
|
| ===================================================================
|
| --- base/base.gypi (revision 97736)
|
| +++ base/base.gypi (working copy)
|
| @@ -621,9 +621,6 @@
|
| 'defines': [
|
| '<@(nacl_win64_defines)',
|
| ],
|
| - 'sources': [
|
| - 'i18n/icu_util_nacl_win64.cc',
|
| - ],
|
| 'configurations': {
|
| 'Common_Base': {
|
| 'msvs_target_platform': 'x64',
|
| @@ -639,7 +636,7 @@
|
| },
|
| {
|
| 'target_name': 'base_i18n_nacl_win64',
|
| - 'type': 'static_library',
|
| + 'type': '<(component)',
|
| # TODO(gregoryd): direct_dependent_settings should be shared with the
|
| # 32-bit target, but it doesn't work due to a bug in gyp
|
| 'direct_dependent_settings': {
|
| @@ -649,6 +646,7 @@
|
| },
|
| 'defines': [
|
| '<@(nacl_win64_defines)',
|
| + 'BASE_I18N_IMPLEMENTATION',
|
| ],
|
| 'include_dirs': [
|
| '..',
|
|
|