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

Side by Side Diff: components/cdm.gypi

Issue 962793005: Adds MediaClientAndroid to support embedder/MediaDrmBridge interaction. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename createSession to createSessionFromNative to avoid bug in FindBugs Created 5 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 | « components/OWNERS ('k') | components/cdm/browser/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 46 matching lines...) Expand 10 before | Expand all | Expand 10 after
57 'dependencies': [ 57 'dependencies': [
58 'cdm_common', 58 'cdm_common',
59 '../base/base.gyp:base', 59 '../base/base.gyp:base',
60 '../content/content.gyp:content_browser', 60 '../content/content.gyp:content_browser',
61 '../content/content.gyp:content_common', 61 '../content/content.gyp:content_common',
62 '../media/media.gyp:media', 62 '../media/media.gyp:media',
63 ], 63 ],
64 'sources': [ 64 'sources': [
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',
68 'cdm/browser/widevine_drm_delegate_android.h',
67 ], 69 ],
68 }, 70 },
69 ], 71 ],
70 }], 72 }],
71 ], 73 ],
72 } 74 }
OLDNEW
« no previous file with comments | « components/OWNERS ('k') | components/cdm/browser/BUILD.gn » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698