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 233 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
244 'base/bit_reader.h', | 244 'base/bit_reader.h', |
245 'base/bit_reader_core.cc', | 245 'base/bit_reader_core.cc', |
246 'base/bit_reader_core.h', | 246 'base/bit_reader_core.h', |
247 'base/bitstream_buffer.h', | 247 'base/bitstream_buffer.h', |
248 'base/buffering_state.h', | 248 'base/buffering_state.h', |
249 'base/buffers.h', | 249 'base/buffers.h', |
250 'base/byte_queue.cc', | 250 'base/byte_queue.cc', |
251 'base/byte_queue.h', | 251 'base/byte_queue.h', |
252 'base/cdm_callback_promise.cc', | 252 'base/cdm_callback_promise.cc', |
253 'base/cdm_callback_promise.h', | 253 'base/cdm_callback_promise.h', |
| 254 'base/cdm_context.cc', |
| 255 'base/cdm_context.h', |
254 'base/cdm_factory.cc', | 256 'base/cdm_factory.cc', |
255 'base/cdm_factory.h', | 257 'base/cdm_factory.h', |
256 'base/cdm_promise.cc', | 258 'base/cdm_promise.cc', |
257 'base/cdm_promise.h', | 259 'base/cdm_promise.h', |
258 'base/channel_mixer.cc', | 260 'base/channel_mixer.cc', |
259 'base/channel_mixer.h', | 261 'base/channel_mixer.h', |
260 'base/channel_mixing_matrix.cc', | 262 'base/channel_mixing_matrix.cc', |
261 'base/channel_mixing_matrix.h', | 263 'base/channel_mixing_matrix.h', |
262 'base/container_names.cc', | 264 'base/container_names.cc', |
263 'base/container_names.h', | 265 'base/container_names.h', |
(...skipping 1715 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1979 '../build/isolate.gypi', | 1981 '../build/isolate.gypi', |
1980 ], | 1982 ], |
1981 'sources': [ | 1983 'sources': [ |
1982 'media_unittests.isolate', | 1984 'media_unittests.isolate', |
1983 ], | 1985 ], |
1984 }, | 1986 }, |
1985 ], | 1987 ], |
1986 }], | 1988 }], |
1987 ], | 1989 ], |
1988 } | 1990 } |
OLD | NEW |