blob: 14348ef8c3fbc8c44b576858003b0dd2e1961202 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Copyright 2020 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("//media/media_options.gni")
static_library("browser") {
sources = [
"media_blocker.cc",
"media_blocker.h",
]
deps = [
"//components/media_control/mojom",
"//content/public/browser",
"//third_party/blink/public/common",
]
}
|