| 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 259 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 270 'base/decoder_buffer_queue.cc', | 270 'base/decoder_buffer_queue.cc', |
| 271 'base/decoder_buffer_queue.h', | 271 'base/decoder_buffer_queue.h', |
| 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/demuxer_stream_provider.cc', |
| 281 'base/demuxer_stream_provider.h', |
| 280 'base/djb2.cc', | 282 'base/djb2.cc', |
| 281 'base/djb2.h', | 283 'base/djb2.h', |
| 282 'base/keyboard_event_counter.cc', | 284 'base/keyboard_event_counter.cc', |
| 283 'base/keyboard_event_counter.h', | 285 'base/keyboard_event_counter.h', |
| 284 'base/mac/avfoundation_glue.h', | 286 'base/mac/avfoundation_glue.h', |
| 285 'base/mac/avfoundation_glue.mm', | 287 'base/mac/avfoundation_glue.mm', |
| 286 'base/mac/coremedia_glue.h', | 288 'base/mac/coremedia_glue.h', |
| 287 'base/mac/coremedia_glue.mm', | 289 'base/mac/coremedia_glue.mm', |
| 288 'base/media.cc', | 290 'base/media.cc', |
| 289 'base/media.h', | 291 'base/media.h', |
| (...skipping 1511 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1801 ], | 1803 ], |
| 1802 }], | 1804 }], |
| 1803 ], | 1805 ], |
| 1804 }], | 1806 }], |
| 1805 ], | 1807 ], |
| 1806 }, | 1808 }, |
| 1807 ], | 1809 ], |
| 1808 }], | 1810 }], |
| 1809 ], | 1811 ], |
| 1810 } | 1812 } |
| OLD | NEW |