diff options
Diffstat (limited to 'base/base.gypi')
-rw-r--r-- | base/base.gypi | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/base/base.gypi b/base/base.gypi index 4b672f3..b8a2c0b 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -458,6 +458,7 @@ { 'target_name': 'base', 'type': '<(component)', + 'toolsets': ['host', 'target'], 'variables': { 'base_target': 1, }, @@ -672,6 +673,7 @@ { 'target_name': 'symbolize', 'type': 'static_library', + 'toolsets': ['host', 'target'], 'variables': { 'chromium_code': 0, }, @@ -697,6 +699,7 @@ { 'target_name': 'xdg_mime', 'type': 'static_library', + 'toolsets': ['host', 'target'], 'variables': { 'chromium_code': 0, }, |