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

Side by Side Diff: components/cdm.gypi

Issue 1932893004: Revert of Convert Widevine and Android platform key systems to KeySystemProperties (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 12 matching lines...) Expand all
23 # GN version: //components/cdm/renderer 23 # GN version: //components/cdm/renderer
24 'target_name': 'cdm_renderer', 24 'target_name': 'cdm_renderer',
25 'type': 'static_library', 25 'type': 'static_library',
26 'dependencies': [ 26 'dependencies': [
27 'cdm_common', 27 'cdm_common',
28 '../base/base.gyp:base', 28 '../base/base.gyp:base',
29 '../content/content.gyp:content_renderer', 29 '../content/content.gyp:content_renderer',
30 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h', 30 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h',
31 ], 31 ],
32 'include_dirs': [ 32 'include_dirs': [
33 # Needed by widevine_key_system_properties.cc. 33 # Needed by widevine_key_systems.cc.
34 '<(SHARED_INTERMEDIATE_DIR)', 34 '<(SHARED_INTERMEDIATE_DIR)',
35 ], 35 ],
36 'sources': [ 36 'sources': [
37 'cdm/renderer/widevine_key_system_properties.cc', 37 'cdm/renderer/widevine_key_systems.cc',
38 'cdm/renderer/widevine_key_system_properties.h', 38 'cdm/renderer/widevine_key_systems.h',
39 ], 39 ],
40 'conditions': [ 40 'conditions': [
41 ['OS == "android"', { 41 ['OS == "android"', {
42 'sources': [ 42 'sources': [
43 'cdm/renderer/android_key_systems.cc', 43 'cdm/renderer/android_key_systems.cc',
44 'cdm/renderer/android_key_systems.h', 44 'cdm/renderer/android_key_systems.h',
45 ], 45 ],
46 }], 46 }],
47 ], 47 ],
48 }, 48 },
(...skipping 16 matching lines...) Expand all
65 'cdm/browser/cdm_message_filter_android.cc', 65 'cdm/browser/cdm_message_filter_android.cc',
66 'cdm/browser/cdm_message_filter_android.h', 66 'cdm/browser/cdm_message_filter_android.h',
67 'cdm/browser/widevine_drm_delegate_android.cc', 67 'cdm/browser/widevine_drm_delegate_android.cc',
68 'cdm/browser/widevine_drm_delegate_android.h', 68 'cdm/browser/widevine_drm_delegate_android.h',
69 ], 69 ],
70 }, 70 },
71 ], 71 ],
72 }], 72 }],
73 ], 73 ],
74 } 74 }
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