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 241 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
252 'base/bit_reader.h', | 252 'base/bit_reader.h', |
253 'base/bit_reader_core.cc', | 253 'base/bit_reader_core.cc', |
254 'base/bit_reader_core.h', | 254 'base/bit_reader_core.h', |
255 'base/bitstream_buffer.h', | 255 'base/bitstream_buffer.h', |
256 'base/buffering_state.h', | 256 'base/buffering_state.h', |
257 'base/buffers.h', | 257 'base/buffers.h', |
258 'base/byte_queue.cc', | 258 'base/byte_queue.cc', |
259 'base/byte_queue.h', | 259 'base/byte_queue.h', |
260 'base/cdm_callback_promise.cc', | 260 'base/cdm_callback_promise.cc', |
261 'base/cdm_callback_promise.h', | 261 'base/cdm_callback_promise.h', |
| 262 'base/cdm_config.h', |
262 'base/cdm_context.cc', | 263 'base/cdm_context.cc', |
263 'base/cdm_context.h', | 264 'base/cdm_context.h', |
264 'base/cdm_factory.cc', | 265 'base/cdm_factory.cc', |
265 'base/cdm_factory.h', | 266 'base/cdm_factory.h', |
266 'base/cdm_key_information.cc', | 267 'base/cdm_key_information.cc', |
267 'base/cdm_key_information.h', | 268 'base/cdm_key_information.h', |
268 'base/cdm_promise.cc', | 269 'base/cdm_promise.cc', |
269 'base/cdm_promise.h', | 270 'base/cdm_promise.h', |
270 'base/cdm_promise_adapter.cc', | 271 'base/cdm_promise_adapter.cc', |
271 'base/cdm_promise_adapter.h', | 272 'base/cdm_promise_adapter.h', |
(...skipping 1689 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1961 '../build/isolate.gypi', | 1962 '../build/isolate.gypi', |
1962 ], | 1963 ], |
1963 'sources': [ | 1964 'sources': [ |
1964 'audio_unittests.isolate', | 1965 'audio_unittests.isolate', |
1965 ], | 1966 ], |
1966 }, | 1967 }, |
1967 ], | 1968 ], |
1968 }], | 1969 }], |
1969 ], | 1970 ], |
1970 } | 1971 } |
OLD | NEW |