diff options
Diffstat (limited to 'base')
-rw-r--r-- | base/base.gyp | 1 | ||||
-rw-r--r-- | base/base.gypi | 3 | ||||
-rw-r--r-- | base/third_party/dynamic_annotations/dynamic_annotations.gyp | 1 |
3 files changed, 0 insertions, 5 deletions
diff --git a/base/base.gyp b/base/base.gyp index 92844f6..8e28506 100644 --- a/base/base.gyp +++ b/base/base.gyp @@ -60,7 +60,6 @@ # base depends on base_static. 'target_name': 'base_static', 'type': 'static_library', - 'toolsets': ['host', 'target'], 'sources': [ 'base_switches.cc', 'base_switches.h', diff --git a/base/base.gypi b/base/base.gypi index 44eb9d3..21ce9bf 100644 --- a/base/base.gypi +++ b/base/base.gypi @@ -446,7 +446,6 @@ { 'target_name': 'base', 'type': '<(component)', - 'toolsets': ['host', 'target'], 'variables': { 'base_target': 1, }, @@ -665,7 +664,6 @@ { 'target_name': 'symbolize', 'type': 'static_library', - 'toolsets': ['host', 'target'], 'variables': { 'chromium_code': 0, }, @@ -691,7 +689,6 @@ { 'target_name': 'xdg_mime', 'type': 'static_library', - 'toolsets': ['host', 'target'], 'variables': { 'chromium_code': 0, }, diff --git a/base/third_party/dynamic_annotations/dynamic_annotations.gyp b/base/third_party/dynamic_annotations/dynamic_annotations.gyp index f4970ef..47334d8 100644 --- a/base/third_party/dynamic_annotations/dynamic_annotations.gyp +++ b/base/third_party/dynamic_annotations/dynamic_annotations.gyp @@ -7,7 +7,6 @@ { 'target_name': 'dynamic_annotations', 'type': 'static_library', - 'toolsets': ['host', 'target'], 'include_dirs': [ '../../../', ], |