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

Side by Side Diff: components/cdm.gypi

Issue 1927953004: Reland of "Convert Widevine and Android platform key systems to KeySystemProperties" with fix (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: fix Created 4 years, 7 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') | components/cdm/renderer/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 2014 The Chromium Authors. All rights reserved. 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 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 { 5 {
6 'targets': [ 6 'targets': [
7 { 7 {
8 # GN verison: //components/cdm/common 8 # GN verison: //components/cdm/common
9 'target_name': 'cdm_common', 9 'target_name': 'cdm_common',
10 'type': 'static_library', 10 'type': 'static_library',
(...skipping 20 matching lines...) Expand all
31 # GN version: //components/cdm/renderer 31 # GN version: //components/cdm/renderer
32 'target_name': 'cdm_renderer', 32 'target_name': 'cdm_renderer',
33 'type': 'static_library', 33 'type': 'static_library',
34 'dependencies': [ 34 'dependencies': [
35 'cdm_common', 35 'cdm_common',
36 '../base/base.gyp:base', 36 '../base/base.gyp:base',
37 '../content/content.gyp:content_renderer', 37 '../content/content.gyp:content_renderer',
38 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 38 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
39 ], 39 ],
40 'include_dirs': [ 40 'include_dirs': [
41 # Needed by widevine_key_systems.cc. 41 # Needed by widevine_key_system_properties.cc.
42 '<(SHARED_INTERMEDIATE_DIR)', 42 '<(SHARED_INTERMEDIATE_DIR)',
43 ], 43 ],
44 'sources': [ 44 'sources': [
45 'cdm/renderer/widevine_key_systems.cc', 45 'cdm/renderer/widevine_key_system_properties.cc',
46 'cdm/renderer/widevine_key_systems.h', 46 'cdm/renderer/widevine_key_system_properties.h',
47 ], 47 ],
48 'conditions': [ 48 'conditions': [
49 ['OS == "android"', { 49 ['OS == "android"', {
50 'sources': [ 50 'sources': [
51 'cdm/renderer/android_key_systems.cc', 51 'cdm/renderer/android_key_systems.cc',
52 'cdm/renderer/android_key_systems.h', 52 'cdm/renderer/android_key_systems.h',
53 ], 53 ],
54 }], 54 }],
55 ], 55 ],
56 }, 56 },
(...skipping 14 matching lines...) Expand all
71 ], 71 ],
72 'sources': [ 72 'sources': [
73 'cdm/browser/cdm_message_filter_android.cc', 73 'cdm/browser/cdm_message_filter_android.cc',
74 'cdm/browser/cdm_message_filter_android.h', 74 'cdm/browser/cdm_message_filter_android.h',
75 ], 75 ],
76 }, 76 },
77 ], 77 ],
78 }], 78 }],
79 ], 79 ],
80 } 80 }
OLDNEW
« no previous file with comments | « chromecast/renderer/key_systems_cast.cc ('k') | components/cdm/renderer/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698