Index: build/linux/system.gyp |
=================================================================== |
--- build/linux/system.gyp (revision 94544) |
+++ build/linux/system.gyp (working copy) |
@@ -31,6 +31,7 @@ |
{ |
'target_name': 'gtk', |
'type': 'settings', |
+ 'toolsets': ['host', 'target'], |
'conditions': [ |
['_toolset=="target"', { |
'direct_dependent_settings': { |
@@ -255,6 +256,7 @@ |
{ |
'target_name': 'x11', |
'type': 'settings', |
+ 'toolsets': ['host', 'target'], |
'conditions': [ |
['_toolset=="target"', { |
'direct_dependent_settings': { |