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

Side by Side Diff: content/content_renderer.gypi

Issue 1351443005: Refactor media permission dispatcher class and create proxy class for non-UI threads. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Fix windows build break. Created 5 years, 3 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/blink/cc_blink.gyp:cc_blink', 10 '../cc/blink/cc_blink.gyp:cc_blink',
(...skipping 264 matching lines...) Expand 10 before | Expand all | Expand 10 after
275 'renderer/media/audio_renderer_mixer_manager.h', 275 'renderer/media/audio_renderer_mixer_manager.h',
276 'renderer/media/crypto/pepper_cdm_wrapper.h', 276 'renderer/media/crypto/pepper_cdm_wrapper.h',
277 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc', 277 'renderer/media/crypto/pepper_cdm_wrapper_impl.cc',
278 'renderer/media/crypto/pepper_cdm_wrapper_impl.h', 278 'renderer/media/crypto/pepper_cdm_wrapper_impl.h',
279 'renderer/media/crypto/ppapi_decryptor.cc', 279 'renderer/media/crypto/ppapi_decryptor.cc',
280 'renderer/media/crypto/ppapi_decryptor.h', 280 'renderer/media/crypto/ppapi_decryptor.h',
281 'renderer/media/crypto/render_cdm_factory.cc', 281 'renderer/media/crypto/render_cdm_factory.cc',
282 'renderer/media/crypto/render_cdm_factory.h', 282 'renderer/media/crypto/render_cdm_factory.h',
283 'renderer/media/media_permission_dispatcher.cc', 283 'renderer/media/media_permission_dispatcher.cc',
284 'renderer/media/media_permission_dispatcher.h', 284 'renderer/media/media_permission_dispatcher.h',
285 'renderer/media/media_permission_dispatcher_impl.cc',
286 'renderer/media/media_permission_dispatcher_impl.h',
287 'renderer/media/media_permission_dispatcher_proxy.cc',
288 'renderer/media/media_permission_dispatcher_proxy.h',
285 'renderer/media/media_stream_audio_level_calculator.cc', 289 'renderer/media/media_stream_audio_level_calculator.cc',
286 'renderer/media/media_stream_audio_level_calculator.h', 290 'renderer/media/media_stream_audio_level_calculator.h',
287 'renderer/media/media_stream_center.h', 291 'renderer/media/media_stream_center.h',
288 'renderer/media/media_stream_constraints_util.cc', 292 'renderer/media/media_stream_constraints_util.cc',
289 'renderer/media/media_stream_constraints_util.h', 293 'renderer/media/media_stream_constraints_util.h',
290 'renderer/media/media_stream_dispatcher.h', 294 'renderer/media/media_stream_dispatcher.h',
291 'renderer/media/media_stream_dispatcher_eventhandler.h', 295 'renderer/media/media_stream_dispatcher_eventhandler.h',
292 'renderer/media/media_stream_track.cc', 296 'renderer/media/media_stream_track.cc',
293 'renderer/media/media_stream_track.h', 297 'renderer/media/media_stream_track.h',
294 'renderer/media/midi_dispatcher.cc', 298 'renderer/media/midi_dispatcher.cc',
(...skipping 587 matching lines...) Expand 10 before | Expand all | Expand 10 after
882 }], 886 }],
883 ], 887 ],
884 'target_conditions': [ 888 'target_conditions': [
885 ['OS=="android"', { 889 ['OS=="android"', {
886 'sources/': [ 890 'sources/': [
887 ['include', '^renderer/render_view_linux\\.cc$'], 891 ['include', '^renderer/render_view_linux\\.cc$'],
888 ], 892 ],
889 }], 893 }],
890 ], 894 ],
891 } 895 }
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