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 PulseAudio library. | 8 # Override to dynamically link the PulseAudio library. |
9 'use_pulseaudio%': 0, | 9 'use_pulseaudio%': 0, |
10 # Override to dynamically link the cras (ChromeOS audio) library. | 10 # Override to dynamically link the cras (ChromeOS audio) library. |
(...skipping 178 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
189 'base/video_decoder.h', | 189 'base/video_decoder.h', |
190 'base/video_decoder_config.cc', | 190 'base/video_decoder_config.cc', |
191 'base/video_decoder_config.h', | 191 'base/video_decoder_config.h', |
192 'base/video_frame.cc', | 192 'base/video_frame.cc', |
193 'base/video_frame.h', | 193 'base/video_frame.h', |
194 'base/video_renderer.h', | 194 'base/video_renderer.h', |
195 'base/video_util.cc', | 195 'base/video_util.cc', |
196 'base/video_util.h', | 196 'base/video_util.h', |
197 'crypto/aes_decryptor.cc', | 197 'crypto/aes_decryptor.cc', |
198 'crypto/aes_decryptor.h', | 198 'crypto/aes_decryptor.h', |
| 199 'crypto/decryptor_client.h', |
199 'ffmpeg/ffmpeg_common.cc', | 200 'ffmpeg/ffmpeg_common.cc', |
200 'ffmpeg/ffmpeg_common.h', | 201 'ffmpeg/ffmpeg_common.h', |
201 'ffmpeg/file_protocol.cc', | 202 'ffmpeg/file_protocol.cc', |
202 'ffmpeg/file_protocol.h', | 203 'ffmpeg/file_protocol.h', |
203 'filters/audio_file_reader.cc', | 204 'filters/audio_file_reader.cc', |
204 'filters/audio_file_reader.h', | 205 'filters/audio_file_reader.h', |
205 'filters/audio_renderer_algorithm.cc', | 206 'filters/audio_renderer_algorithm.cc', |
206 'filters/audio_renderer_algorithm.h', | 207 'filters/audio_renderer_algorithm.h', |
207 'filters/audio_renderer_impl.cc', | 208 'filters/audio_renderer_impl.cc', |
208 'filters/audio_renderer_impl.h', | 209 'filters/audio_renderer_impl.h', |
(...skipping 869 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1078 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', | 1079 '../third_party/ffmpeg/ffmpeg.gyp:ffmpeg', |
1079 ], | 1080 ], |
1080 'sources': [ | 1081 'sources': [ |
1081 'tools/media_bench/media_bench.cc', | 1082 'tools/media_bench/media_bench.cc', |
1082 ], | 1083 ], |
1083 }, | 1084 }, |
1084 ], | 1085 ], |
1085 }] | 1086 }] |
1086 ], | 1087 ], |
1087 } | 1088 } |
OLD | NEW |