Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(307)

Side by Side Diff: chromecast/renderer/media/BUILD.gn

Issue 2712983004: Simplify/Cleanup MediaClient (Closed)
Patch Set: Fix test leak Created 3 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « chromecast/renderer/key_systems_cast.cc ('k') | chromecast/renderer/media/key_systems_cast.h » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 # Copyright 2015 The Chromium Authors. All rights reserved. 1 # Copyright 2015 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be 2 # Use of this source code is governed by a BSD-style license that can be
3 # found in the LICENSE file. 3 # found in the LICENSE file.
4 4
5 source_set("media") { 5 source_set("media") {
6 sources = [ 6 sources = [
7 "key_systems_cast.cc",
8 "key_systems_cast.h",
7 "media_caps_observer_impl.cc", 9 "media_caps_observer_impl.cc",
8 "media_caps_observer_impl.h", 10 "media_caps_observer_impl.h",
9 ] 11 ]
10 12
11 deps = [ 13 deps = [
14 "//base",
12 "//chromecast/common/media:interfaces", 15 "//chromecast/common/media:interfaces",
13 "//chromecast/media", 16 "//chromecast/media",
17 "//chromecast/media/cdm",
18 "//chromecast/public:public",
19 "//components/cdm/renderer",
20 "//content/public/renderer",
21 "//media",
22 "//third_party/widevine/cdm:headers",
14 "//ui/gfx/geometry", 23 "//ui/gfx/geometry",
15 ] 24 ]
16 } 25 }
OLDNEW
« no previous file with comments | « chromecast/renderer/key_systems_cast.cc ('k') | chromecast/renderer/media/key_systems_cast.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698