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 215 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
226 'base/video_decoder_config.cc', | 226 'base/video_decoder_config.cc', |
227 'base/video_decoder_config.h', | 227 'base/video_decoder_config.h', |
228 'base/video_frame.cc', | 228 'base/video_frame.cc', |
229 'base/video_frame.h', | 229 'base/video_frame.h', |
230 'base/video_renderer.cc', | 230 'base/video_renderer.cc', |
231 'base/video_renderer.h', | 231 'base/video_renderer.h', |
232 'base/video_util.cc', | 232 'base/video_util.cc', |
233 'base/video_util.h', | 233 'base/video_util.h', |
234 'crypto/aes_decryptor.cc', | 234 'crypto/aes_decryptor.cc', |
235 'crypto/aes_decryptor.h', | 235 'crypto/aes_decryptor.h', |
236 'crypto/decrypting_video_decoder.cc', | |
ddorwin
2012/09/21 00:36:08
I don't think this file actually depends on crypto
xhwang
2012/09/25 23:52:32
It makes sense to be in media/base since it only d
| |
237 'crypto/decrypting_video_decoder.h', | |
236 'ffmpeg/ffmpeg_common.cc', | 238 'ffmpeg/ffmpeg_common.cc', |
237 'ffmpeg/ffmpeg_common.h', | 239 'ffmpeg/ffmpeg_common.h', |
238 'ffmpeg/file_protocol.cc', | 240 'ffmpeg/file_protocol.cc', |
239 'ffmpeg/file_protocol.h', | 241 'ffmpeg/file_protocol.h', |
240 'filters/audio_file_reader.cc', | 242 'filters/audio_file_reader.cc', |
241 'filters/audio_file_reader.h', | 243 'filters/audio_file_reader.h', |
242 'filters/audio_renderer_algorithm.cc', | 244 'filters/audio_renderer_algorithm.cc', |
243 'filters/audio_renderer_algorithm.h', | 245 'filters/audio_renderer_algorithm.h', |
244 'filters/audio_renderer_impl.cc', | 246 'filters/audio_renderer_impl.cc', |
245 'filters/audio_renderer_impl.h', | 247 'filters/audio_renderer_impl.h', |
(...skipping 1023 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... | |
1269 'media', | 1271 'media', |
1270 ], | 1272 ], |
1271 'sources': [ | 1273 'sources': [ |
1272 'tools/media_bench/media_bench.cc', | 1274 'tools/media_bench/media_bench.cc', |
1273 ], | 1275 ], |
1274 }, | 1276 }, |
1275 ], | 1277 ], |
1276 }] | 1278 }] |
1277 ], | 1279 ], |
1278 } | 1280 } |
OLD | NEW |