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

Side by Side Diff: content/content_renderer.gypi

Issue 1837143002: media: Pass MediaPermission to MediaDrmBridge Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: More plumbing 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 | « content/content_common.gypi ('k') | content/gpu/gpu_child_thread.h » ('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 (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 '../base/base.gyp:base', 7 '../base/base.gyp:base',
8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations', 8 '../base/third_party/dynamic_annotations/dynamic_annotations.gyp:dynamic_ann otations',
9 '../cc/cc.gyp:cc', 9 '../cc/cc.gyp:cc',
10 '../cc/cc.gyp:cc_proto', 10 '../cc/cc.gyp:cc_proto',
(...skipping 292 matching lines...) Expand 10 before | Expand all | Expand 10 after
303 'renderer/media/audio_message_filter.h', 303 'renderer/media/audio_message_filter.h',
304 'renderer/media/audio_renderer_mixer_manager.cc', 304 'renderer/media/audio_renderer_mixer_manager.cc',
305 'renderer/media/audio_renderer_mixer_manager.h', 305 'renderer/media/audio_renderer_mixer_manager.h',
306 'renderer/media/cdm/pepper_cdm_wrapper.h', 306 'renderer/media/cdm/pepper_cdm_wrapper.h',
307 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc', 307 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc',
308 'renderer/media/cdm/pepper_cdm_wrapper_impl.h', 308 'renderer/media/cdm/pepper_cdm_wrapper_impl.h',
309 'renderer/media/cdm/ppapi_decryptor.cc', 309 'renderer/media/cdm/ppapi_decryptor.cc',
310 'renderer/media/cdm/ppapi_decryptor.h', 310 'renderer/media/cdm/ppapi_decryptor.h',
311 'renderer/media/cdm/render_cdm_factory.cc', 311 'renderer/media/cdm/render_cdm_factory.cc',
312 'renderer/media/cdm/render_cdm_factory.h', 312 'renderer/media/cdm/render_cdm_factory.h',
313 'renderer/media/media_permission_dispatcher.cc',
314 'renderer/media/media_permission_dispatcher.h',
315 'renderer/media/media_stream_audio_level_calculator.cc', 313 'renderer/media/media_stream_audio_level_calculator.cc',
316 'renderer/media/media_stream_audio_level_calculator.h', 314 'renderer/media/media_stream_audio_level_calculator.h',
317 'renderer/media/media_stream_audio_track.cc', 315 'renderer/media/media_stream_audio_track.cc',
318 'renderer/media/media_stream_audio_track.h', 316 'renderer/media/media_stream_audio_track.h',
319 'renderer/media/media_stream_center.h', 317 'renderer/media/media_stream_center.h',
320 'renderer/media/media_stream_constraints_util.cc', 318 'renderer/media/media_stream_constraints_util.cc',
321 'renderer/media/media_stream_constraints_util.h', 319 'renderer/media/media_stream_constraints_util.h',
322 'renderer/media/media_stream_dispatcher.h', 320 'renderer/media/media_stream_dispatcher.h',
323 'renderer/media/media_stream_dispatcher_eventhandler.h', 321 'renderer/media/media_stream_dispatcher_eventhandler.h',
324 'renderer/media/media_stream_track.cc', 322 'renderer/media/media_stream_track.cc',
(...skipping 589 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 }], 912 }],
915 ], 913 ],
916 'target_conditions': [ 914 'target_conditions': [
917 ['OS=="android"', { 915 ['OS=="android"', {
918 'sources/': [ 916 'sources/': [
919 ['include', '^renderer/render_view_linux\\.cc$'], 917 ['include', '^renderer/render_view_linux\\.cc$'],
920 ], 918 ],
921 }], 919 }],
922 ], 920 ],
923 } 921 }
OLDNEW
« no previous file with comments | « content/content_common.gypi ('k') | content/gpu/gpu_child_thread.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698