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

Unified Diff: base/base.gypi

Issue 7812009: Base: Switch base_i18n to be a separate dll (component build) (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: '' Created 9 years, 4 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 | « base/base.gyp ('k') | base/i18n/base_i18n_export.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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': [
'..',
« no previous file with comments | « base/base.gyp ('k') | base/i18n/base_i18n_export.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698