| 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 257 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 268 'base/audio_renderer_mixer_input.h', | 268 'base/audio_renderer_mixer_input.h', |
| 269 'base/audio_renderer_sink.h', | 269 'base/audio_renderer_sink.h', |
| 270 'base/audio_shifter.cc', | 270 'base/audio_shifter.cc', |
| 271 'base/audio_shifter.h', | 271 'base/audio_shifter.h', |
| 272 'base/audio_splicer.cc', | 272 'base/audio_splicer.cc', |
| 273 'base/audio_splicer.h', | 273 'base/audio_splicer.h', |
| 274 'base/audio_timestamp_helper.cc', | 274 'base/audio_timestamp_helper.cc', |
| 275 'base/audio_timestamp_helper.h', | 275 'base/audio_timestamp_helper.h', |
| 276 'base/audio_video_metadata_extractor.cc', | 276 'base/audio_video_metadata_extractor.cc', |
| 277 'base/audio_video_metadata_extractor.h', | 277 'base/audio_video_metadata_extractor.h', |
| 278 'base/bind_to_current_loop.cc', |
| 278 'base/bind_to_current_loop.h', | 279 'base/bind_to_current_loop.h', |
| 279 'base/bit_reader.cc', | 280 'base/bit_reader.cc', |
| 280 'base/bit_reader.h', | 281 'base/bit_reader.h', |
| 281 'base/bit_reader_core.cc', | 282 'base/bit_reader_core.cc', |
| 282 'base/bit_reader_core.h', | 283 'base/bit_reader_core.h', |
| 283 'base/bitstream_buffer.cc', | 284 'base/bitstream_buffer.cc', |
| 284 'base/bitstream_buffer.h', | 285 'base/bitstream_buffer.h', |
| 285 'base/buffering_state.h', | 286 'base/buffering_state.h', |
| 286 'base/byte_queue.cc', | 287 'base/byte_queue.cc', |
| 287 'base/byte_queue.h', | 288 'base/byte_queue.h', |
| (...skipping 1778 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2066 'dependencies': [ | 2067 'dependencies': [ |
| 2067 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2068 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2068 ], | 2069 ], |
| 2069 }], | 2070 }], |
| 2070 ], | 2071 ], |
| 2071 }, | 2072 }, |
| 2072 ], | 2073 ], |
| 2073 }], | 2074 }], |
| 2074 ], | 2075 ], |
| 2075 } | 2076 } |
| OLD | NEW |