Index: base/base.gypi |
=================================================================== |
--- base/base.gypi (revision 94544) |
+++ base/base.gypi (working copy) |
@@ -440,6 +440,7 @@ |
{ |
'target_name': 'base', |
'type': '<(component)', |
+ 'toolsets': ['host', 'target'], |
'variables': { |
'base_target': 1, |
}, |
@@ -658,6 +659,7 @@ |
{ |
'target_name': 'symbolize', |
'type': 'static_library', |
+ 'toolsets': ['host', 'target'], |
'variables': { |
'chromium_code': 0, |
}, |
@@ -683,6 +685,7 @@ |
{ |
'target_name': 'xdg_mime', |
'type': 'static_library', |
+ 'toolsets': ['host', 'target'], |
'variables': { |
'chromium_code': 0, |
}, |