Commit 7c64f265 authored by sbc's avatar sbc Committed by Commit bot

Fix ewt_manifest.gyp to support both target and host toolchains

Since base builds for both host and target so much ewt_manifest.
Without this gyp will fail when GYP_CROSSCOMPILE=1 and target_arch=arm:
gyp: Dependency 'S:\src\base\trace_event\etw_manifest\etw_manifest.gyp:etw_manifest#host' not found while trying to load target S:\src\base\base.gyp:base#host

CQ_EXTRA_TRYBOTS=tryserver.chromium.linux:linux_nacl_sdk;tryserver.chromium.mac:mac_nacl_sdk
BUG=none

Review URL: https://codereview.chromium.org/1103943002

Cr-Commit-Position: refs/heads/master@{#327379}
parent ed09d9af
...@@ -7,6 +7,7 @@ ...@@ -7,6 +7,7 @@
# GN version: //base/trace_event/etw_manifest/BUILD.gn # GN version: //base/trace_event/etw_manifest/BUILD.gn
'target_name': 'etw_manifest', 'target_name': 'etw_manifest',
'type': 'static_library', 'type': 'static_library',
'toolsets': ['host', 'target'],
'conditions': [ 'conditions': [
['OS=="win"', { ['OS=="win"', {
'sources': [ 'sources': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment