| 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 140 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 439 'webm/webm_info_parser.cc', | 440 'webm/webm_info_parser.cc', |
| 440 'webm/webm_info_parser.h', | 441 'webm/webm_info_parser.h', |
| 441 'webm/webm_parser.cc', | 442 'webm/webm_parser.cc', |
| 442 'webm/webm_parser.h', | 443 'webm/webm_parser.h', |
| 443 'webm/webm_stream_parser.cc', | 444 'webm/webm_stream_parser.cc', |
| 444 'webm/webm_stream_parser.h', | 445 'webm/webm_stream_parser.h', |
| 445 'webm/webm_tracks_parser.cc', | 446 'webm/webm_tracks_parser.cc', |
| 446 'webm/webm_tracks_parser.h', | 447 'webm/webm_tracks_parser.h', |
| 447 'webm/webm_video_client.cc', | 448 'webm/webm_video_client.cc', |
| 448 'webm/webm_video_client.h', | 449 'webm/webm_video_client.h', |
| 450 'webm/webm_webvtt_parser.cc', |
| 451 'webm/webm_webvtt_parser.h' |
| 449 ], | 452 ], |
| 450 'direct_dependent_settings': { | 453 'direct_dependent_settings': { |
| 451 'include_dirs': [ | 454 'include_dirs': [ |
| 452 '..', | 455 '..', |
| 453 ], | 456 ], |
| 454 }, | 457 }, |
| 455 'conditions': [ | 458 'conditions': [ |
| 456 ['arm_neon == 1', { | 459 ['arm_neon == 1', { |
| 457 'defines': [ | 460 'defines': [ |
| 458 'USE_NEON' | 461 'USE_NEON' |
| (...skipping 1253 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1712 ], | 1715 ], |
| 1713 'sources': [ | 1716 'sources': [ |
| 1714 'base/simd/sinc_resampler_sse.cc', | 1717 'base/simd/sinc_resampler_sse.cc', |
| 1715 'base/simd/vector_math_sse.cc', | 1718 'base/simd/vector_math_sse.cc', |
| 1716 ], | 1719 ], |
| 1717 }, # end of target media_sse | 1720 }, # end of target media_sse |
| 1718 ], | 1721 ], |
| 1719 }], | 1722 }], |
| 1720 ], | 1723 ], |
| 1721 } | 1724 } |
| OLD | NEW |