| 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 1874 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1885 'base/android/media_player_manager.h', | 1885 'base/android/media_player_manager.h', |
| 1886 'base/android/media_resource_getter.cc', | 1886 'base/android/media_resource_getter.cc', |
| 1887 'base/android/media_resource_getter.h', | 1887 'base/android/media_resource_getter.h', |
| 1888 'base/android/media_source_player.cc', | 1888 'base/android/media_source_player.cc', |
| 1889 'base/android/media_source_player.h', | 1889 'base/android/media_source_player.h', |
| 1890 'base/android/media_statistics.cc', | 1890 'base/android/media_statistics.cc', |
| 1891 'base/android/media_statistics.h', | 1891 'base/android/media_statistics.h', |
| 1892 'base/android/media_task_runner.cc', | 1892 'base/android/media_task_runner.cc', |
| 1893 'base/android/media_task_runner.h', | 1893 'base/android/media_task_runner.h', |
| 1894 'base/android/media_url_interceptor.h', | 1894 'base/android/media_url_interceptor.h', |
| 1895 'base/android/provision_fetcher.h', |
| 1895 'base/android/video_decoder_job.cc', | 1896 'base/android/video_decoder_job.cc', |
| 1896 'base/android/video_decoder_job.h', | 1897 'base/android/video_decoder_job.h', |
| 1897 'base/android/webaudio_media_codec_bridge.cc', | 1898 'base/android/webaudio_media_codec_bridge.cc', |
| 1898 'base/android/webaudio_media_codec_bridge.h', | 1899 'base/android/webaudio_media_codec_bridge.h', |
| 1899 'base/android/webaudio_media_codec_info.h', | 1900 'base/android/webaudio_media_codec_info.h', |
| 1900 ], | 1901 ], |
| 1901 'dependencies': [ | 1902 'dependencies': [ |
| 1902 '../base/base.gyp:base', | 1903 '../base/base.gyp:base', |
| 1903 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', | 1904 '../third_party/widevine/cdm/widevine_cdm.gyp:widevine_cdm_version_h
', |
| 1904 '../ui/gl/gl.gyp:gl', | 1905 '../ui/gl/gl.gyp:gl', |
| (...skipping 218 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2123 'dependencies': [ | 2124 'dependencies': [ |
| 2124 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2125 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2125 ], | 2126 ], |
| 2126 }], | 2127 }], |
| 2127 ], | 2128 ], |
| 2128 }, | 2129 }, |
| 2129 ], | 2130 ], |
| 2130 }], | 2131 }], |
| 2131 ], | 2132 ], |
| 2132 } | 2133 } |
| OLD | NEW |