blob: 56e34dbdea29de88f91cebfaefd322e38328d4eb [file] [log] [blame]
# Copyright 2018 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("//third_party/blink/renderer/modules/modules.gni")
# The Serial API will not be supported on Android. Assert here to ensure it
# doesn't sneak back into the build.
assert(!is_android)
blink_modules_sources("serial") {
sources = [
"serial.cc",
"serial.h",
"serial_port.cc",
"serial_port.h",
"serial_port_underlying_sink.cc",
"serial_port_underlying_sink.h",
"serial_port_underlying_source.cc",
"serial_port_underlying_source.h",
]
}