Index: base/base.gypi |
=================================================================== |
--- base/base.gypi (revision 96209) |
+++ base/base.gypi (working copy) |
@@ -446,6 +446,7 @@ |
{ |
'target_name': 'base', |
'type': '<(component)', |
+ 'toolsets': ['host', 'target'], |
'variables': { |
'base_target': 1, |
}, |
@@ -664,6 +665,7 @@ |
{ |
'target_name': 'symbolize', |
'type': 'static_library', |
+ 'toolsets': ['host', 'target'], |
'variables': { |
'chromium_code': 0, |
}, |
@@ -689,6 +691,7 @@ |
{ |
'target_name': 'xdg_mime', |
'type': 'static_library', |
+ 'toolsets': ['host', 'target'], |
'variables': { |
'chromium_code': 0, |
}, |