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

Side by Side Diff: chromecast/media/cdm/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/common/media/BUILD.gn ('k') | chromecast/media/cma/backend/alsa/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 6
7 # GYP target: chromecast/media.gyp:media_cdm
8 source_set("cdm") { 7 source_set("cdm") {
9 sources = [ 8 sources = [
10 "cast_cdm.cc", 9 "cast_cdm.cc",
11 "cast_cdm.h", 10 "cast_cdm.h",
12 "cast_cdm_context.cc", 11 "cast_cdm_context.cc",
13 "cast_cdm_context.h", 12 "cast_cdm_context.h",
14 "cast_cdm_proxy.cc", 13 "cast_cdm_proxy.cc",
15 "cast_cdm_proxy.h", 14 "cast_cdm_proxy.h",
16 "chromecast_init_data.cc", 15 "chromecast_init_data.cc",
17 "chromecast_init_data.h", 16 "chromecast_init_data.h",
(...skipping 10 matching lines...) Expand all
28 27
29 if (is_android && use_playready) { 28 if (is_android && use_playready) {
30 sources += [ 29 sources += [
31 "playready_drm_delegate_android.cc", 30 "playready_drm_delegate_android.cc",
32 "playready_drm_delegate_android.h", 31 "playready_drm_delegate_android.h",
33 ] 32 ]
34 33
35 deps += [ "//media/base/android" ] 34 deps += [ "//media/base/android" ]
36 } 35 }
37 } 36 }
OLDNEW
« no previous file with comments | « chromecast/common/media/BUILD.gn ('k') | chromecast/media/cma/backend/alsa/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698