naiveproxy/remoting/host/native_messaging/BUILD.gn
2018-01-28 13:32:06 -05:00

25 lines
634 B
Plaintext

# 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.
source_set("native_messaging") {
sources = [
"log_message_handler.cc",
"log_message_handler.h",
"native_messaging_pipe.cc",
"native_messaging_pipe.h",
"native_messaging_reader.cc",
"native_messaging_reader.h",
"native_messaging_writer.cc",
"native_messaging_writer.h",
"pipe_messaging_channel.cc",
"pipe_messaging_channel.h",
]
configs += [ "//build/config/compiler:wexit_time_destructors" ]
deps = [
"//base",
]
}