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

Side by Side Diff: media/media.gyp

Issue 1427183002: Move MediaDrmBridge provision communication to native side. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: For on-demand provisioning the fetcher is created in content/ and depends on the renderer. Created 5 years, 1 month 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 'variables': { 6 'variables': {
7 'chromium_code': 1, 7 'chromium_code': 1,
8 # Override to dynamically link the cras (ChromeOS audio) library. 8 # Override to dynamically link the cras (ChromeOS audio) library.
9 'use_cras%': 0, 9 'use_cras%': 0,
10 # Option e.g. for Linux distributions to link pulseaudio directly 10 # Option e.g. for Linux distributions to link pulseaudio directly
(...skipping 1865 matching lines...) Expand 10 before | Expand all | Expand 10 after
1876 'base/android/media_player_manager.h', 1876 'base/android/media_player_manager.h',
1877 'base/android/media_resource_getter.cc', 1877 'base/android/media_resource_getter.cc',
1878 'base/android/media_resource_getter.h', 1878 'base/android/media_resource_getter.h',
1879 'base/android/media_source_player.cc', 1879 'base/android/media_source_player.cc',
1880 'base/android/media_source_player.h', 1880 'base/android/media_source_player.h',
1881 'base/android/media_statistics.cc', 1881 'base/android/media_statistics.cc',
1882 'base/android/media_statistics.h', 1882 'base/android/media_statistics.h',
1883 'base/android/media_task_runner.cc', 1883 'base/android/media_task_runner.cc',
1884 'base/android/media_task_runner.h', 1884 'base/android/media_task_runner.h',
1885 'base/android/media_url_interceptor.h', 1885 'base/android/media_url_interceptor.h',
1886 'base/android/provision_fetcher.h',
1886 'base/android/video_decoder_job.cc', 1887 'base/android/video_decoder_job.cc',
1887 'base/android/video_decoder_job.h', 1888 'base/android/video_decoder_job.h',
1888 'base/android/webaudio_media_codec_bridge.cc', 1889 'base/android/webaudio_media_codec_bridge.cc',
1889 'base/android/webaudio_media_codec_bridge.h', 1890 'base/android/webaudio_media_codec_bridge.h',
1890 'base/android/webaudio_media_codec_info.h', 1891 'base/android/webaudio_media_codec_info.h',
1891 ], 1892 ],
1892 'dependencies': [ 1893 'dependencies': [
1893 '../base/base.gyp:base', 1894 '../base/base.gyp:base',
1894 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ', 1895 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h ',
1895 '../ui/gl/gl.gyp:gl', 1896 '../ui/gl/gl.gyp:gl',
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after
2114 'dependencies': [ 2115 'dependencies': [
2115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', 2116 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck',
2116 ], 2117 ],
2117 }], 2118 }],
2118 ], 2119 ],
2119 }, 2120 },
2120 ], 2121 ],
2121 }], 2122 }],
2122 ], 2123 ],
2123 } 2124 }
OLDNEW
« media/base/provision_fetcher.h ('K') | « media/base/provision_fetcher.h ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698