blob: ed83aab0ed4fdb956de24d592e0113c02798bb0d [file] [log] [blame]
# Copyright 2015 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//build/win/message_compiler.gni")
assert(is_win, "This only runs on Windows.")
message_compiler("chrome_events_win") {
visibility = [
"//base/trace_event/*",
"//chrome:main_dll",
]
sources = [
"chrome_events_win.man",
]
user_mode_logging = true
}