blob: 37216aa8580d655e6896a14d33b98edf79b7e43f [file] [log] [blame]
# Copyright 2017 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 = [
"viz_main.mojom",
]
public_deps = [
"//components/discardable_memory/public/interfaces",
"//services/network/public/mojom",
"//services/viz/privileged/interfaces/compositing",
"//services/viz/privileged/interfaces/gl",
"//services/viz/public/interfaces",
"//ui/gfx/mojo",
]
}
source_set("unit_tests") {
testonly = true
sources = [
"struct_traits_unittest.cc",
]
deps = [
"//base/test:test_support",
"//components/viz/common:common",
"//media/capture/mojom:video_capture",
"//services/service_manager/public/cpp",
"//services/viz/privileged/interfaces/compositing",
"//testing/gtest",
"//ui/gfx:test_support",
]
}