blob: 87fad4a3f820c1b7b153ed5a21e816be020a1279 [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.
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",
"//extensions/browser/api/messaging:native_messaging",
]
}