1
0
Fork 0
mirror of https://github.com/klzgrad/naiveproxy.git synced 2025-03-30 20:11:27 +03:00
naiveproxy/chromecast/common/mojom/BUILD.gn
2018-08-14 22:19:20 +00:00

20 lines
481 B
Text

# 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("//mojo/public/tools/bindings/mojom.gni")
mojom("mojom") {
sources = [
"application_media_capabilities.mojom",
"constants.mojom",
"media_caps.mojom",
"media_load_deferrer.mojom",
"memory_pressure.mojom",
"multiroom.mojom",
]
public_deps = [
"//mojo/public/mojom/base",
]
}