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 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
272 'base/decrypt_config.cc', | 272 'base/decrypt_config.cc', |
273 'base/decrypt_config.h', | 273 'base/decrypt_config.h', |
274 'base/decryptor.cc', | 274 'base/decryptor.cc', |
275 'base/decryptor.h', | 275 'base/decryptor.h', |
276 'base/demuxer.cc', | 276 'base/demuxer.cc', |
277 'base/demuxer.h', | 277 'base/demuxer.h', |
278 'base/demuxer_stream.cc', | 278 'base/demuxer_stream.cc', |
279 'base/demuxer_stream.h', | 279 'base/demuxer_stream.h', |
280 'base/djb2.cc', | 280 'base/djb2.cc', |
281 'base/djb2.h', | 281 'base/djb2.h', |
282 'base/filter_collection.cc', | |
283 'base/filter_collection.h', | |
284 'base/keyboard_event_counter.cc', | 282 'base/keyboard_event_counter.cc', |
285 'base/keyboard_event_counter.h', | 283 'base/keyboard_event_counter.h', |
286 'base/media.cc', | 284 'base/media.cc', |
287 'base/media.h', | 285 'base/media.h', |
288 'base/media_file_checker.cc', | 286 'base/media_file_checker.cc', |
289 'base/media_file_checker.h', | 287 'base/media_file_checker.h', |
290 'base/media_keys.cc', | 288 'base/media_keys.cc', |
291 'base/media_keys.h', | 289 'base/media_keys.h', |
292 'base/media_log.cc', | 290 'base/media_log.cc', |
293 'base/media_log.h', | 291 'base/media_log.h', |
(...skipping 1434 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1728 ], | 1726 ], |
1729 }], | 1727 }], |
1730 ], | 1728 ], |
1731 }], | 1729 }], |
1732 ], | 1730 ], |
1733 }, | 1731 }, |
1734 ], | 1732 ], |
1735 }], | 1733 }], |
1736 ], | 1734 ], |
1737 } | 1735 } |
OLD | NEW |