1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
media / fuchsia / camera / BUILD.gn [blame]
# Copyright 2020 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
# Tests may include //media/fuchsia/test_support.shard.test-cml in their
# additional_manifest_fragments to satisfy capability requirements for this
# target.
source_set("test_support") {
testonly = true
public_deps = [
"//base",
"//testing/gtest",
"//third_party/fuchsia-sdk/sdk/fidl/fuchsia.camera3:fuchsia.camera3_hlcpp",
"//third_party/fuchsia-sdk/sdk/fidl/fuchsia.sysmem:fuchsia.sysmem_hlcpp",
"//third_party/fuchsia-sdk/sdk/pkg/fidl_cpp",
"//ui/gfx/geometry",
]
sources = [
"fake_fuchsia_camera.cc",
"fake_fuchsia_camera.h",
]
}