| 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 243 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 254 'base/buffering_state.h', | 254 'base/buffering_state.h', |
| 255 'base/buffers.h', | 255 'base/buffers.h', |
| 256 'base/byte_queue.cc', | 256 'base/byte_queue.cc', |
| 257 'base/byte_queue.h', | 257 'base/byte_queue.h', |
| 258 'base/cdm_callback_promise.cc', | 258 'base/cdm_callback_promise.cc', |
| 259 'base/cdm_callback_promise.h', | 259 'base/cdm_callback_promise.h', |
| 260 'base/cdm_context.cc', | 260 'base/cdm_context.cc', |
| 261 'base/cdm_context.h', | 261 'base/cdm_context.h', |
| 262 'base/cdm_factory.cc', | 262 'base/cdm_factory.cc', |
| 263 'base/cdm_factory.h', | 263 'base/cdm_factory.h', |
| 264 'base/cdm_key_information.cc', |
| 265 'base/cdm_key_information.h', |
| 264 'base/cdm_promise.cc', | 266 'base/cdm_promise.cc', |
| 265 'base/cdm_promise.h', | 267 'base/cdm_promise.h', |
| 266 'base/channel_mixer.cc', | 268 'base/channel_mixer.cc', |
| 267 'base/channel_mixer.h', | 269 'base/channel_mixer.h', |
| 268 'base/channel_mixing_matrix.cc', | 270 'base/channel_mixing_matrix.cc', |
| 269 'base/channel_mixing_matrix.h', | 271 'base/channel_mixing_matrix.h', |
| 270 'base/container_names.cc', | 272 'base/container_names.cc', |
| 271 'base/container_names.h', | 273 'base/container_names.h', |
| 272 'base/data_buffer.cc', | 274 'base/data_buffer.cc', |
| 273 'base/data_buffer.h', | 275 'base/data_buffer.h', |
| (...skipping 1616 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1890 '../build/isolate.gypi', | 1892 '../build/isolate.gypi', |
| 1891 ], | 1893 ], |
| 1892 'sources': [ | 1894 'sources': [ |
| 1893 'media_unittests.isolate', | 1895 'media_unittests.isolate', |
| 1894 ], | 1896 ], |
| 1895 }, | 1897 }, |
| 1896 ], | 1898 ], |
| 1897 }], | 1899 }], |
| 1898 ], | 1900 ], |
| 1899 } | 1901 } |
| OLD | NEW |