blob: 11cb827f4fb40698572c21aef671450f7ac585fe [file] [log] [blame]
# Copyright 2019 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("mojom") {
sources = [
"display_settings.mojom",
"media_control_ui.mojom",
"ui_service.mojom",
]
public_deps = [
"//mojo/public/mojom/base",
]
}