blob: f135be87463af374504eaae5af465af00e6c0d50 [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")
blink_modules_sources("serial") {
sources = [
"navigator_serial.cc",
"navigator_serial.h",
"serial.cc",
"serial.h",
"serial_port.cc",
"serial_port.h",
"worker_navigator_serial.cc",
"worker_navigator_serial.h",
]
}