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

Side by Side Diff: content/content_renderer.gypi

Issue 1464183002: media: Simplify MediaPermissionDispatcher. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebase only Created 4 years, 10 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 | « no previous file | content/renderer/media/media_permission_dispatcher.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 281 matching lines...) Expand 10 before | Expand all | Expand 10 after
292 'renderer/media/audio_renderer_mixer_manager.h', 292 'renderer/media/audio_renderer_mixer_manager.h',
293 'renderer/media/cdm/pepper_cdm_wrapper.h', 293 'renderer/media/cdm/pepper_cdm_wrapper.h',
294 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc', 294 'renderer/media/cdm/pepper_cdm_wrapper_impl.cc',
295 'renderer/media/cdm/pepper_cdm_wrapper_impl.h', 295 'renderer/media/cdm/pepper_cdm_wrapper_impl.h',
296 'renderer/media/cdm/ppapi_decryptor.cc', 296 'renderer/media/cdm/ppapi_decryptor.cc',
297 'renderer/media/cdm/ppapi_decryptor.h', 297 'renderer/media/cdm/ppapi_decryptor.h',
298 'renderer/media/cdm/render_cdm_factory.cc', 298 'renderer/media/cdm/render_cdm_factory.cc',
299 'renderer/media/cdm/render_cdm_factory.h', 299 'renderer/media/cdm/render_cdm_factory.h',
300 'renderer/media/media_permission_dispatcher.cc', 300 'renderer/media/media_permission_dispatcher.cc',
301 'renderer/media/media_permission_dispatcher.h', 301 'renderer/media/media_permission_dispatcher.h',
302 'renderer/media/media_permission_dispatcher_impl.cc',
303 'renderer/media/media_permission_dispatcher_impl.h',
304 'renderer/media/media_permission_dispatcher_proxy.cc',
305 'renderer/media/media_permission_dispatcher_proxy.h',
306 'renderer/media/media_stream_audio_level_calculator.cc', 302 'renderer/media/media_stream_audio_level_calculator.cc',
307 'renderer/media/media_stream_audio_level_calculator.h', 303 'renderer/media/media_stream_audio_level_calculator.h',
308 'renderer/media/media_stream_audio_track.cc', 304 'renderer/media/media_stream_audio_track.cc',
309 'renderer/media/media_stream_audio_track.h', 305 'renderer/media/media_stream_audio_track.h',
310 'renderer/media/media_stream_center.h', 306 'renderer/media/media_stream_center.h',
311 'renderer/media/media_stream_constraints_util.cc', 307 'renderer/media/media_stream_constraints_util.cc',
312 'renderer/media/media_stream_constraints_util.h', 308 'renderer/media/media_stream_constraints_util.h',
313 'renderer/media/media_stream_dispatcher.h', 309 'renderer/media/media_stream_dispatcher.h',
314 'renderer/media/media_stream_dispatcher_eventhandler.h', 310 'renderer/media/media_stream_dispatcher_eventhandler.h',
315 'renderer/media/media_stream_track.cc', 311 'renderer/media/media_stream_track.cc',
(...skipping 598 matching lines...) Expand 10 before | Expand all | Expand 10 after
914 }], 910 }],
915 ], 911 ],
916 'target_conditions': [ 912 'target_conditions': [
917 ['OS=="android"', { 913 ['OS=="android"', {
918 'sources/': [ 914 'sources/': [
919 ['include', '^renderer/render_view_linux\\.cc$'], 915 ['include', '^renderer/render_view_linux\\.cc$'],
920 ], 916 ],
921 }], 917 }],
922 ], 918 ],
923 } 919 }
OLDNEW
« no previous file with comments | « no previous file | content/renderer/media/media_permission_dispatcher.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698