| 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 230 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 241 'base/audio_splicer.h', | 241 'base/audio_splicer.h', |
| 242 'base/audio_timestamp_helper.cc', | 242 'base/audio_timestamp_helper.cc', |
| 243 'base/audio_timestamp_helper.h', | 243 'base/audio_timestamp_helper.h', |
| 244 'base/audio_video_metadata_extractor.cc', | 244 'base/audio_video_metadata_extractor.cc', |
| 245 'base/audio_video_metadata_extractor.h', | 245 'base/audio_video_metadata_extractor.h', |
| 246 'base/bind_to_current_loop.h', | 246 'base/bind_to_current_loop.h', |
| 247 'base/bit_reader.cc', | 247 'base/bit_reader.cc', |
| 248 'base/bit_reader.h', | 248 'base/bit_reader.h', |
| 249 'base/bit_reader_core.cc', | 249 'base/bit_reader_core.cc', |
| 250 'base/bit_reader_core.h', | 250 'base/bit_reader_core.h', |
| 251 'base/bitstream_buffer.cc', |
| 251 'base/bitstream_buffer.h', | 252 'base/bitstream_buffer.h', |
| 252 'base/buffering_state.h', | 253 'base/buffering_state.h', |
| 253 'base/byte_queue.cc', | 254 'base/byte_queue.cc', |
| 254 'base/byte_queue.h', | 255 'base/byte_queue.h', |
| 255 'base/cdm_callback_promise.cc', | 256 'base/cdm_callback_promise.cc', |
| 256 'base/cdm_callback_promise.h', | 257 'base/cdm_callback_promise.h', |
| 257 'base/cdm_config.h', | 258 'base/cdm_config.h', |
| 258 'base/cdm_context.cc', | 259 'base/cdm_context.cc', |
| 259 'base/cdm_context.h', | 260 'base/cdm_context.h', |
| 260 'base/cdm_factory.cc', | 261 'base/cdm_factory.cc', |
| (...skipping 1853 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 2114 'dependencies': [ | 2115 'dependencies': [ |
| 2115 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', | 2116 '../tools/xdisplaycheck/xdisplaycheck.gyp:xdisplaycheck', |
| 2116 ], | 2117 ], |
| 2117 }], | 2118 }], |
| 2118 ], | 2119 ], |
| 2119 }, | 2120 }, |
| 2120 ], | 2121 ], |
| 2121 }], | 2122 }], |
| 2122 ], | 2123 ], |
| 2123 } | 2124 } |
| OLD | NEW |