OLD | NEW |
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 Loading... |
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.cc', |
| 1887 'base/android/provision_fetcher.h', |
1886 'base/android/video_decoder_job.cc', | 1888 'base/android/video_decoder_job.cc', |
1887 'base/android/video_decoder_job.h', | 1889 'base/android/video_decoder_job.h', |
1888 'base/android/webaudio_media_codec_bridge.cc', | 1890 'base/android/webaudio_media_codec_bridge.cc', |
1889 'base/android/webaudio_media_codec_bridge.h', | 1891 'base/android/webaudio_media_codec_bridge.h', |
1890 'base/android/webaudio_media_codec_info.h', | 1892 'base/android/webaudio_media_codec_info.h', |
1891 ], | 1893 ], |
1892 'dependencies': [ | 1894 'dependencies': [ |
1893 '../base/base.gyp:base', | 1895 '../base/base.gyp:base', |
1894 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', | 1896 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', |
1895 '../ui/gl/gl.gyp:gl', | 1897 '../ui/gl/gl.gyp:gl', |
(...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2114 'dependencies': [ | 2116 'dependencies': [ |
2115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2117 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
2116 ], | 2118 ], |
2117 }], | 2119 }], |
2118 ], | 2120 ], |
2119 }, | 2121 }, |
2120 ], | 2122 ], |
2121 }], | 2123 }], |
2122 ], | 2124 ], |
2123 } | 2125 } |
OLD | NEW |