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

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

Issue 2300993003: CmaRenderer is dead. Long live MojoRenderer. (Closed)
Patch Set: update OWNERS file Created 4 years, 3 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
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 import("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 6
7 source_set("renderer") { 7 source_set("renderer") {
8 sources = [ 8 sources = [
9 "cast_content_renderer_client.cc", 9 "cast_content_renderer_client.cc",
10 "cast_content_renderer_client.h", 10 "cast_content_renderer_client.h",
11 "cast_media_load_deferrer.cc", 11 "cast_media_load_deferrer.cc",
12 "cast_media_load_deferrer.h", 12 "cast_media_load_deferrer.h",
13 "cast_render_thread_observer.cc",
14 "cast_render_thread_observer.h",
15 "key_systems_cast.cc", 13 "key_systems_cast.cc",
16 "key_systems_cast.h", 14 "key_systems_cast.h",
17 ] 15 ]
18 16
19 public_deps = [ 17 public_deps = [
20 "//chromecast/renderer/media", 18 "//chromecast/renderer/media",
21 ] 19 ]
22 20
23 if (chromecast_branding == "public") { 21 if (chromecast_branding == "public") {
24 sources += [ "cast_content_renderer_client_simple.cc" ] 22 sources += [ "cast_content_renderer_client_simple.cc" ]
(...skipping 13 matching lines...) Expand all
38 "//components/network_hints/renderer", 36 "//components/network_hints/renderer",
39 "//content/public/common", 37 "//content/public/common",
40 "//content/public/renderer", 38 "//content/public/renderer",
41 "//crypto", 39 "//crypto",
42 "//ipc", 40 "//ipc",
43 "//media", 41 "//media",
44 "//services/shell/public/cpp", 42 "//services/shell/public/cpp",
45 "//third_party/widevine/cdm:version_h", 43 "//third_party/widevine/cdm:version_h",
46 ] 44 ]
47 } 45 }
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698