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',
9 'type': 'static_library',
13 'chrome_events_win.man',
16 'man_output_dir': '<(SHARED_INTERMEDIATE_DIR)/base/trace_event/etw_manifest',
19 # Rule to run the message compiler.
20 'rule_name': 'message_compiler',
23 '<(man_output_dir)/chrome_events_win.h',
24 '<(man_output_dir)/chrome_events_win.rc',
28 '-h', '<(man_output_dir)',
29 '-r', '<(man_output_dir)/.',
33 'message': 'Running message compiler on <(RULE_INPUT_PATH)',