Commit 87086790 authored by georgesak's avatar georgesak Committed by Commit bot

Fix dependency issues for etw_manifest.gyp.

BUG=

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

Cr-Commit-Position: refs/heads/master@{#327578}
parent 06d12557
...@@ -6,8 +6,9 @@ ...@@ -6,8 +6,9 @@
{ {
# 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': 'none',
'toolsets': ['host', 'target'], 'toolsets': ['host', 'target'],
'hard_dependency': 1,
'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