| 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 282 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 293 'base/simd/filter_yuv_c.cc', | 293 'base/simd/filter_yuv_c.cc', |
| 294 'base/simd/yuv_to_rgb_table.cc', | 294 'base/simd/yuv_to_rgb_table.cc', |
| 295 'base/simd/yuv_to_rgb_table.h', | 295 'base/simd/yuv_to_rgb_table.h', |
| 296 'base/sinc_resampler.cc', | 296 'base/sinc_resampler.cc', |
| 297 'base/sinc_resampler.h', | 297 'base/sinc_resampler.h', |
| 298 'base/stream_parser.cc', | 298 'base/stream_parser.cc', |
| 299 'base/stream_parser.h', | 299 'base/stream_parser.h', |
| 300 'base/stream_parser_buffer.cc', | 300 'base/stream_parser_buffer.cc', |
| 301 'base/stream_parser_buffer.h', | 301 'base/stream_parser_buffer.h', |
| 302 'base/text_track.h', | 302 'base/text_track.h', |
| 303 'base/user_input_monitor.cc', |
| 304 'base/user_input_monitor.h', |
| 305 'base/user_input_monitor_linux.cc', |
| 306 'base/user_input_monitor_mac.mm', |
| 307 'base/user_input_monitor_win.cc', |
| 303 'base/video_decoder.cc', | 308 'base/video_decoder.cc', |
| 304 'base/video_decoder.h', | 309 'base/video_decoder.h', |
| 305 'base/video_decoder_config.cc', | 310 'base/video_decoder_config.cc', |
| 306 'base/video_decoder_config.h', | 311 'base/video_decoder_config.h', |
| 307 'base/video_frame.cc', | 312 'base/video_frame.cc', |
| 308 'base/video_frame.h', | 313 'base/video_frame.h', |
| 309 'base/video_renderer.cc', | 314 'base/video_renderer.cc', |
| 310 'base/video_renderer.h', | 315 'base/video_renderer.h', |
| 311 'base/video_util.cc', | 316 'base/video_util.cc', |
| 312 'base/video_util.h', | 317 'base/video_util.h', |
| (...skipping 1317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1630 'sources': [ | 1635 'sources': [ |
| 1631 'tools/media_bench/media_bench.cc', | 1636 'tools/media_bench/media_bench.cc', |
| 1632 ], | 1637 ], |
| 1633 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. | 1638 # TODO(jschuh): crbug.com/167187 fix size_t to int truncations. |
| 1634 'msvs_disabled_warnings': [ 4267, ], | 1639 'msvs_disabled_warnings': [ 4267, ], |
| 1635 }, | 1640 }, |
| 1636 ], | 1641 ], |
| 1637 }], | 1642 }], |
| 1638 ], | 1643 ], |
| 1639 } | 1644 } |
| OLD | NEW |