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

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

Issue 2373683003: Remove som GYP annotations, remove unused manifest. (Closed)
Patch Set: Fix Created 4 years, 2 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/browser/android/BUILD.gn ('k') | chromecast/media/cdm/BUILD.gn » ('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 import("//chromecast/chromecast.gni") 5 import("//chromecast/chromecast.gni")
6 import("//mojo/public/tools/bindings/mojom.gni") 6 import("//mojo/public/tools/bindings/mojom.gni")
7 7
8 # GYP target: chromecast.gyp:cast_shell_media
9 source_set("media") { 8 source_set("media") {
10 sources = [ 9 sources = [
11 "cast_media_client.cc", 10 "cast_media_client.cc",
12 "cast_media_client.h", 11 "cast_media_client.h",
13 ] 12 ]
14 13
15 deps = [ 14 deps = [
16 "//base", 15 "//base",
17 "//chromecast/media/base", 16 "//chromecast/media/base",
18 "//chromecast/media/cdm", 17 "//chromecast/media/cdm",
(...skipping 16 matching lines...) Expand all
35 if (use_playready) { 34 if (use_playready) {
36 public_configs = [ "//chromecast:playready_config" ] 35 public_configs = [ "//chromecast:playready_config" ]
37 } 36 }
38 } 37 }
39 38
40 mojom("interfaces") { 39 mojom("interfaces") {
41 sources = [ 40 sources = [
42 "media_caps.mojom", 41 "media_caps.mojom",
43 ] 42 ]
44 } 43 }
OLDNEW
« no previous file with comments | « chromecast/browser/android/BUILD.gn ('k') | chromecast/media/cdm/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698