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

Side by Side Diff: content/content_renderer.gypi

Issue 555223004: Update MediaKeys interface for EME (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rename Created 6 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
OLDNEW
1 # Copyright (c) 2012 The Chromium Authors. All rights reserved. 1 # Copyright (c) 2012 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 'dependencies': [ 6 'dependencies': [
7 'content_common_mojo_bindings', 7 'content_common_mojo_bindings',
8 '../base/base.gyp:base', 8 '../base/base.gyp:base',
9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 9 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
10 '../cc/cc.gyp:cc', 10 '../cc/cc.gyp:cc',
(...skipping 227 matching lines...) Expand 10 before | Expand all | Expand 10 after
238 'renderer/media/audio_decoder.cc', 238 'renderer/media/audio_decoder.cc',
239 'renderer/media/audio_decoder.h', 239 'renderer/media/audio_decoder.h',
240 'renderer/media/audio_device_factory.cc', 240 'renderer/media/audio_device_factory.cc',
241 'renderer/media/audio_device_factory.h', 241 'renderer/media/audio_device_factory.h',
242 'renderer/media/audio_input_message_filter.cc', 242 'renderer/media/audio_input_message_filter.cc',
243 'renderer/media/audio_input_message_filter.h', 243 'renderer/media/audio_input_message_filter.h',
244 'renderer/media/audio_message_filter.cc', 244 'renderer/media/audio_message_filter.cc',
245 'renderer/media/audio_message_filter.h', 245 'renderer/media/audio_message_filter.h',
246 'renderer/media/audio_renderer_mixer_manager.cc', 246 'renderer/media/audio_renderer_mixer_manager.cc',
247 'renderer/media/audio_renderer_mixer_manager.h', 247 'renderer/media/audio_renderer_mixer_manager.h',
248 'renderer/media/cdm_result_promise.cc',
249 'renderer/media/cdm_result_promise.h',
248 'renderer/media/cdm_session_adapter.cc', 250 'renderer/media/cdm_session_adapter.cc',
249 'renderer/media/cdm_session_adapter.h', 251 'renderer/media/cdm_session_adapter.h',
250 'renderer/media/crypto/content_decryption_module_factory.cc', 252 'renderer/media/crypto/content_decryption_module_factory.cc',
251 'renderer/media/crypto/content_decryption_module_factory.h', 253 'renderer/media/crypto/content_decryption_module_factory.h',
252 'renderer/media/crypto/encrypted_media_player_support_impl.cc', 254 'renderer/media/crypto/encrypted_media_player_support_impl.cc',
253 'renderer/media/crypto/encrypted_media_player_support_impl.h', 255 'renderer/media/crypto/encrypted_media_player_support_impl.h',
254 'renderer/media/crypto/key_systems.cc', 256 'renderer/media/crypto/key_systems.cc',
255 'renderer/media/crypto/key_systems.h', 257 'renderer/media/crypto/key_systems.h',
256 'renderer/media/crypto/key_systems_support_uma.cc', 258 'renderer/media/crypto/key_systems_support_uma.cc',
257 'renderer/media/crypto/key_systems_support_uma.h', 259 'renderer/media/crypto/key_systems_support_uma.h',
(...skipping 575 matching lines...) Expand 10 before | Expand all | Expand 10 after
833 }], 835 }],
834 ], 836 ],
835 'target_conditions': [ 837 'target_conditions': [
836 ['OS=="android"', { 838 ['OS=="android"', {
837 'sources/': [ 839 'sources/': [
838 ['include', '^renderer/render_view_linux\\.cc$'], 840 ['include', '^renderer/render_view_linux\\.cc$'],
839 ], 841 ],
840 }], 842 }],
841 ], 843 ],
842 } 844 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/cdm_result_promise.h » ('j') | content/renderer/media/cdm_result_promise.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698