naiveproxy/device/usb/public/interfaces/BUILD.gn
2018-02-02 05:49:39 -05:00

23 lines
600 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.
import("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"chooser_service.mojom",
"device.mojom",
"device_manager.mojom",
]
deps = [
"//mojo/common:common_custom_types",
]
# USB Mojom interfaces are exposed publicly to layout tests which use
# prepackaged redistributable JS bindings. It is therefore not desirable to
# scramble these messages.
scramble_message_ids = false
}