Vectorize website settings icons in omnibox
[chromium-blink-merge.git] / components / cdm / browser / BUILD.gn
blobcea393b405f0321068190067a1534db3c6bdfec4
1 # Copyright 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file.
5 source_set("browser") {
6   sources = [
7     "cdm_message_filter_android.cc",
8     "cdm_message_filter_android.h",
9     "widevine_drm_delegate_android.cc",
10     "widevine_drm_delegate_android.h",
11   ]
13   deps = [
14     "//base",
15     "//components/cdm/common",
16     "//content/public/browser",
17     "//content/public/common",
18     "//media",
19   ]