| 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 336 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 347 'base/seekable_buffer.cc', | 347 'base/seekable_buffer.cc', |
| 348 'base/seekable_buffer.h', | 348 'base/seekable_buffer.h', |
| 349 'base/serial_runner.cc', | 349 'base/serial_runner.cc', |
| 350 'base/serial_runner.h', | 350 'base/serial_runner.h', |
| 351 'base/simd/convert_rgb_to_yuv.h', | 351 'base/simd/convert_rgb_to_yuv.h', |
| 352 'base/simd/convert_rgb_to_yuv_c.cc', | 352 'base/simd/convert_rgb_to_yuv_c.cc', |
| 353 'base/simd/convert_yuv_to_rgb.h', | 353 'base/simd/convert_yuv_to_rgb.h', |
| 354 'base/simd/convert_yuv_to_rgb_c.cc', | 354 'base/simd/convert_yuv_to_rgb_c.cc', |
| 355 'base/simd/filter_yuv.h', | 355 'base/simd/filter_yuv.h', |
| 356 'base/simd/filter_yuv_c.cc', | 356 'base/simd/filter_yuv_c.cc', |
| 357 'base/simd/yuv_to_rgb_table.cc', | |
| 358 'base/simd/yuv_to_rgb_table.h', | |
| 359 'base/sinc_resampler.cc', | 357 'base/sinc_resampler.cc', |
| 360 'base/sinc_resampler.h', | 358 'base/sinc_resampler.h', |
| 361 'base/stream_parser.cc', | 359 'base/stream_parser.cc', |
| 362 'base/stream_parser.h', | 360 'base/stream_parser.h', |
| 363 'base/stream_parser_buffer.cc', | 361 'base/stream_parser_buffer.cc', |
| 364 'base/stream_parser_buffer.h', | 362 'base/stream_parser_buffer.h', |
| 365 'base/text_cue.cc', | 363 'base/text_cue.cc', |
| 366 'base/text_cue.h', | 364 'base/text_cue.h', |
| 367 'base/text_ranges.cc', | 365 'base/text_ranges.cc', |
| 368 'base/text_ranges.h', | 366 'base/text_ranges.h', |
| (...skipping 1551 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 1920 '../build/isolate.gypi', | 1918 '../build/isolate.gypi', |
| 1921 ], | 1919 ], |
| 1922 'sources': [ | 1920 'sources': [ |
| 1923 'media_unittests.isolate', | 1921 'media_unittests.isolate', |
| 1924 ], | 1922 ], |
| 1925 }, | 1923 }, |
| 1926 ], | 1924 ], |
| 1927 }], | 1925 }], |
| 1928 ], | 1926 ], |
| 1929 } | 1927 } |
| OLD | NEW |