blob: 251a875692e7007475741209ecaaa4c9b18a1f7e [file] [log] [blame]
# 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("//mojo/public/tools/bindings/mojom.gni")
mojom("interfaces") {
sources = [
"battery_monitor.mojom",
"battery_status.mojom",
"fingerprint.mojom",
"nfc.mojom",
"nfc_provider.mojom",
"power_monitor.mojom",
"time_zone_monitor.mojom",
"vibration_manager.mojom",
"wake_lock.mojom",
"wake_lock_context.mojom",
"wake_lock_provider.mojom",
]
public_deps = [
":constants",
]
# TODO(crbug.com/699569): Convert to use the new JS bindings.
js_bindings_mode = "both"
}
mojom("generic_sensor") {
sources = [
"sensor.mojom",
"sensor_provider.mojom",
]
public_deps = [
":constants",
]
}
mojom("constants") {
sources = [
"constants.mojom",
]
# TODO(crbug.com/699569): Convert to use the new JS bindings.
js_bindings_mode = "both"
}