mirror of
https://github.com/klzgrad/naiveproxy.git
synced 2024-11-24 22:36:09 +03:00
35 lines
971 B
Plaintext
35 lines
971 B
Plaintext
|
# Copyright 2016 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("webusb") {
|
||
|
sources = [
|
||
|
"navigator_usb.cc",
|
||
|
"navigator_usb.h",
|
||
|
"usb.cc",
|
||
|
"usb.h",
|
||
|
"usb_alternate_interface.cc",
|
||
|
"usb_alternate_interface.h",
|
||
|
"usb_configuration.cc",
|
||
|
"usb_configuration.h",
|
||
|
"usb_connection_event.cc",
|
||
|
"usb_connection_event.h",
|
||
|
"usb_device.cc",
|
||
|
"usb_device.h",
|
||
|
"usb_endpoint.cc",
|
||
|
"usb_endpoint.h",
|
||
|
"usb_in_transfer_result.h",
|
||
|
"usb_interface.cc",
|
||
|
"usb_interface.h",
|
||
|
"usb_isochronous_in_transfer_packet.h",
|
||
|
"usb_isochronous_in_transfer_result.h",
|
||
|
"usb_isochronous_out_transfer_packet.h",
|
||
|
"usb_isochronous_out_transfer_result.h",
|
||
|
"usb_out_transfer_result.h",
|
||
|
"worker_navigator_usb.cc",
|
||
|
"worker_navigator_usb.h",
|
||
|
]
|
||
|
}
|