1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
7 # GN version: //base/trace_event/etw_manifest/BUILD.gn
8 'target_name': 'etw_manifest',
10 'toolsets': ['host', 'target'],
15 'chrome_events_win.man',
18 'man_output_dir': '<(SHARED_INTERMEDIATE_DIR)/base/trace_event/etw_manifest',
21 # Rule to run the message compiler.
22 'rule_name': 'message_compiler',
25 '<(man_output_dir)/chrome_events_win.h',
26 '<(man_output_dir)/chrome_events_win.rc',
30 '-h', '<(man_output_dir)',
31 '-r', '<(man_output_dir)/.',
35 'message': 'Running message compiler on <(RULE_INPUT_PATH)',