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 245 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
256 'base/demuxer.cc', | 256 'base/demuxer.cc', |
257 'base/demuxer.h', | 257 'base/demuxer.h', |
258 'base/demuxer_stream.cc', | 258 'base/demuxer_stream.cc', |
259 'base/demuxer_stream.h', | 259 'base/demuxer_stream.h', |
260 'base/djb2.cc', | 260 'base/djb2.cc', |
261 'base/djb2.h', | 261 'base/djb2.h', |
262 'base/filter_collection.cc', | 262 'base/filter_collection.cc', |
263 'base/filter_collection.h', | 263 'base/filter_collection.h', |
264 'base/media.cc', | 264 'base/media.cc', |
265 'base/media.h', | 265 'base/media.h', |
| 266 'base/media_keys.cc', |
| 267 'base/media_keys.h', |
266 'base/media_log.cc', | 268 'base/media_log.cc', |
267 'base/media_log.h', | 269 'base/media_log.h', |
268 'base/media_log_event.h', | 270 'base/media_log_event.h', |
269 'base/media_posix.cc', | 271 'base/media_posix.cc', |
270 'base/media_switches.cc', | 272 'base/media_switches.cc', |
271 'base/media_switches.h', | 273 'base/media_switches.h', |
272 'base/media_win.cc', | 274 'base/media_win.cc', |
273 'base/multi_channel_resampler.cc', | 275 'base/multi_channel_resampler.cc', |
274 'base/multi_channel_resampler.h', | 276 'base/multi_channel_resampler.h', |
275 'base/pipeline.cc', | 277 'base/pipeline.cc', |
(...skipping 1420 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1696 'sources': [ | 1698 'sources': [ |
1697 'tools/media_bench/media_bench.cc', | 1699 'tools/media_bench/media_bench.cc', |
1698 ], | 1700 ], |
1699 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1701 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
1700 'msvs_disabled_warnings': [ 4267, ], | 1702 'msvs_disabled_warnings': [ 4267, ], |
1701 }, | 1703 }, |
1702 ], | 1704 ], |
1703 }], | 1705 }], |
1704 ], | 1706 ], |
1705 } | 1707 } |
OLD | NEW |