| 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 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 279 'base/seekable_buffer.cc', | 279 'base/seekable_buffer.cc', |
| 280 'base/seekable_buffer.h', | 280 'base/seekable_buffer.h', |
| 281 'base/serial_runner.cc', | 281 'base/serial_runner.cc', |
| 282 'base/serial_runner.h', | 282 'base/serial_runner.h', |
| 283 'base/sinc_resampler.cc', | 283 'base/sinc_resampler.cc', |
| 284 'base/sinc_resampler.h', | 284 'base/sinc_resampler.h', |
| 285 'base/stream_parser.cc', | 285 'base/stream_parser.cc', |
| 286 'base/stream_parser.h', | 286 'base/stream_parser.h', |
| 287 'base/stream_parser_buffer.cc', | 287 'base/stream_parser_buffer.cc', |
| 288 'base/stream_parser_buffer.h', | 288 'base/stream_parser_buffer.h', |
| 289 'base/text_track.h', |
| 289 'base/video_decoder.cc', | 290 'base/video_decoder.cc', |
| 290 'base/video_decoder.h', | 291 'base/video_decoder.h', |
| 291 'base/video_decoder_config.cc', | 292 'base/video_decoder_config.cc', |
| 292 'base/video_decoder_config.h', | 293 'base/video_decoder_config.h', |
| 293 'base/video_frame.cc', | 294 'base/video_frame.cc', |
| 294 'base/video_frame.h', | 295 'base/video_frame.h', |
| 295 'base/video_renderer.cc', | 296 'base/video_renderer.cc', |
| 296 'base/video_renderer.h', | 297 'base/video_renderer.h', |
| 297 'base/video_util.cc', | 298 'base/video_util.cc', |
| 298 'base/video_util.h', | 299 'base/video_util.h', |
| (...skipping 1408 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1707 ], | 1708 ], |
| 1708 'sources': [ | 1709 'sources': [ |
| 1709 'base/simd/sinc_resampler_sse.cc', | 1710 'base/simd/sinc_resampler_sse.cc', |
| 1710 'base/simd/vector_math_sse.cc', | 1711 'base/simd/vector_math_sse.cc', |
| 1711 ], | 1712 ], |
| 1712 }, # end of target media_sse | 1713 }, # end of target media_sse |
| 1713 ], | 1714 ], |
| 1714 }], | 1715 }], |
| 1715 ], | 1716 ], |
| 1716 } | 1717 } |
| OLD | NEW |